Jump to content

JIRA Search Ticket Search Workflow


Recommended Posts

After trying a few alternatives and not getting exactly what I wanted, I built my own workflow for searching JIRA tickets if you host your own JIRA Server (so not really intended for JIRA Cloud). 

 

I attempted to sign up for packal, but it isn't working very well so I used the contact form to submit my information but wanted to share my workflow here since I was excited that I finally finished it! Here is my promo snippet:

 

https://github.com/scarstens/alfred-workflow-jira-search-utilities

Link to comment
  • 1 month later...
23 hours ago, effndc said:

I am finding I can't use any of these Jira workflows as my enterprised managed Jira is too restrictive and they don't allow users to have API tokens, everything has to be done through OAUTH.  @StudSeth have you had to encounter using OAUTH for this?

 

I believe this depends on your organization's administrative settings. If they enable API keys per user, you should be able to use that. In my case, I was actually able to use the username:password and I didn't even need an API key. Oauth, or Oauth2 is quite a bit more complicated to implement, not sure that would stack well on my mostly BASH scripts I setup here. 

Link to comment
On 5/26/2021 at 2:30 PM, MrChrisso said:

Hi, I love the idea of this, but hitting this error at the moment:

 

754202391_CleanShot2021-05-27at07_30.29@2x.thumb.png.54871a526200ba9da5ea516778571d4a.png

Yes, sorry about that. It was noted on the Github repo as well that I forgot to list the dependency. You need to have JQ installed because its how I transform the JSON into the proper format for Alfred to reach and display it.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...