question 1 :
All task for a epic
question 2:
all sub tasks for a epic
question 3 :
all sub tasks for a given epic and given task
Help is greatly appreciated
Thanks
All tasks for an epic:
"Epic Link" = PROJ-1
All sub tasks for a epic:
issueFunction in subtasksOf('"Epic Link" = PROJ-1')
All sub tasks for a given epic and given task
issueFunction in subtasksOf('"Epic Link" = PROJ-1') or parent = PROJ-2
Assuming PROJ-1 is Epic, PROJ-2 is Task and PROJ-3 is Subtask
issueFunction is a JQL function in ScriptRunner by the way
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're very welcome,
If it helped, please upvote/accept the answer for the following usages.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.