Hello!
We are using the Jira Software for Server and we have plugin "Automation for Jira-Server" (https://marketplace.atlassian.com/apps/1215460/automation-for-jira-server?hosting=server&tab=overview).
It is possible to create a rule with plugin "Automation for Jira-Server" when task change status to "Done" the field "Done date" is automatically filled with today's date?
I`ll be very thankful if you could help!
Use {{now}} to include the current time in your your smart fields:
First, you can make sure that Resolution field is set when transitioning to 'Done' status. Normally, I use a default Jira post-function "Update Issue Field" to populate 'Resolution'. Since 'Resolution' got a value, you will see Resolved (Dates panel on Issue View).
If Resolved date field is not want you search for, you can use Automation rule for event 'Issue Transitioned' -> to 'Edit Issue': set "Done date" {{now}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aynura,
Yes this is possible. But realize that the resolved field is already capturing that date. Sometimes you can use resolved or resolveddate in your filters. See if you see that first, but you could also still set the date.
To set the date, create an Automation Rule for the Issue Transitioned trigger to Done.
Then add a New Action for Edit Issue.
Set the Done date field to now()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @aynura.nasibova ,
yes, this should be possible. Something like:
When: Issue transitioned - To Done
Then: Edit Issue - Done Date set to {{now.jiraDate}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.