Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL: How to get related epics of issues by issues(story,task,subtask) assignee

이선호 Sunho Lee
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 28, 2021

I want to create the Jira roadmap.

I want to find epics related to issues(story, task, subtask) by issue(story, task, subtask) assignees. (not epic assignee)

 

I know Script Runner plugin, but I don't want to use plugin.

1 answer

0 votes
Alexander Bondarev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 28, 2021

Hi, @이선호 Sunho Lee !

Correct me if I misunderstand your case. 

You have Epic "KEY-1" and want to find all linked Tasks by "relates to" link-type which have assigned on "Name"?

For this case you can try use that JQL:

issue in linkedIssues(KEY-1,"is blocked by") and assignee in (Name) and issuetype in (Task)

The result will be all issues with issuetype "Task" where current assignee is "Name" and its all has link "relates to" with Epic "KEY-1".

 

Also you can look throught the documentations about Advanced search reference - JQL functions.

 

Feel free to contact! 😉

이선호 Sunho Lee
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 28, 2021

thank you for reply 🙂

I think my explanation was lacking.

 

I want to find "epic" from assignee's issues included in epic, 
even though the assignee of task is not equal as the assignee of epic.

I want to know which epic does this issue is included.

not using epic key.. just using assignee and assignees' task to find it's parent epic.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events