Metadata-Version: 2.1
Name: shipyard-jira
Version: 0.1.1
Summary: A local client for connecting and working with Jira
Author: JR
Author-email: johnathan.rodriguez@shipyardapp.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (==2.28.0)
Requires-Dist: shipyard-templates (==0.1.2)
Description-Content-Type: text/markdown

# Create an API token
Create an API token from your Atlassian account:

**STEP 1.** Log in to https://id.atlassian.com/manage-profile/security/api-tokens.

**STEP 2.** Click Create API token.

**STEP 3.** From the dialog that appears, enter a memorable and concise Label for your token and click Create.

**STEP 4.** Click Copy to clipboard, then paste the token to your script, or elsewhere to save:
 
**_NOTE:_** 

* For security reasons it isn't possible to view the token after closing the creation dialog; if necessary, create a new token.
* You should store the token securely, just as for any password.
