Last Updated: Mar 8, 2023
Use this function to assign the issue to a particular user.
Assign Issue (token, url, username, issue_key, account_id)
| Input Parameter Name | Description |
|---|---|
| token | JIRA API token |
| url | JIRA URL |
| username | JIRA username |
| issue_key | Key of the Issue |
| account_id | Account ID of the assignee |
You can find the Account ID in the URL when you login to your Atlassian account. The URL is of the format: https://<JIRA URL>/jira/people/<Account ID>.
To know more about token, click here.
| Return Value | Description |
|---|---|
| Output |
|
Assign Issue (ABCDCEF, https: //yourusername.atlassian.net, yourname@gmail.com, EX-30, 12345)
To view all the JIRA functions, click here.