Getting KPI's value from JENKINS to JIRA

Sidhant Gupta May 15, 2017

Hello All,

Can any one help in below use case:

We have a specific test suite pack which runs in JENKINS and give the passed and failed TC values. Its just like a normal build.

Now, there would a button in one of the pages of JIRA. On click of these button, I should get the passed and failed KPI's/values from JENKINS and get it displayed in JIRA.

Input from JIRA to get these values from JENKINS would be the project name and revision number.

Thanks & Regards,

Sidhant Gupta

1 answer

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 15, 2017

I'm not aware of add-ons for either JIRA or Jenkins that would do all of that.  You'll need to write something (or dig deeper than I have - I only skimmed the Jenkins ecosystem as I'm not familiar with it)

I'd use the ScriptRunner to create a web-fragment and a panel to do the front-end UI, and then a couple of scripts to ask Jenkins for the data to copy into the issues.

Sidhant Gupta May 15, 2017

Thanks Nic!!!

Do you have doc or project where we ask Jenkins for the data to copy into the issues.

Suggest an answer

Log in or Sign up to answer