-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate auto-resolve-done-jira-issue and create-jira-issues-for-community-activities to use API Key Manager for Jira (OSOE-726) #277
Comments
github-actions
bot
changed the title
Migrate auto-resolve-done-jira-issue and create-jira-issues-for-community-activities to use API Key Manager for Jira
Migrate auto-resolve-done-jira-issue and create-jira-issues-for-community-activities to use API Key Manager for Jira (OSOE-726)
Nov 12, 2023
For API Key Manager to be more secure overall than a standard API token created under a user account just for this (with access just to selected projects), we need the following features:
|
Updates from the developers:
"Ability to restrict a key to create issues only in a single project" is a deal breaker for us. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This supersedes #275.
Our
auto-resolve-done-jira-issue
andcreate-jira-issues-for-community-activities
actions use the now unmaintained gajira* actions, so we need to do something to migrate away from them. Furthermore, they need an Atlassian API token to work, which allows you to do everything the user account corresponding to that token can do. This is a problem, because (until Jira guest users are available, if ever) you need to create a separate (paid) Jira user for every use case if you don't want to expose excessive access to your Jira instance.The API Key Manager for Jira extension lets you manage more restricted API access, so we should use that:
Jira issue
The text was updated successfully, but these errors were encountered: