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'...
If I trigger Jira automation with a webhook, but do not have a related issue in this webhook, just data, am I not allowed to access {{project.versions.name}} smart value for example? I have notice...
I set up a Confluence automation to sent a message to a MS Teams channel when a new blog post is published in a space. I'm using: A new blog post titled '{{blogpost.title}}' has been published by {{...
Hey, I am trying to fetch a value inside a JSON structure and I cannot get it right. Maybe this community can give me a hint how to write my smart value variables for this use case Background...
Hello! Im trying to split the string of a variable created in another step, but it is not working for me. I tried also the solution mentioned here , but it does not work for me. I want to sp...
Hello community, I’m trying to include the SLA duration in an Automation email template in Jira Service Management, but the smart value always renders empty. Here’s my current template: Dear custo...
In my Jira automation, I have created a variable: varReleaseVersion, which has a value 28.5 Then Im creating another variable: FilteredReleaseVersions, with a value {{#project.versions...
Hey community I need your help here, I want to make use of the {{#lookupIssues}} function and use if-condition for further filtering the fetched issues. Use case: I want to two lookupIs...
The goal: Take all mentions from the last comment, filter out the issue's current assignee if they are added and insert the users mentioned into a custom field. The approach: split the mentions fr...
Need help combining and converting string values (stored as HH:mm:ss) with date value (yyyy-mm-dd) I have a custom field (issue.customfield_11248) which is storing a string for time (StartTime). {f...
Hey community, I am trying to get one specific element in an array returned in a {{webResponse}} in Automation. I have found the method .get() which requires the number of the position of the elemen...
I have an automation triggered from a webhook. The webhook payload will look something like this (all fake data) [ { "applicant_id": "app-5f8e3c1a", "personal_details": { "full_name...
Copied to clipboard