Hello and thank You kindly in advance. Using a JSM automation that is passing JSON data to a webhook. In the automation, I have the following custom code: { "issueKey": "{{issue.key}}", "summar...
Hi, I’m trying to use smart values to pull accurate data from Jira and update it on a Confluence page. For this, I’m using JQL queries along with smart values. However, I’ve noticed that some smart ...
I am working on creating work items in an epic using automation. The epic has a custom field "Matrix" that is a multi-select. For each selection we make a new work item using a branch. That is workin...
Smart value block helpers ( #if , #for ) in Jira Automation fail or behave inconsistently when using functions inside, especially with dynamic property access, array iteration, and function calls in...
The API response contains two locations where the same value exists: In the customFields definition object. In the virtualVersions.customFields map, where the key is the custom field ID. Exa...
Hi all! I am using JIRA Server and I'm having trouble using an existing smart value inside a for loop. Example: CORE-1 'is fixed by' FIX-1, FIX-2, and FIX-3 SEC-1 'is related to' FIX-1, F...
Hi Dears, I want to get the upcoming week's first day in my summary via Jira automation, but I couldn't find the smart value for that. For example. Today is 2026-02-16, and I want to get ...
Hello Community, I am currently working on a formular for Jira Automation which is supposed to create a work item with a table in the description. The content of the description comes from {{webhoo...
Hi, I need help to get the smart value of the current time hour and minute to be exact and what is the example output of it. I need it to add it in smart value condition. Here the example...
Hi Community and Forge app builders, In the last two years I am involved extensively with my Smart Consulting team into building Forge based apps, and the requirements we are getting from clien...
Hello Everyone , I recently came across a requirement that I believe many of you may have encountered as well. While Atlassian’s documentation is comprehensive and well maintained, I wanted to share...
Hi everyone, I'm trying to create a smart formula for a Jira Structure column and hope you can help. My Goal: I want to display the status of a Test from within the context of a specific Test...
Hi Everyone! I had what I thought was a simple problem - A team that has quarterly tasks that they wanted the work item(issue) summary to state last quarter and year when created to make sea...
I define a rule to auto log work when user change effort value. Step 1: Calculate the diffday difference when the developer actual effort field (customfield_19616) changes by subtracting the old v...
I'm working on a project to get the last unreleased version in our releases to assign to the fix version in a ticket when the code for the ticket is merged in github. I have serveral different ...
We are on Jira Cloud. I have automation rule that extracts the account id from the users mentioned in the comments and appends these users to the custom field. But this only works when the ...
Hello Community, I have an automation that creates a var with {{issue.key}} - {{issue.summary}}. and then i'm editing a custom field Text (read-only) with that var. how can i ...
Hello Community, I am writing an automation that fetches values from the checkbox custom field and then i split it and fetching only the number from it, for example: "Group: 15%" - i fetch only 15....
A manual trigger has been created to generate a new work item. Before work item is created, the trigger requests user input to state if the work item is of Type A or B and creates a variable for that...
Hello Community, We'd love some help in fetching a number with regex. My string is: "CIO: 15%" I want to fetch: 15 i tried doing {{issue.customfield.match("\d+")}} but its not working...
I have a Jira automation that, once a version is released, creates a Confluence Page with the Release date and the issues tagged noteworthy. The issue I'm having here, is that the links don't show u...
In my automation I'm calling the Atlassian API and want to populate a variable based on the following condition: {{if(or(webResponse.body.id.contains("customfield_1"),webResponse.body.id.contains("...
Hi all, Very specific question for the community, I still don't think it can be done without a 3rd party app, but hoping a fellow guru knows otherwise. Scenario - Standard hierarchy exists bet...
When building automation rules in Jira that interact with AI tools or external services, you may receive a response that contains JSON and want to use it in Jira Automation. This is my pains trying ...
Hey Automation Community! 👋 The Automation team have made some exciting updates to the Smart Values Help Panel that will make it easier than ever to build powerful rules. What's new? We'...
Copied to clipboard