Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Does Jira integrate with Appium?

Chandrasekar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 24, 2016

Wanted to know whether we can integrate JIRA with Appium, during continuous integration if functional tests are triggered in Appium, a defect should be created in JIRA if any test case fails.

Does JIRA provides any API or plugins to integrate with Appium?

 

3 answers

1 accepted

2 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 24, 2016

I assume you've checked the marketplace for add-ons and found none?

If that's true, then you'll need to have a look at a bit of coding - if you can get Appium to make REST calls to JIRA, then you can easily do this sort of thing - JIRA's REST interface allows for creation and updates of issues remotely.

Robert Massaioli (Atlassian)
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 4, 2016
0 votes
Deleted user April 18, 2019

Hi !

Appium is only a framework wich can use like interface within your IDE.

Do you refer to create case test with appium, Eclipe and Jira?. 

check this out:

https://www.youtube.com/watch?v=Eyrm7zLjyPg

 

Ariel.

0 votes
Chandrasekar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 24, 2016

Thanks Nic...

Suggest an answer

Log in or Sign up to answer