Hi everyone,
I’m currently working on structuring data inside Jira/Confluence for a use case that behaves a lot like “product variations,” and I’m running into scalability and organization issues.
We have entities that share a common base (think of them like a single product), but each variation (e.g., size, type, version) is currently being tracked as a separate item.
At first this worked fine, but as the number of variations grows, it’s starting to create:
Ideally, I’d like to create a structure where:
I’m trying to avoid a setup that becomes hard to manage as things grow, while still keeping everything organized and easy to navigate for the team.
Hi,
as addition what Marc says:
You’re describing a classic “product + variants” modeling problem — and Jira isn’t natively a product data management tool, so the structure matters a lot for long‑term scalability.
so when you have not the posssibitlity to use Assets as a datacontainer , yoou can go smoething like that :
Seperate the entity from the execution.
So you will have a apttern like
Product (Base) -> Product Variant (Linked, not subtask) -> Work Items (Tasks, Stories, Bugs)
Link to its Product via a issue link (“is variant of”) so you can use jql like this for dashboards etc. issue in linkedIssues("PROD-123", "is variant of") ....
And in confluence with filter macro go to the reuqired depeth.
I think so you can have a good scalable base in jira without Assets.
But Marcs hint is correct. There are many topics that taken into account to get a clean solution.
BR
Kai
Hi @Awais Khan
Welcome to the community.
This is more a consultancy request.
To find an Atlassian partner near you to help out in such restructuring within your company, see https://partnerdirectory.atlassian.com/
This not willing to help you, but your question is broard and not a simple provided explanation could just help you out.
It's important how teams work and relations between teams in your organisation. Based on you requirements PPM with Plans needs to be implmented
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I’m trying to avoid a setup that becomes hard to manage as things grow, while still keeping everything organized and easy to navigate for the team.
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.