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

multiple projects in configuration? #507

Open
craigcomstock opened this issue Feb 20, 2025 · 1 comment
Open

multiple projects in configuration? #507

craigcomstock opened this issue Feb 20, 2025 · 1 comment

Comments

@craigcomstock
Copy link

craigcomstock commented Feb 20, 2025

Hello,

I work on a project which has "two projects" in JIRA. Currently I can do some things like jira issue and such but when it comes to querying both projects like with jira issue or jira sprint I can't include results from both.

e.g.

jira sprint list --current -a$(jira me) --project ENT

works.

jira sprint list --current -a$(jira me) --project CFE

works.

But

jira sprint list --current -a$(jira me) --project ENT --project CFE

doesn't include both projects in the list of issue.

Any ideas on how to solve this with the current codebase?

If not, maybe I'll try to submit a PR before long as I love this tool!

@craigcomstock
Copy link
Author

decent workaround is to use --plain and have my sprint script like this:

jira sprint list --current  -a$(jira me) --project CFE --plain
jira sprint list --current  -a$(jira me) --project ENT --plain

works for me but having them mixed together would be nice, and also avoiding having to specify --project would be nice, just add two projects to .config/.jira/.config.yml

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

No branches or pull requests

1 participant