drone / drone-jira

Drone plugin for sending build and deployment status updates to Jira
Other
7 stars 19 forks source link

Extract multiple Jira issue keys #17

Open christophka opened 1 year ago

christophka commented 1 year ago

It would be cool if the plugin could find multiple issue keys and associate them with a deployment.

Why we would need this: In our use case we collect all the changes in a release candidate and once approved this is merged in a single commit. So we have one commit that deploys multiple jira issues.

From the Jira API docs it seems like this should be possible:

miraldo commented 6 months ago

Hi,

The observation made and brought up is quite important. Is there a possibility of having that implementation?

"find multiple issue keys and associate them with a deployment"