In Jira workflow if the status is moving from SIT to UAT.
here the SIT custom field needs to be updated with the current reporter. how can we implement the logic
This doesnt seem possible with a post function. You need automation for that:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-users/
Use this to get the reporter name instead of the ID:
{{reporter.displayName}}
Automation could be: When issue transitioned SIT to UAT
then: edit the custom field
add smart value {{reporter.displayName}}
Regards
Aaron
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.