Get In touch

Blog Details

Selenium JIRA API Integration

JIRA is considered to be a key tool for Agile methodologies and used in every project following agile. Have you ever thought of automating agile related tasks using JIRA Restful APIs?

Jira integration with your test framework could help you automate frequent tasks like:

  1. Attach test reports to corresponding JIRA Story / ticket.
  2. Create new defects or open defects based on test execution results.
  3. Move user story around agile board (SCRUM / Kanban) based on test status.
  4. Get information against a Jira ticket / defect / story.
  5. Add self user or external user to watchers list.

Many like cases could be automated but need to keep it simple and not over-engineered. To solve purpose, I’ve taken JIRA Restful APIs into consideration and it’s equivalent JIRA Client.

Project is hosted on GitHub: Jira-Generics

 

© 2022 QA Fiction. All rights reserved.