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.
Updates the status of JIRA tickets as related commits building in CircleCI pass/fail.
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
git commit -m"Working on CC-21"
Includes Deployments too!
Includes Deployments too!
Failing issues?
project = CC AND development['builds'].failing >0
Tickets ready for Prod?
project = CC AND deploymentEnvironmentType ~ test AND deploymentEnvironmentType !~ production