Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×Looking for some guidance to help solve a grouping use case. We are looking to solve a Release Management scenario that involves using both component and fixVersion. Component are going to act lik...
I would like to add a custom formula column to my Structure. My formula works, but it formats my Flex Item row. I would like to do something like the following: if {Row} == "Flex Item": ...
I need to color the lines on which I haven't clicked yet. Just click and it will turn white again
I have the following structure Initiative (with a field "Team", with multiple text values, Team 1, Team 2) Epic Story (with a field "Device Type" values Desktop and Mobile) In my Ji...
In Structure I want to group issues by sprint and sort it numerically. The sprint name is for different teams and is in the format of Team Name Sprint #, ex XYZ Sprint 10, ABC Sprint 11 (sprint...
Hi, I had a structure with a custom column formula as below on data center jira instance. issueLinks.FILTER($.type ='xxx') .MAP(IF $.source = this: $.destination).assignee.displayName With ...
We have a Structure created in JIRA with multiple views. In one of the views, we have columns of different types, such as testruns, notes, formulas, etc. Currently, we have REST endpoints to retrieve...
Hi Community members, I need some help in finding the below I have an objective issuetype which is linked with one or more feature/epic thru a "relates" link. I want to find out the value of a fiel...
Hi, I'm using Structure and it looks like it filters old Jira issues although I don't have such a filter. Any idea? Thanks
I have a series of issues in my structure gantt chart linked together by dependencies so that the next one starts only after the previous one finishes. The last issue on the "chain" is linked to a ta...
Hello, guys! Our team plans time for a task in Tempo. There, the team tracks time for the task. I want to automate the due date of the task in Structure. The start date is set manually...
When checking the theme in settings, it is in fact in a dark mode, but only the side menu and the top (navigation/browser). The Structure itself it stays white & bright and it's jarring. Is there...
Hey all you Structure gurus! So I'm trying to use a Structure formula to catch history records of the status changing from Closed to Open on a story. However, with this syntax: history.FILTER...
If you know me, you know I’m all about keeping all my ducks in a row—especially when it comes to managing Jira data and making it accessible to stakeholders. I’ve spent years refining how I l...
Hi! I have an issue hierarchy: Initiative Epic Task Epics are linked to Initiatives with Parent Link (from Advanced Roadmaps) and Tasks are linked to Ep...
Hello all, Appreciate your help and advice here: i order manually the order of Epics in my structure. later i encounter 2 problems - Other users that get in the structure - dont see the order i...
I can get my parent via the issueLinks: issueLinks.FILTER($.type.outward = "is parent of" AND $.destination = this).source.key If I try to get to my parent's parent via parent.issueLinks (ran i...
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...
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...
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 (Resol...
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 find ...
Hi, we have 3 layers. 1 jira project containing all portfolio's (1 jira issue per portfolio). 1 jira project containing all portfolio epics (1 jira issue per portfolio epic) and mu...
structure Version 9.1.0 The custom issue type appears as I'm using a JQL to show it (insert), . The inserted issue type (JQL) type is not the top level issue type of the ...
Copied to clipboard