Hi, I have created a jira put automation task and I want to date in summary the same day the request is created.
That is to say, if I have an automated request that is created every 7 days and specifically it is created on Monday 27/03/2024 I want the following to appear in the summary of the request: Request test 27/03/2024 and the date to be automatic.
Community moderators have prevented the ability to post new answers.
You can use for that automation and smart values.
Rule should look like below:
- Trigger: Issue created
- Action: Edit issue - choose summary field
- as a value please use {{issue.summary}} {{now.jiraDate}}
Hope that this will help you.
Regards,
Seba
Hello,
the date looks like this: 2024-03-27 and I want it to look like this: 27-03-2024
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you havent already figured it out - here's the page that tells you how to set up date formats to your liking
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.