Hi there!
I was wandering if there is any way for me to show a JIRA story and its Conditions of Acceptance subtasks in a Sprint report Confluence page.
I can get the list of Stories for any given Sprint to show with a simple query and I can get the COAs with something like thisL
project = [XXX] AND issuetype = "Condition of Acceptance" ORDER BY key ASC, summary ASC
But what I would love if for that last query to show me at least the Story ID each COA is linked to.
Is there any way to achieve this?
Thanks!
Hi Zahara,
If Condition of Acceptance issue is the linked issue of the Story then you need to edit your Jira macro and click on Display Options and select Linked issues which will show all of your linked issues. However, if the Story is Parent issue for Condition of Acceptance then add Parent field and you should be able to show it in your Confluence:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.