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

Enable Support for Multiple Jira Project Keys #232

Open
SaachiNayyer opened this issue Dec 12, 2024 · 1 comment
Open

Enable Support for Multiple Jira Project Keys #232

SaachiNayyer opened this issue Dec 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@SaachiNayyer
Copy link
Contributor

SaachiNayyer commented Dec 12, 2024

Describe the feature

Currently, the API only processes the first project key when handling a request with multiple Jira project keys. This limitation means that if an entity contains multiple project keys (e.g., abc, def), only data related to the first key is fetched and returned in the response.

Added value

This enhancement would be highly beneficial for users managing multiple Jira projects associated with a single entity

Additional context

assume a annotation
annotations:
jira.com/project-key: abc,def,ghi
with current implementation query created is project in (abc)....
expected query should be
project in (abc,def,ghi)....

@SaachiNayyer SaachiNayyer added the enhancement New feature or request label Dec 12, 2024
@anicke
Copy link
Contributor

anicke commented Dec 13, 2024

Yes, that sounds reasonable. I don't know if there is a reason why it current only uses the first project set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants