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 to specific ISSUE_KEYS directly #69

Closed cyberdelia closed 2 years ago

cyberdelia commented 3 years ago

Motivation, issues

This would allow to provide ISSUE_KEYS directly in order for user of the orb to change the way they are currently fetched. We're currently would like to be able to fetch all the commits since the last approved workflow (which requires so many APIs calls, but I digress).

Description

This only set ISSUE_KEYS if it isn't set yet.