Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

CircleCI-Public/jira-connect-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPOSITORY HAS MOVED ⚠️

The new CircleCI Jira Orb can be found here: https://github.com/CircleCI-Public/jira-orb

View the docs for more information

Below is for historical purposes only.


JIRA Connect orb CircleCI status CircleCI Orb Version GitHub license CircleCI Community

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 be installed in the Jira instance. Please see CircleCI Jira integration docs

Examples

See Build Status on Issues

git commit -m"Working on CC-21"

Jira developer panel with CircleCI build info

See Build Status on Issues

Includes Deployments too!

Jira developer panel with CircleCI build info

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