Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CircleCI-Public/jira-connect-orb
Display the status of CircleCI workflows and deployments in Jira!
https://github.com/CircleCI-Public/jira-connect-orb
circleci circleci-orbs jira
Last synced: 3 days ago
JSON representation
Display the status of CircleCI workflows and deployments in Jira!
- Host: GitHub
- URL: https://github.com/CircleCI-Public/jira-connect-orb
- Owner: CircleCI-Public
- License: mit
- Archived: true
- Created: 2019-03-08T17:41:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T15:04:37.000Z (over 1 year ago)
- Last Synced: 2024-03-16T09:21:43.779Z (10 months ago)
- Topics: circleci, circleci-orbs, jira
- Language: Shell
- Homepage: https://circleci.com/orbs/registry/orb/circleci/jira
- Size: 642 KB
- Stars: 25
- Watchers: 21
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome_ai_agents - Jira-Connect-Orb - Display the status of CircleCI workflows and deployments in Jira! (Building / Workflows)
- awesome_ai_agents - Jira-Connect-Orb - Display the status of CircleCI workflows and deployments in Jira! (Building / Workflows)
README
# THIS REPOSITORY HAS MOVED ⚠️
**The new CircleCI Jira Orb can be found here:** https://github.com/CircleCI-Public/jira-orb
View the [docs](https://circleci.com/docs/jira-plugin/) for more information
**Below is for historical purposes only.**
---
# JIRA Connect orb [![CircleCI status](https://circleci.com/gh/CircleCI-Public/jira-connect-orb.svg "CircleCI status")](https://circleci.com/gh/CircleCI-Public/jira-connect-orb) [![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/circleci/jira)](https://circleci.com/orbs/registry/orb/circleci/jira) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/CircleCI-Public/jira-connect-orb/master/LICENSE) [![CircleCI Community](https://img.shields.io/badge/community-CircleCI%20Discuss-343434.svg)](https://discuss.circleci.com/c/ecosystem/orbs)
Updates the status of JIRA tickets as related commits building in CircleCI pass/fail.
## Setup
This Orb uses the existing Atlassian Jira token that can be configured for CircleCI Projects and requires that [CircleCI for Jira](https://marketplace.atlassian.com/apps/1215946) be installed in the Jira instance. Please see [CircleCI Jira integration docs](https://circleci.com/docs/2.0/jira-plugin/)## Examples
### See Build Status on Issues
`git commit -m"Working on CC-21"`![Jira developer panel with CircleCI build info](/assets/new_issue_view.png)
### See Build Status on Issues
Includes Deployments too!![Jira developer panel with CircleCI build info](/assets/deployment_support.png)
### Search by build/deployment status
Includes Deployments too!**Failing issues?**
`project = CC AND development['builds'].failing >0`**Tickets ready for Prod?**
`project = CC AND deploymentEnvironmentType ~ test AND deploymentEnvironmentType !~ production`![Jira developer panel with CircleCI build info](/assets/search_deploy_status.png)