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: support multiple JIRA projects #26

Merged
merged 1 commit into from
Sep 20, 2017

Conversation

macklinu
Copy link
Owner

resolves #24

If you work with multiple JIRA project boards, you can supply multiple project keys:

jiraIssue({
  key: ['ABC', 'DEF'],
  url: 'https://myjira.atlassian.net/browse',
})

This plugin will recognize issues starting with those keys (e.g. ABC-123 and DEF-234).

@macklinu macklinu merged commit f0a084f into master Sep 20, 2017
@macklinu macklinu deleted the support-multiple-jira-projects branch September 20, 2017 14:26
mcgrathg pushed a commit to mcgrathg/danger-plugin-jira-integration that referenced this pull request Apr 13, 2023
# 1.0.0 (2023-04-13)

### Bug Fixes

* **jiraIssue:** properly resolve URL ([af099b9](af099b9))
* **node:** support Node 4 ([d89d651](d89d651))
* only add one example JIRA key to warning ([macklinu#47](https://github.com/mcgrathg/danger-plugin-jira-integration/issues/47)) ([56dee38](56dee38))

### Features

* `key` is now optional field ([2acddae](2acddae))
* **$options:** Adds message format function to options ([macklinu#33](https://github.com/mcgrathg/danger-plugin-jira-integration/issues/33)) ([ecfead9](ecfead9))
* **jiraIssue:** add initial implementation ([#1](#1)) ([8638e2f](8638e2f))
* **options:** add location to options ([macklinu#44](https://github.com/mcgrathg/danger-plugin-jira-integration/issues/44)) ([96e6261](96e6261))
* support multiple JIRA issues in PR title ([86c01d0](86c01d0)), closes [macklinu#8](https://github.com/mcgrathg/danger-plugin-jira-integration/issues/8)
* support multiple JIRA projects ([macklinu#26](https://github.com/mcgrathg/danger-plugin-jira-integration/issues/26)) ([f0a084f](f0a084f)), closes [macklinu#24](https://github.com/mcgrathg/danger-plugin-jira-integration/issues/24)

### BREAKING CHANGES

* **jiraIssue:** this commit introduces functionality ready for a 1.0.0 release.
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.

Support multiple JIRA projects
1 participant