Good Morning,
I need help in creating an efficient JQL to show all the stories from project "BER" that has an epic with "Epic Status" = "In Progress" only.
If needed, we do have ScriptRunner installed on our D.C. instance.
Regards, Sylvain
You will need scriptrunner for this. The query would be:
Project = BER AND issueFunction in issuesInEpics('"Epic Status" = "In Progress"')
Wow, that was quick and efficient :-)
Thank you so much Mark, it does exactly what I am looking for!
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.