Skip to content
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

feat: jira accept issue-type and project ids #5537

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Conversation

Ice3man543
Copy link
Member

@Ice3man543 Ice3man543 commented Aug 18, 2024

Proposed changes

Added optional support for project id and issue id instead of name.

jira:
  cloud: true
  url: https://dummy.atlassian.net/
  account-id: 123456789abcdef012345678
  email: [email protected]
  token: ss-12345ABCDEabcde12345ABCDEabcde12345ABCDEabcde12345ABCDEabcde12345ABCDEabcde=
#  project-name: DUMMY
+  project-id: "20002"
#  issue-type: Bug
+  issue-type-id: "20019"
  status-not: Done
  severity-as-label: true
  update-existing: false

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@ehsandeep ehsandeep merged commit 80b3cc0 into dev Aug 19, 2024
12 checks passed
@ehsandeep ehsandeep deleted the jira-accept-ids-config branch August 19, 2024 00:50
@Ice3man543 Ice3man543 self-assigned this Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] support for project-id and issue-id input for jira
2 participants