-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: NXP-7.x, NXP-8.x, NXP-9.x
-
Component/s: Continuous Integration
-
Epic Link:
-
Tags:
Use cases:
- This function could be used in the init script showing a git commit command to type once the configuration is done, including the release ticket number. The use would then have to only copy/paste
- It could be also used for fast committing after reviewing/rephrasing the release notes
- Inside the QA2 jobs for updating the release ticket
Here is an example of the JQL query to be used:
project = RELEASE AND status in (Open, "In Progress", Reopened) AND affectedVersion = HF-8.10 AND Sprint in openSprints()
Input
Nuxeo version (6.0, 7.10, 8.10, ...)
Ouput
Release ticket number (RELEASE-240, etc.)
Return codes
0 (ok)
1 (general error)
3 (CURL error?)
4 (no ticket found)
The return codes would have to match the current usage in JIRA lib