I'm looking for a way to dynamically include the Epic's current "status" in the panel on my JQL column in Structure - eg: "**PAST-DUE**, IN-PROGRESS" Here is an example of the current JQL with no d...
Hi all, I'm trying to show a Structure hierarchy in which users can see all items in the structure with a column telling them if they are a Watcher for each Issue. I've got a JQL Filter that w...
I have a structure grouping by sprint that includes a formula which has Sum over sub-items, Exclude duplicates and After filtering checked. I am expecting the sum to consider just the stories, but t...
Jira Structure - I am looking to create a formula for a new column where I would be looking for: - If epic name contains XYZ then display X OR if epic name contains ABC then display A otherwise d...
I have a Jira structure with two extensions: The child implements the parent The parent is blocked (dependent on) the child I would like to have a way to know which extended issue is w...
Hi, In jira structure I would like to have a structure as follow Epic > Story > Test Case Template (TestFlo Issuetype) As Test Case Template are being connectied via a custom field: R...
I have structure I created that is grouped by the Fix Version. I'd like to add a column that displays the Fix Version Release date for the group, but my formula will only show the release date for t...
Hi, Need some help from community I have a JIRA structure hierarchy, where PI (Program Increment) is at top, then there are epic and under epics I have stories. Sprint is one of the fields i...
...uite a lot more when combined to help you and your teams. Join us on September 26, 11:00 am EST to get expert advice from our specialists about: Going beyond time tracking: See how Structure P...
Hi, I am using structure app, and would like to display the amount of issues for each type when I click on "progress", similar to the view in Plan(Advanced Roadmap) Any idea ? This is what structure...
Hi, I hava a structure that is grouped by: - Fixversion - Team I am trying to count the sum of original estimates of issues resolved in each fixversion. Now my formula looks like this: IF (R...
...ixversions += Release1.1, fixversions -= Release1.2 Structure formula applied = history.changes.filter($.field="fixversions").toText Actual Output = Release1.1 Expected Output = Release1.1,Release1.2...
Hi there, I would like to somehow get an array of remote links from a Jira issue and filter for a certain type of remote link and use the result to populate a column in Structure....
I'm using the following IF statement to count the number of issues which test a given issue: IF (issueLinks.FILTER($.type.inward = "tested by" AND $.destination = this) ; CONCAT(SIZE(issue...
I am trying to write a conditional formula using IF on a Structure board which has multiple folders on it. The conditions of the formula don't really apply to one of the folders, so if I had f...
Hello, I'm looking for structure formula syntax that I could use to change the color of the text in my formula column to red if the final result of the calculation is > 80%. I can't f...
Hello, I'm on a server instance on Jira and wanted to play/create some structures to ease my work. I've created a structure with my own columns, all good and well, but when I've created a...
...ortfolio Epic. Portfolio Epic sponsors Feauture. I manage to insert (step 1)the features in Structure, group (step 2) on the Portfolio Epic using the link relation. However there seems n...
Hello, I am looking to setup a formula in Jira Structures that will search for strings on the labels and print it in a new column. Consider the labels below: home_123_B 123_B bldg_234_C 2...
Hi, I'm trying to find a way to present a Phase on an "Initiative" issuetype wich should be an inherited max value in phase field if all it's child issues that have the value have been resolved. So...
Could you please help us with the list of limitations in Jira Structure Gantt, as we could see a list in below link, but not sure is it latest as it refers to version 1.0 and applicable to both c...
Hello everyone, I have an ARRAY with alphabetical values in a structure formula. And I have a second ARRAY, also with alphabetical values. Both ARRAYs are sorted. I want to output the values f...
Hi, is it possible to add the year to the milestone date we have on the Gantt in Jira structure? for example in the picture below the due date for the milestone is December 31, 2022 b...
I am trying to find a way to calculate the number of workdays and compare it to the sum of original estimate for each assignee in my sprint planning structure. The below formula is not w...
We have a field name labels which we use to tag our features. The label indicates the team which is working on the feature. In my structure view, I have created a hierarchy with Portfolio epics, P...
Copied to clipboard