-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JIRA: Use env when creating with custom fields #1786
Conversation
Use auth
@@ -34,7 +34,7 @@ jobs: | |||
|
|||
- name: Create ticket | |||
if: ( github.event.action == 'opened' && steps.set-ticket-type.outputs.type != 'Task' ) || ( github.event.action == 'opened' && steps.set-ticket-type.outputs.type == 'Task' ) | |||
uses: tomhjp/gh-action-jira-create@v0.1.3 | |||
uses: tomhjp/gh-action-jira-create@v0.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going back to 2.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea I don't think the 0.1.3 made any difference, the issue was Auth was not working when using the action when custom fields were used in JIRA
add check to make sure PRs filed by team members don't create JIRA issues
going to login v2.0.0 just in case to match hcdiag
@@ -15,7 +15,7 @@ jobs: | |||
name: Jira sync | |||
steps: | |||
- name: Login | |||
uses: atlassian/gajira-login@v3 | |||
uses: atlassian/gajira-login@v2.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be some kind auth issue so going back to v2.0.0 just in case
Changes proposed in this PR:
Adding this in towards end of create JIRA action
How I've tested this PR:
How I expect reviewers to test this PR:
Checklist: