Issue Templates for Jira integrates with your Atlassian product. This remote service can:
| Scope | REST API | Purpose |
|---|---|---|
| Read | Searching work items, + many more | |
| Write | DELETE /rest/api/3/issueLink/{linkId} Connect app scope required: DELETE |
Deleting a work item link When a link points to the template from which we are creating the work item, the link is deleted and then a new link is created pointing to the new issue. |
| Space admin | POST /rest/api/3/project Connect app scope required: PROJECT_ADMIN |
Creating the Templates Repository during the onboarding. |
| Admin | PUT /rest/api/3/issue/{issueIdOrKey}?overrideScreenSecurity=true Connect app users with admin permissions (from user permissions and app scopes) can override the screen security configuration using overrideScreenSecurity and overrideEditableFlag. |
Updating the work item and ignoring the screen settings. |
| Act as user | Updating an work item as a user. |