How to create rules to add date in front the summary?

Louis Lew
Contributor
July 22, 2024

Hi everyone, is anyone here know how to create rules where my user fill up the due date in the ticket and automatically add the fill up due date in front my ticket summary?

 Example when user select the due date let say 23 July 2024 and then when they submit the ticket then it will automatically add the due date they filled in fron the ticket summary. 

2 answers

1 accepted

3 votes
Answer accepted
Christopher Yen
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 22, 2024

Ideally I would suggest convincing your users to utilize the list view/queue with the due date column next to summary. 

but in terms of how to create a rule to add the date in front of the summary I believe you can do it by using placing the due date and summary smart values into the summary field when the rule triggers, 

  • Trigger: When value changes for due date
  • Then: edit issue fields
  • Summary: {{issue.dueDate}} - {{issue.summary}}


 

Louis Lew
Contributor
July 22, 2024

Hi @Christopher Yen it works. Thank you!

Like Christopher Yen likes this
Sreenivasaraju P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 22, 2024

Hi ,

 

If you append due date to the summary on each change, then all the previous due dates will concatenate in the summary. 

Ex:  Changed due date from 25th to 26th and to 27th, then the summary will be as follows.

2024-07-27 - 2024-07-26 - 2024-07-25 - original summary. 

 

 

 

Like Rilwan Ahmed likes this
Louis Lew
Contributor
July 22, 2024

Hi @Sreenivasaraju P so far i only have one due date. 

Christopher Yen
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 22, 2024

Glad it worked out! feel free to mark my original answer as accepted if you'd like 🙂 

Like # people like this
0 votes
Louis Lew
Contributor
July 25, 2024

Hi @Christopher Yen how about the form field? Do you know how to append the user filled up field in the form in front the ticket summary? Thanks

Christopher Yen
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 26, 2024

is it request type? or a custom field called form? 

For request type I think the smart value would be {{issue.Request Type.name}}

 

Custom field you'll have to find the custom field ID, you can reference this article
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events