-
Notifications
You must be signed in to change notification settings - Fork 18
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
Enable Support for Multiple Jira Project Keys #233
Enable Support for Multiple Jira Project Keys #233
Conversation
🦋 Changeset detectedLatest commit: 0472085 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
64b8413
to
ed5823c
Compare
ed5823c
to
0301338
Compare
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.
Can you also update the README.md in jira-dashboard to show the user how to use multiple projects?
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.
There seems to be an error when I add the optional annotation jira.com/incoming-issues-status: (https://github.com/AxisCommunications/backstage-plugins/blob/main/plugins/jira-dashboard/README.md#optional-annotations). If the submitted status, for instance Incoming
, doesn't exist in the project, an error is thrown.
|
Done |
Sure! I'll have a look at it this afternoon and get back to you 🙂 |
I added a comment on the specific line that is causing problems :) And yes, the backend should return an empty response, not throw an error. |
e2bf385
to
7ff68e3
Compare
Thanks @fridajac, I have made the changes :) |
Hi again @SaachiNayyer! Please have a look at the formatting errors, and then I'll take a closer look at the PR again :) |
70e2c97
to
0472085
Compare
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.
Great job! Thanks for this contribution, it's really nice. 💯
Hey, I just made a Pull Request!
This enhancement would be highly beneficial for users managing multiple Jira projects associated with a single entity
Context
This PR supports both single and multiple project keys. It ensures that the function can handle an array of project keys and constructs the JQL query accordingly.
Issue ticket number and link
#232
Checklist before requesting a review