Actual Analysis end Date field to be updated every time the task moves to BRD Approved status only
Yes.
Could you explain what you are actually asking about?
In my workflow I have one transition called BRD approved. So once BRD approved status will be updated the actual analysis date field should also be update same date as BRD approved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, you'll need an automation or script to copy the BRD approved value into the date field.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What scripting app do you have?
If it is Scriptrunner, the script is a one-liner
issue.set { setCustomFieldValue('analysis field name', issue.getCustomFieldValue ('BRD approval date field') ) }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I am using the script runner.
but here BRD approval is not a date field it's status. So, I have to set the date value in actual analysis end date filed same date as when BRD approval status will be change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does that mean you want to set the date to "now", when the status changes?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried using the set value in post function on particular transition but no luck.
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.