How to let Cypress For Jira automatically create Jira issues on failed test? #22240
Unanswered
AliOzeir
asked this question in
Questions and Help
Replies: 2 comments 1 reply
-
You can leverage the JIRA APIs for this. Atlassian's documentation is pretty good to get you started. |
Beta Was this translation helpful? Give feedback.
1 reply
-
hi team, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am planning to have a test automation workflow using Cypress, Jira, and Bitbucket pipelines where:
I write my Cypress tests
Integrate them into the bitbucket pipelines
Give the project key found in my Cypress Dashboard as an option in the bitbucket pipelines
Having my results in Cypress Dashboard after a successful run through the pipelines
let the Jira issues automatically be raised on failure tests
I know that I can create a Jira issue manually after navigating to the Cypress dashboard but I wonder if there's a way to let Cypress For Jira raise them automatically. Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions