Hello,
I am trying to figure out why I am getting an access denied/permissions error when I add a field to an API call.
Context -- I am using an external tool (Sailpoint) to create tickets for onboarding and offboarding users. I use the same template with the same jira fields for both tickets.
Problem -- When I create an onboarding ticket WITH the supervisor (user picker), I get a 401 unauthorized error "You do not have permission to create issues in this project."
- It works when I create the onboarding ticket WITHOUT the supervisor field.
- It works when I create the offboarding ticket WITH the supervisor field.
- It works when I manually create onboarding tickets WITH the supervisor field when using the UI (with the API user login).
The issue type is the same for onboarding and offboarding tickets.
The API user is a project admin in the space.
There are no issue-specific permissions.
What can I be missing?
Thank you!
Pamela