I am able to transition an issue from one state to another state suing rest api. EG : In progress to Resolved. But I am not able to include the transitioned user details in the Request payload. It is always taking the REST API login username to save the resolved user in jira.
Is there any way to add user information while Issue is transitioned to another state using rest api ?
url : /rest/api/2/issue/{issueIdOrKey}/transitions
Hi,
what kind of information do you want to add ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.