Create jobs to link Jira to Gerrit
Description
Activity
Eyal Edri December 13, 2018 at 10:44 AM
moving back to TODO, I think we can find more valuable tasks that can help oVirt and the team.
Dafna Ron October 15, 2018 at 1:27 PM
clone of OVIRT-1447?
Barak Korren August 14, 2017 at 8:28 AM
There is no actual need to use the Gerrit API. Once you figure out how to add weblinks to Jira tickets with the Jira JSON API (You'd probably want to use a Python wrapper around it rather then try to use the REST API directly over HTTP), we can just setup a Jenkins job or a Gerrit hook to run the code when commit messages change.
Look at any of my tickets that reference Gerrit patches to see how the web links should look like.
Eyal Edri August 13, 2017 at 6:44 PM
Regarding JIRA API, we're using the cloud instance, the JIRA we're currently using for this ticket actually, so you can check the help / about info on the top right.
This might be a good place to start looking: https://docs.atlassian.com/jira/REST/cloud/.
So you'll need to check if it's even available to use and how to configure it, since we don't have access to the system itself, just the UI interface ( we do have administrator rights though ).
Regarding Gerrit API, @Barak Korren will probably know better than me what to use, since we're using it in CQ already.
Dafna Ron August 13, 2017 at 6:01 PM
Before I start reading and learning the wrong APIs, we are talking about REST API?
for JIRA I found this: https://developer.atlassian.com/jiradev/jira-apis
can you please give me more info on where I can find documentation/tutorial on Gerrit python API ? is this the correct one? https://pypi.python.org/pypi/pygerrit/0.2.1
Jira probably has an API, so we can make jobs that will find Gerrit patches with 'Jira-Ticket' header and link that to the matching Jira ticket.
We can also perhaps make the link show the patch status and be updated as the patch status changes.