Skip to content

Display the status of CircleCI workflows and deployments in Jira!

License

Notifications You must be signed in to change notification settings

tilburytech/jira-connect-orb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIRA Connect orb

A fork of the official Circle CI Jira Orb that works with CT build practices. As part of the "Where is my feature?" workstream we've forked this orb and customised it to either use our internal tooling or to use a file provided.

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

Usage

In order to use this too commit and PR messages must contain JIRA keys i.e.

git commit -m "Working on CC-21"

Then in a build you need to include the notify step, the simplest form, which pulls tickets in the commit in the build and then regsiters a build in Jira is

- jira/notify

To send a deplotment to Jira using tickets found by another job use

- jira/notify:
    job_type: deployment
    environment: dev
    environment_type: development
    issue_keys_filename: /tmp/wismf/tickets.txt

Example Build in Jira

Jira developer panel with CircleCI build info

Example Deployment in Jira

Jira developer panel with CircleCI build info

About

Display the status of CircleCI workflows and deployments in Jira!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%