Problem statement
One of the issues you might come across while using Create on Transition users reported a common error that they have been noticing. The is - the Create issue post - function is not copying the values from the Reporter and/or Assignee field to the newly created issue. This article explains how to address this issue.
Error message
Code Block | ||
---|---|---|
| ||
User does not have Reporter permission to the project.
User does not have Assignee permission to the project. |
Environment
...
Solution
Use the following troubleshooting steps to ensure the Reporter/Assignee fields are copied during the transition:
...
...
Ignore adding User(User) for user: User does not have Reporter permission to the project SAMPLE |
Code Block | ||
---|---|---|
| ||
Ignore adding User(User) for user: User does not have Assignee permission to the project PMNGT |
Environment
Application | Jira |
---|
Solution
Based to the error you encounter, make sure the respective reporter or assignee or the user performing the transition has the following permissions under the respective target project permission scheme:
- Create Issues
- Modify Reporter and/or Assignable User
- Assign Issues
Troubleshooting steps
Use the following troubleshooting steps to ensure the reporter or assignee or the user performing the transition, have the required permissions as mentioned in the previous section:
To verify user permissions:
Navigate to the intended project.
- Select Project Settings from the bottom the left bottom corner of the screen.Select
- From the Settings menu, select the Permissions option from the Settings menu.
- If
- the error is with the Reporter field,
- verify if the user
- performing the
- transition or
- If your issue has an Assignee field, check for the below permissions.
- Verify if the user who is creating the issue or executing the command has Assign Issue permission (as shown below).
- Verify if the Assign user has Assignable User permission (as shown below)
...
- the reporter, has the Create Issues and/or Modify Reporter options as following:
- If the error is with the Assignee field, verify if the user performing the transition or the assignee has the Assignable User and/or Assign Issues options as following:
- the reporter, has the Create Issues and/or Modify Reporter options as following:
Info |
---|
Please note the user can have permissions as a Single an individual user or can be a part of the listed group(s). |
...