wtfutil / wtf

The personal information dashboard for your terminal
http://wtfutil.com
Mozilla Public License 2.0
15.85k stars 803 forks source link

JIRA module: support querying for issues / tasks not assigned to me #1254

Closed willyspinner closed 1 year ago

willyspinner commented 2 years ago

Hello! I love wtfutil, it's a great way to have everything all in one place. One feature enhancement I have:

What should it do?

The jira module right now only supports querying issues assigned to the username (as per config), with an option to append the jql query.

I'd like to search for a couple of things:

Is there a way to provide the full jql query, instead of it being appended to issues assigned to username?

Thanks ! 🙏

willyspinner commented 2 years ago

Oh wait, just realized in the code modules/jira/client.go that if you provide empty string ("") as username, the asignee won't be included.

Can we make this clearer in the docs @senorprogrammer ? the jira module docs don't say anything about leaving username out

senorprogrammer commented 2 years ago

Yep, I think that's an excellent idea.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.