We’ve been working on a more flexible way to build conditions using Jira Expressions, and that led to Ultimate Validator (now in Beta). It lets you use most of the power of Jira Expressions—but w...
Hi! I want validate a value of select list (single choice) in parent issue on the create transition so I generate this expresión with scriptrunner, in the test is ok but when I tried to create an is...
...(3600).multiply(0.20)}} % 40 % 8) + "h" {{/}} I am getting this error: Unable to parse expression floor(10 / 40) + "w " + floor(10 % 40 / 8) + "d " + (10 % 40 % 8) + "h" : floor(10 / 40) + "w...
Hello, Is it possible to add validation that would require issues from only one team to transition to the next status and the rest of the teams can bypass it for an issue type used by multiple teams...
I am not a developer, I can't follow any of the support documentation. I am sure this is extremely simple and I'm just hoping someone can write this for me. I want to use the Validator on transition...
...rror: Jira expression failed to parse: line 4, column 1: let, IDENTIFIER, return, throw, !, -, typeof, (, null, true, false, NUMBER, STRING, TEMPLATE_LITERAL, new, [, {, try or if expected, } e...
I am visualizing our project portfolio in a JIRA structure. Next to the project key I'd like to show in a separate column the name of the per project defined "project lead"... (the project lead whic...
Hello, I wanted to make sure I have this expression right before the first of the month. I have an automation I would like it to be triggered at 12:00 am the first day of every month. this is what I...
...our business processes. Workflow Enhancer for Jira piggybacks on Jira expressions, Atlassian’s expression framework, to evaluate custom code in the context of Jira entities. What makes Workflow E...
...bsp; Jira expression If I use a "Jira expression", I can get the needed information: issue.properties['com.codedoers.jira.repeating-issues:task'] results in Your Jira expression ran s...
Hi! I'm trying to automate and update the Summary field to reflect a select list field choice. Below is my expression however I believe there's an issue due to the field name. Field name:&n...
we are using scriptrunner and I am a newbie to jira expressions. I have been trying to figure out how to restrict the transition using Validators for a specific issue sub-task type. I would like a...
...n the Jira expression examples I could not find something similar( Thanks in advance!
...tilising the Formula Field, and writing a custom expression, however I want to be clever with how the formula is calculated based on the value of another field. In simple terms I want to use IF..ELSE l...
Good afternoon everyone, I am new to Structure Formula but I am wondering if it is possible to have in structure a field that calculates based on past 6 months completion rate when all items will ...
Hi, I created Jira Structure for my team, and I group everything exactly how I wanted. Task/improvements/bugs etc under epics + division into sprints. But I'm stuck in one place. I want to wri...
Hi Community, i am trying to make one business scenario in Structure and for that I use effectors in Structure but there is a problem. The project ticket should be the sum of all wo...
Hi, i cant find out how to access the due date of an sub task based on its summary. Example: I want to get the Due Date of the Subtask which has the name: "Apple_Device_2". ...
Gain Jira insights quickly and visually: the latest release of Structure for Jira Cloud brings markdown formatting in Formulas plus a more powerful sorting functionality, so you can highlight the mos...
Case: Issue 1 from project A and issue 2 from project B I created a script listener on on project A with Issue link created trigger. (script does not matter in this case) When linking ...
...t; link.direction == "outward") .map(link => link.linkedIssue) .every(issue => issue.customfield_10214.value == "XYZ") https://developer.atlassian.com/cloud/jira/service-desk/jira-expression...
Hi community! In a Jira structure, I am trying to create a recursive formula that derives the RAG status in a way that displays it deriving it from the children in this way: derivedDeliveryRAG If...
I would like to calculate the average age of issues I have loaded into a structure per formula column. Currently I am calculating the number of unresolved issues via following formula: SUM{If(resol...
...ttps://support.atlassian.com/cloud-automation/docs/jira-smart-values-math-expressions/ Any ideas? :)
Hi, I cannot get the below formula to work. When I remove 1 of the JQLs it works. This is what I am trying to accomplish and I am probably going about it the wrong way. If the ...
Copied to clipboard