Forums

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

Any suggestions for mimicking "sub-components" on tickets?

Trina Silverglate April 2, 2025

Hello - I am looking for a solution to a problem identified back in 2021 here: 

 

Solved: How can I categorize issues by type?

I would prefer something that does not require the tickets to have multiple components assigned, but rather would allow me to display the Jira tickets in a hierarchy view.

I do NOT want to use issuetypes, because there is literally no information to put into the issues and they just create clutter and become empty folders.

Example:

Let's say that I created components (e.g. "MySQL", "Config", "App Sec") which can be assigned to tickets.

In addition, I want to be able to align tickets with sub-categories /sub-components (e.g. MySQL: Schema Mgmt, Data Archival, Config: Secrets Mgmt)

Any suggestions?

3 answers

1 vote
emre
Contributor
April 17, 2025

Hello,
We’d like to suggest an alternative solution for the feature you’re looking for. With our application, Configuration Management Toolkit Cloud, you can build a hierarchy by creating subcomponents and assigning them to work items. Using our custom JQL function, you can query a parent folder or component and retrieve all related child work items that are connected through its subcomponents.

Ekran Resmi 2025-04-14 17.44.21.png
Assign components to issues using our Subcomponent Version Picker. For example, you might have an issue summary that reflects a specific component assignment.

Ekran Resmi 2025-04-14 17.46.22.png
  
Our custom JQL function subcomponentsOf helps you retrieve all related child issues by taking two parameters: the project key or name, and a parent folder or component (e.g., the Compressor folder). This function recursively gathers all child components and their descendants, returning any issues linked to them. It supports both folders and components, as well as deeply nested structures.


Additionally, you can easily visualize the full hierarchy of assigned components or versions on the issue view. 

Ekran Resmi 2025-04-14 17.47.18.png
Disclaimer: I work for the vendor who developed this application.

1 vote
Kim Euker
Community Champion
April 2, 2025

Are you on JSM Premium?  If so, why not use an asset field(s) to do the subcomponents.  Per the Issue Scope AQL here, Components is one of the out of box fields that can be used to filter your assets.

Trina Silverglate April 2, 2025

This is for Jira Cloud... is JSM, Service Manager?

Kim Euker
Community Champion
April 2, 2025

Yes, so long as you have the Assets module, you can accomplish my suggestion using Assets, no matter if the application is on Jira Software or Jira Service Management.  

Like Trina Silverglate likes this
0 votes
Aron Gombas _Midori_
Community Champion
April 9, 2025

I think Jira Service Management assets would be the best option, but there is a naive workaround you could eventually use if you don't want to complicate the solution.

You can continue using the built-in non-hierarchical components with a simple naming trick. You combine the component and the sub-component using a separator like "/" to the component name. And then the name simulates hierarchy.

I mean, you just create components named like:

  1. "MySQL / Schema Mgmt"
  2. "MySQL / Data Archival"
  3. "MySQL / ..."
  4. "Config / Secret Mgmt"
  5. "Config / ..."

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events