To change the fields (and status) of this issue (change the priority or close the ticket). In particular, you need to use the keyword (CRITICAL, WARNING, RECOVERY) from the comment (body), from which the new comment begins. I try to use smart value { {issue.comments.last.body}}, but a false positive occurs for all three checks:
This is how we can get version name and release date values from Affects Versions system field using smart values. To get the version name, use: {{issue.versions.first.name.asJsonString}} And for version release date: {{issue.versions.first.releaseDate}} Screenshot: If you want to get rid of double quotes from version name, use: Hi @Salih Zengin , welcome to the Atlassian Community. You can try to accomplish that with Jira Automation: Create an automation rule. Add a condition that it only applies to the cases you want. Add an „edit issue“ action and update the summary accordingly. You might want to use smart values for this. Check out how we use smart values in our Jira automation template library. You can use smart values to manipulate and format created, updated, duedate and resolutiondate dates. These functions can also be used on the date picker custom field, for example, { {issue.MyDateFieldName}} or { {issue.customfield_12356}}, inside fields that support I need the following calculation "End Date" = "Start Date + 4 weeks". My problem is, that the start date which the Team sets isn't always the same day - That's why I want to avoid replacing "issue.startDate" with "now" as smart value. According to the Log, the rule was successfull, but when I check the "End Date" field in the ticket, the field