I have a data flow, where I have a status that has to have an approver. But the approver, I do not have a group of users defined, but it has to be the same user who reported the incident.
I need you to say "Yes or No". In a new state.
How can I do this? I do not want to add the status "Waiting for User Approval", but a state of my own.
Thank you
consider using plugins such as Jira Misc Workflow Extensions, which comes with a post function that allows you to copy the reporter field to approver field, with this the reporter can be automatically added as the approver. You can add this post function at the workflow transition that goes to your target status where it is pending for the reporter approval.
for approval configuration you can refer to the documentation: https://confluence.atlassian.com/servicedeskcloud/setting-up-approvals-816880004.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.