Is there a way we can update the status of the JIRA (Pass/Fail) based on input parameters via file?

Santhosh October 23, 2020

Please consider the scenario:

  • Post execution of testcases, I have tickets that are passed/failed.
  • Using Jenkins, is there a way where I provide a CSV file to read the ticket IDs and update the status to Pass/Fail in JIRA

 

1 answer

0 votes
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.
October 24, 2020

Yes, you can import a CSV and have it update issues, but that is slow, clunky and requires a human to run the import.  You should be looking at your process, not trying to do imports.

There are, procedurally, two types of testing you might do, manual (a human tests something and records the result) and automatic (a computer does the test)

If you are doing manual testing, your humans should be updating the issue in Jira, not introducing another error-prone step to slow everything down for no good reason by messing around with spreadsheets.

For automated tests, get the computer to do it - use an app that connects your test system to Jira so it can update it, or have the test system use the REST API to update Jira.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events