You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am working on creating a Filter where I can see the following things
- Key (Parent Issue)
- Summary
- Sub-Task
- Status of Sub-Task
I have completed the 1st three using the Filter-Results card but unable to get the status of Sub-Tasks. Is there any workaround for that? Thanks
Is there any way I could show each sub-task in a different line with all the properties defined above? Thanks
Hi @Jamshaid ,
When you edit the filter gadget, can you see the section where you can add the 'status' to the table?
@Carlos Garcia NavarroThanks for your reply. Yeah, I can see that edit section. If I add the status field, It shows the status of the issue itself. I want to show the status of the Sub-Task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I see... like a second level of indirection. I don't think this functionality exists. Would it work to include the subtasks as part o the query results?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have already implemented that part in my query as you can see in the below query.
(issue in subTaskStatus("To Do") OR issue in subTaskStatus("IN PROGRESS")) AND project = DevOps AND type = Story
Is there any plugin available for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Carlos Garcia NavarroAny suggestions for this?
Is there any way I could show each sub-task in a different line with all the properties defined above?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jamshaid
If you would be interested in a ready made solution, You may want to try out our plugin,
Agile Tools : Epic Tree & Time in Status
You can get all the issue hierarchy, made either through Issue Linking or through standard Jira hierarchy (Epic->Story -> SubTask), and their progress based on time tracking and worklogs.
Along with this you also get Multiple Time in Status reports to track your issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Rahul_RVS_SupportI will try it and will let you know if need any help.
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.
@Rahul_RVS_SupportIt is working for now. I will go for the plugin if we have had a final discussion about this with the company. Thanks a lot. It works great
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.