In the post functions Script runner clone issues: To Update Cloned issue Summary, the default script given is issueInput.fields.summary = "${issueInput.fields.summary} was Cloned by my Script" However i want to add parent key and value of field 'Country' from parent issue into the cloned issue summa
Because Approvers is a multiple selection field the { {approvers}} smart value is a list of users with 0..n users in the list. If your process is to only ever have one user specified in the Approvers field then you could reference the first user listed with these smart values: { {approvers.first.displayName}} { {approvers.first.emailAddress}}
Example. Smart values can be used to send a Slack message with an abbreviated issue description. This smart value results in the first 200 characters of the issue description followed by . These functions can also be used in conditions, for example, { {issue.Field Name.isNumeric}} will sum up a text field if it is a number.
Start a discussion Share a use case, discuss your favorite features, or get input from the community
How to add form field value to a request type field using smart values. I have a request type that uses the "Summary" field. Attached to this request type is a form. Within this form is a field called "Name of new employee". The "Summary" field on the request type is set hidden and I have added default text to it of: "New Employee Request".
When you build rules that create an issue in Jira Software you can use smart values to add Confluence information to the details of your ticket. Some smart values that might come in handy: {{space.name}} – the name of the space {{space.url}} – the URL link to the Overview of a specific space {{page.url}} – the URL link to a specific page
1 answer. I believe the smart value you want is { {issue.subtasks}} which is the list that you can iterate over. The rule you are showing is accessing the { {issues}} smart value, which is only valid for bulk-processing with the scheduled trigger or a branch. If you had such a rule, you could nest the iterators, one within the other. Assets Query Language (AQL) is a language format used in Assets in Jira Service Management to create search queries for one or more objects. Using AQL, you can return any object or group of objects in Assets in a search, filter objects, modify objects, create custom fields, automation, and more. AQL can be used in the Advanced AQL search, or

Select Create custom field in the top-right corner. Choose Select List (cascading), and then select Next. Name your field, and add a description if desired. Select Create. You’ll be taken to the Screens page. Check the box next to Jira Service Management Screen, and any other screens where you want this field to appear.

I have an automation that clones an issue. The trigger issue has a custom field that will be used to name the cloned issue. If this field is empty, I would like to use the trigger issue summary to name the cloned issue. For example
Answer accepted. You can use the smart value { {createdIssue}} to access the last created issue in the rule. Like with { {issue}}, you can use { {createdIssue.url}} to retrieve the URL to the issue. Thank you so much!
I want to add two Asset custom fields as smart values to the email template so that when the Approver is notified the values of the asset custom fields are shown in the email body. Here's a screenshot of my email template: The standard smart values $ {recipient.name} and $ {issue.reporter.name} are working correctly, but the Software and
Start a free Jira Premium trial for increased automation limits, advanced planning, and more. Try Jira Premium. Find hundreds of Jira automation templates to save time and connect your tools. Create your own automation rules in our sandbox automation playground.
So if you are using team-managed, please change your rules to use this smart value: {{lookupIssues.Story point estimate.sum|0}} And smart values are case-sensitive, so if you are using company-manage, please use this one: {{lookupIssues.Story points.sum|0}} I added a default value of 0 to both to help rule out other problems. Kind regards, Bill
zhANJ.
  • iu5qrhq3ix.pages.dev/237
  • iu5qrhq3ix.pages.dev/358
  • iu5qrhq3ix.pages.dev/267
  • iu5qrhq3ix.pages.dev/275
  • iu5qrhq3ix.pages.dev/251
  • iu5qrhq3ix.pages.dev/326
  • iu5qrhq3ix.pages.dev/13
  • iu5qrhq3ix.pages.dev/27
  • jira service management smart values