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.
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.