marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
225 stars 35 forks source link

Request: Option to show Epic name for Epic Link fields #40

Open wimlep opened 1 year ago

wimlep commented 1 year ago

The option to have the Epic name shown for the Epic Link field instead of the epic issue key (cfr. Jira issue views).

marc0l92 commented 1 year ago

Hello, can you give me more information about this feature request? I don't get what you would like to change.

wimlep commented 1 year ago

Hello, gladly

It regards the display of the "$Epic Link" field in jira-search overviews. This currently displays the key of the epic. When displaying a similar qeury in Jira itself instead is shows the name of the epic. This display is similar to the 'epic label' shown in the card view on Jira boards as well.

Example query:

type: TABLE
query: assignee = currentUser() AND status not in (Done) order by updated DESC
limit: 50
columns: KEY, SUMMARY, STATUS, $Epic Link,