Hello,
we recently migrated from Jira Data Center to Jira Cloud, and we are trying to reproduce the behavior of one of our existing Structures.
On Structure for Jira Data Center, we had the following generator configuration:
project = "Capability Management and assignee=..."issuetype = DemandThis configuration did not insert all Demand issues. Instead, it only inserted Demand issues that were related (via our custom Demand Link) to issues in the Capability Management project.
After migrating to Structure Cloud, the exact same configuration inserts all Demand issues, regardless of whether they are linked to Capability Management issues.
My questions are:
For clarification:
Any guidance would be greatly appreciated.
Thank you!
Hello @Andreoli_ Dr_ Christophe
If the structure only had an Insert generator with a JQL query and a Filter generator with a JQL query, then both generators should have been migrated as is to the Cloud instance. There are no limitations regarding the migration of both such generators.
If the content of the migrated structure is different, then it's possible that:
- the original structure had additional adjustments in it that weren't migrated
- the JQL query contains functions that are not supported in Jira Cloud
- the Jira data is different on both instances, and the same JQL query simply returns different results.
It's hard to say what happened exactly without seeing both of the structures, and their configurations, as well as your migration settings. If you need our assistance with this, please submit a ticket at our support portal, and we'll get back to you shortly.
Best regards,
Stepan
Tempo (the Structure app vendor)
Thank you, Stepan.
I think my question may have been misunderstood. I am not asking about the migration itself.
My question is specifically about the interaction between the Filter and Insert generators in Structure Cloud.
In Structure Data Center, our configuration effectively worked as follows:
Filter: project = "Capability Management" AND assignee = ...
Insert: issuetype = Demand
The Insert generator did not simply insert every Demand matching issuetype = Demand. In combination with the Filter and our Demand Link, only the relevant Demands linked to the filtered Capability Management issues were displayed.
My question is therefore:
Does Structure Cloud support the same interaction between Filter and Insert generators as Structure Data Center, or do Insert and Filter behave differently in Cloud?
If they behave differently, is there a native Structure Cloud equivalent that allows us to insert only Demands linked via Demand Link to the filtered Capability Management issues?
I am specifically looking for a solution using Structure generators, without Jira Automation, labels, or third-party JQL extensions.
Thank you.
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 difference in how Insert and Filter generators work in Structure Cloud compared to Data Center: just the same, inserters add work items that match a given JQL query, and the filters reduce the scope of these items based on their configured queries. If you're seeing different results in a structure in Cloud using the same exact generators, then something else is causing the discrepancy.
I suggest you create a support request at our portal, share screenshots of your Data Center structure and your Cloud structure so we can see how both are currently built, and share what's missing/what you'd like to be different. Once we understand your setups, we'll be able to provide more useful information.
Best regards,
Stepan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok thank you, I will do it
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.