1. Action: issue created. 2. Conditions: put some conditions to pick up the new hardware requests. You may have to use customer request type. 3. Action: edit issue by selecting the summary and adding the following smart value -> { {issue.summary}} { {issue.customfield.id}}
Better management of SLAs in Jira Service Desk; Better support for creating sub-tasks with required fields; Else / If has shipped; How to integrate Jira and GitHub using Automation for Jira; How to use Automation for Jira sample rules in your project; How to use Slack Messages with Automation for Jira; New String and Date functions in
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. I am building a solution to use Assets for software asset management. My idea: Whenever a new software got approved in a Jira issue, the automation should create an object in Assets to update my software catalogue. Attributes should be filled with information available in the Jira issue (custom fields & fields in forms).

Use an appropriate Proforma smart value, for example for a text field, use: {{issue.properties."proforma.forms.i1".state.answers.AAA.text}} AAA is the Question ID, which you want to locate. To check each question, to verify which ID relates to which, create a smart value line for the number of questions you have - so I had 15 on my form, thus

I created the automation for when an issue is created to update the summary: To append more text, you must use { {issue.summary}} that will keep the current summary and then add the text you need. I used the Automation Lite that is a free app, but it only runs 300 automation per month, but they have another version where is not limited
Combining smart value functions (i.e. substring and lastindexof) Trying to put together a smart value to substring an issue description where I need to dynamically determine the position of the string. Something like the following which does not work. { {issue.description.substring ( { {issue.description.lastIndexOf ("/")-5}},4)}}

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

Navigate to the field value you want to display in your rule and click on the field. Then copy the ‘dot notation’ in the footer: In this example, the priority field is selected, which means the smart value is { {issue.fields.priority.name}} however, the fields section is not required so you could just use { {issue.priority.name}} or shorten
2) In regards to the Labels field, you need to know that by default value for this field cannot contact spaces. So if your custom field value contain spaces, then the labels field will display the one value as two separate values for the Labels field. 3) Please validate that your Edit Issue action is setup correct.
For Jira Service Management only. Branching on AQL allows you to select a schema and enter an AQL query, and then run actions on the objects returned by the query (50 objects at most). When configuring actions, you can access the details of each object using the { {object}} smart value. Learn more about Asset smart values. .
  • 2jp69fbae3.pages.dev/498
  • 2jp69fbae3.pages.dev/407
  • 2jp69fbae3.pages.dev/237
  • 2jp69fbae3.pages.dev/279
  • 2jp69fbae3.pages.dev/108
  • 2jp69fbae3.pages.dev/126
  • 2jp69fbae3.pages.dev/130
  • 2jp69fbae3.pages.dev/242
  • jira service management smart values