In Confluence I inserted a JIRA issue macro. I can perfectly search for all JIRA issue with a certain description and then select some or all. But now I want to search and select all JIRA issues which have the same epic link.
And is it possible to set the default order based on a certain column (so when I use the option "display as table").
Hi Nanda,
this JQL returns all the issues associated to an epic ordered by a column:
"Epic Link" = "epic name" order by <...>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome, @Nanda Kops-Assendelft
If you think, your question is answered, please accept the answer as solution with the check marker.
With such a marker, other users may find answered questions more easy.
Thank you
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.