-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update JIRA ticket with status on merge #62
Comments
I'd make the hook be "commits on |
Does/could this pr check accept such a hook? I'm asking about the mechanism… are you suggesting this be implemented as a new github action on push to main? |
The cloud function already routes webhook requests; this can be added as an additional webhook that gets processed. https://github.com/unicode-org/jira-github-pr-check/blob/main/app.js#L394 |
Actually, it would also be helpful to update a field whenever a PR that targets that ticket is opened. So whenever a PR titled
|
per CLDR-TC:
|
@sffc this is somewhat of a question.
Context: https://unicode-org.atlassian.net/browse/CLDR-15400
There's sometimes confusion when a PR or commit mentions a JIRA ticket but isn't targetted at that ticket. xrefs are super helpful, but can add noise. (I filed this ticket to try to avoid needing some kind of policy that restricts mentioning other tickets.)
Jira's "developer" field isn't really a field, you can't really search for "Tickets that have commits" and even if you could, you don't know if the ticket was really fixed by the PR or just mentioned by it.
If pr-check gets notified on merge, then it could actually update a Jira field, something like "mergedIn".
maint/maint-43
it could definitely addmaint-43
to mergedIn.main
it could addmain
to mergedInMore advanced:
The text was updated successfully, but these errors were encountered: