Jira
Codefresh has native integration for Atlassian Jira, to both enrich images with information from Jira and report deployment information back to Jira. You can monitor a feature in Codefresh all the way, from the ticket creation phase to when it is implemented and deployed to an environment.
Here are examples of the Images dashboard in Codefresh enriched with Jira information, and the Deployment tab in Jira with the reported information.
For general information on adding, editing, and deleting a Jira integration in Codefresh, see Issue-tracking integrations.
Prerequisites
Get your Jira instance credentials based on the type of integration selected:
- Secret for deployment reporting
- Auth Token for Jira enrichment
Secret (OAuth authentication) for deployment reporting
See Create OAuth credentials in Jira cloud.
- In the Permissions list, make sure you select only Deployments.
- After you click Create, note down the generated Client ID and Secret.
Auth Token (API token authentication) for Jira enrichment
See Manage API tokens for your Atlassian account.
Note down the following as you will need them to complete the integration with Codefresh:
- Jira URL
- Jira email
- Jira token
Jira integration settings in Codefresh
The table describes the arguments required to integrate Jira in Codefresh, both for reporting deployment information back to Jira and for enriching images with Jira information.
Setting | Description |
---|---|
Integration name | A friendly name for the integration. This is the name you will reference in the third-party CI platform/tool. |
All Runtimes/Selected Runtimes | The runtimes in the account with which to share the integration resource. The integration resource is created in the Git repository with the shared configuration, within resources. The exact location depends on whether the integration is shared with all or specific runtimes:
|
Report deployment information to Jira | For deployment reporting only. When enabled, writes back to Jira when this integration is referenced in your CI pipeline. |
Authentication |
|
Test connection | Click to verify that you can connect to the specified instance before you commit changes. |
Using Jira integration in pipelines
In your CI pipeline, configure the Jira integration in Codefresh, and reference the Jira integration by name.
Codefresh uses the Secret Key stored in the runtime cluster to securely access Jira and retrieve the information.
Related articles
Shared configuration repo
Image enrichment with integrations
CI integrations
Container registry integrations