Hi Team, I am trying to create a Table view for Sub-task (Issues/Blockers) categories, in which I want the parent task name to be display as one column. May I know how this can be done, what is the general field name of parent task in Jira
As others have said in the answers here, you'll need an Atlassian Marketplace app for that, @vasanth kumar. But I believe in the teaching a <wo>man to fish method. 😉
First, though, welcome to the community!
Typically, when we say "parent/child" in Jira, one is talking about the hierarchy of issues in the project.
Here is an Atlassian Marketplace search string that will show you a number of options, for Jira Cloud, that have met the Atlassian Cloud Fortified criteria, ranked by top-selling.
But, this is just an example. And, full disclosure, it is one that reveals a product made by my employer (Structure for Jira).
It also reveal some of the other products mentioned by others, and then some.
Use this example to craft your own searches.
In case you are interested, this Atlassian Community article talks about an approach to evaluating, and finding, the right/best app for your needs.
Hope this helps,
-dave
Welcome to the community !!
If you would be interested in a mktplace app for a ready made solution, you can try out
And generate insights such as:
- View the full Jira Issue Type hierarchy of Linked issues,
Portfolio/Advanced Roadmaps, Epics, and Subtasks up to 10 levels.
- % complete based on time spent and story points at each hierarchy level
- Sum up Time Spent, Org Estimate, Time Rmng, custom number
fields
- Export your reports to a CSV file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
welcome to the community!
If I understand your question correctly, I think you might like JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issue that allows viewing and - in many cases - inline-editing all your issue fields, including the parent field. This is how it looks in action:
As you can see above, you can easily sort and filter by the parent. This just works; there's no scripting etc. needed.
As an alternative, you can also very easily show your issues in a hierarchy, like so:
Depending on your use case, this could also generate a very nice view of your sub-tasks along with their parent. Either way, you can easily export your view to Excel or CSV if you want to.
More info at https://jxl.app. Disclaimer: I work on JXL :)
Hope this helps,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no out-of-the-box solution to this that I'm aware of, but if you have Scriptrunner, this becomes easy, even if you don't know Groovy.
Go into "Fields" in the scriptrunner menu, click "Create Script Field", select "Show Parent Issue In Hierarchy", and fill out the form. Set Sub-task as your target issue type, and choose "Subtask Parent" for Parent Navigators
This will give you a field that always shows the sub-tasks parent, which means it can be visible in JQL results and gadgets
Here's a link:
https://scriptrunner.adaptavist.com/latest/jira/script-fields/parent-issue.html?msclkid=741ef3b5d07e11ecb19f305232d4f6b8
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.