Introduction
Welcome to API Token Manager, an app designed to make using your Jira instance's REST API more secure!
Use API Token Manager to build tokens that support the following features:
Time-Limited Tokens
All tokens have a limited lifespan, being valid 30 days by default.
Read-Only Tokens
API Token Manager allows you to pick which HTTP verbs are allowed for each individual token. To create a read-only token, simply set GET as the only allowed method.
Restrict Tokens on an API level
Tokens can be restricted by API endpoint, allowing for very specific use-cases such as a token for creating issues and nothing else.