Passing Cypress results to Jira ticket by ticket ID #19742
Unanswered
radovanBabjak
asked this question in
CI setup
Replies: 1 comment
-
Hey @radovanBabjak! That shouldn't be too hard with the jira action https://github.com/atlassian/gajira . You can make the comment conditional like
|
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.
-
Is it possible to pass Jira ticket ID through GitHub-actions to Cypress in order to show the result of the test on a given ticket?
I am using manual workflow and have a subscription to the Cypress dashboard.
Thanks.
name: GitHub Actions Cypress Test
on:
workflow_dispatch:
inputs:
JiraID:
description: 'Jira ticket ID'
default: 'SX-XXXX'
required: true
Beta Was this translation helpful? Give feedback.
All reactions