CircleCI-Public / jira-connect-orb

Display the status of CircleCI workflows and deployments in Jira!
https://circleci.com/orbs/registry/orb/circleci/jira
MIT License
25 stars 27 forks source link

Allow issue_regexp to define its own capture group #78

Closed timthesinner closed 1 year ago

timthesinner commented 2 years ago

Checklist

Motivation, issues

The current implementation assumes that issue_regexp is its own capture group. This prevents custom regex that include match conditions that are outside the group. For example it should be possible to define an issue_regexp like: .*?\/{0,1}([A-Za-z]{2,3}-[0-9]+) which will match eng/FOO-123 but capture FOO-123 which is a valid JIRA issue tag.

https://jqplay.org/s/ep4KfBKqPb

Description

Allow users to define a custom capture group in the issue_regexp

KyleTryon commented 1 year ago

Hello Friends 👋

The day has finally come 🎉 ! As we have alluded to in a few spots in this repository, we have been working on a new integration for Jira with CircleCI to replace this outdated orb which has historically been difficult for us to update. Today we are excited to announce Jira Integration V2 is finally LIVE!

New Docs: https://circleci.com/docs/jira-plugin/ Orb v2:

Atlassian Forge App: https://github.com/CircleCI-Public/circleci-for-jira

Key Features

What to know