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...
Hello, I have a rule that is copying FixVersion from Project 1 to Target Quarter in Project 2, when FixVersion is updated. This is working correctly. I'm using the below t...
Hello, I am using Jira Data Center 9.12 Version I am working with Jira automation using smart values and am running into a blocker. When Defects having One single label the Jira Automation works ...
When an existing Epic's due date changes I want to calculate the difference in business days between the old value and the new value, and then apply that difference, also in business days, to the due...
When using SmartValues in an automation (trying to make a dynamic comment depending on IF conditionals), I am having issues with a function chain which returns true, not working properly when I embed...
Hello, I'm currently pulling my hair out because I cannot get a simple IF clause to work in Jira Automation. I am using: Jira v9.12.22 (Data Center - not cloud). I want to perform...
ok, i'm stumped. i am trying to create a rule that updates a page's owner, where the owner is deactivated, to the parent page's owner. Ignoring for the moment recursions, etc, i cannot get the simpl...
out of curiosity, is there a direct smart value for the space's homepage so i can replace page.parent (for a level 1 child) with something like space.homepage? thanks
Hi all, I have the following problem. I have a JSM form, linked to a request type. The form contains a "checkbox" field, with 1 option. When the form is submitted, a ticket is created. ...
Hi everyone, I'm trying to automatically insert a Smart Link (in smart card format) into a paragraph custom field using Jira Automation. When I use {{triggerIssue.key}} , it generates a sm...
I was able to make automation which goal is just create work items for each value in description separated by breakline. but for some reason i'm getting many more values in output, could you please h...
Hi, I'm using {{customfield_xxx.diff(customfield_yyy).prettyPrint}} smart value in automation rule to display time in format: h, m,s (eg. 1h 2m 3s). Rule is being executed...
Hello fine folks, Just facing this issue: I have created a manually triggered automation rule to adjust the due date based on a user input. Then, I'm formatting it to number and save the ...
Background I'm trying to create an automation that identifies team members who haven't logged work for the previous day and sends a notification to Microsoft Teams. Current Setup JQL Query...
Hello! My customer has the following requirement: Changes with a planned downtime of more than 14 days should be labeled. The fields “Planned Downtime Start” and "...End” are date/time picker fiel...
Copied to clipboard