Problem statement
...
Problem statement
One of the issues you might come across while using Create on Transition is - the Create issue post function 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 | ||
---|---|---|
| ||
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 | JIRAJira |
---|
Solution
According Based to the error that you getencounter, make sure the respective reporter or assignee or the user who is performing the transition has the below following permissions under the respective target project permission scheme:
- Create Issues
- Modify Reporter / Assignable Assignable User
- Assign Issues
Troubleshooting steps
Use the following troubleshooting steps to ensure the reporter or assignee or the user who is performing the transitionare having , have the required permissions as mentioned abovein the previous section:
To verify user permissions:
Navigate to the intended project.
- Select Project Settings from the left bottom corner of the screen.
- From the Settings menu, select the Permissions option.
- If the error
- is with the Reporter field,
- verify
- if the user
- performing the transition or the reporter,
- has the Create Issues, 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,
- Assign
- Issues 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). |
...