How to get the jenkins result and show it in JIRA dashboard

Saskumar Kandhasamy May 3, 2022

In Jenkins, I have multiple jobs for running UI and API automation test cases. And I want to see all those build results in JIRA dashboard to track all the history.

Day1: Build#100 - API - 100 passed 15 failed

Day1: Build#101 - API - 110 passed 5 failed

Day1: Build#200 - UI - 80 passed 20 failed

Day1: Build#201 - UI - 90 passed 10 failed

 

Sample daywise data which I have mentoned above need to be fetched from jenkins and used for JIRA dashboard to visualize it with different charts.

 

Please share some idea to achieve it.

0 answers

Suggest an answer

Log in or Sign up to answer