Closed willyspinner closed 1 year 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
Yep, I think that's an excellent idea.
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.
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 ! 🙏