Forums

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

Displaying Jira Issues and Subtasks in Confluence

Greg Ahl February 21, 2023

Greetings!

I am using Confluence as a method to status our Jira tickets. I have been successful in setting this up in such a way that all Issues are populating to Confluence, however the subtasks under a related Issue is NOT populating.

I there way that I can create my Confluence to "auto-include" all subtasks for any given story without having to manually create a query using the "parent = " for each Issue having a subtask?

At the end of the day I'd like to create a reusable query that will automatically pull in any related subtask of an Issue when one exists.

Thanks in advance for your help!!

1 answer

0 votes
Kai Becker
Community Champion
February 21, 2023

Hi @Greg Ahl ,

welcome to the community. Could you explain the current setup you have?
Are you creating confluence pages for issues or are you displaying issues in a filter on a page? Or something completely different?

Greg Ahl February 23, 2023

Kai,

I have a simple Confluence page that is set up to pull (display) issues automatically from jira using the Confluence "Insert JIRA Issue/Filter" widget. In that widget, I am use JQL to pull in jira issues based Status, Epic Link and the filtered by labels. (see EX below)

status in (Analyzing, Backlog, New, Open, Ready, "To Do", Triaged) AND "Epic Link" = SBD-2812 AND labels != Internal_Use order by created DESC

Kai Becker
Community Champion
February 23, 2023

Hi @Greg Ahl ,

thanks for the clarification. you should be able to solve your problem, by adding the following right before the order by part:

"parentEpic" IN (SBD-2812)

This should also pull over all sub tasks belonging to issues with the specific EPIC.

Greg Ahl February 23, 2023

Thanks so much @Kai Becker - I'll give this a test!!

Like Kai Becker likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events