-
Notifications
You must be signed in to change notification settings - Fork 486
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
SNOW-422709 Make jira_close
workflow use gajira-transition
#827
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #827 +/- ##
==========================================
+ Coverage 82.50% 82.55% +0.05%
==========================================
Files 58 58
Lines 7680 7680
Branches 1164 1164
==========================================
+ Hits 6336 6340 +4
+ Misses 1018 1015 -3
+ Partials 326 325 -1
Continue to review full report at Codecov.
|
"comment": [ | ||
{ | ||
"add": { | ||
"body" : { | ||
"version": 1, | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "paragraph", | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Closed on GitHub" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
] | ||
}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took me a while to figure out how to do this - see https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/
Putting this back to being a draft, we need atlassian/gajira-transition#23 resolved before we could merge this |
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #422709
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Uses a modified version of
gajira-transition
to close issues.