contentauth / c2pa-js

JavaScript SDK for displaying and validating C2PA data
https://opensource.contentauthenticity.org
MIT License
74 stars 40 forks source link

feat(workflow): Syncing closing associated JIRA when closing GH Issue #195

Closed DaveStein closed 2 weeks ago

DaveStein commented 1 month ago

Issue: CAI-6892

Changes in this pull request

I don't know that there's a way to actually test this without merging and seeing what happens. The intent is that closing a ticket will remove all existing status labels, and add the done label which will trigger a jira sync. I tested the gh command itself and know that it's valid.

Types of changes

Checklist

github-actions[bot] commented 1 month ago

❌ No changeset has been found!

This means no version will be published on merge.

If you would like this PR to create a new version on merge, please run rush change and commit the generated change description files to this branch.

jackfarzan commented 1 month ago

how does this actually link to jira?

DaveStein commented 1 month ago

@jackfarzan there is a different bot that is hooked up to sync to JIRA based on labels. So you currently have to add a label to close the JIRA ticket. I am adding this workflow so closing the ticket auto sets the labels so folks don't need to "close" the ticket two times.