Hi Team,
Any possibilities of capturing the Issue(To do) transition date to date field called ' Actual date' .
Thanks,
Kedar p
Hi @kedar ,
Use the JMWE's Set issue fields and add the below script to set the Actual Date field
issue.getFieldHistory("status").last().created
This script will capture the transition date of the current transition that is being performed.
Thanks,
Reshma
Hi @kedar
Yes it is possible. You might need a 3rd party app (like JMWE, JWT, JSU or similar) to do that on server, or automation for jira. Do you have any of these?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@kedar excellent! So:
Try it out and let me know if that works!
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.