5
bahua
5y

I got tired of the tedium of navigating dropdowns and required fields to open and close user stories, so I wrote a script with the following syntax:

./ticket open TICKET TITLE GOES HERE
./ticket close <TICKET #>

Comments
  • 0
    Can you share it? Can I put my JIRA url and account and password in it and use it?
  • 0
    @growling

    I can, but it's highly dependent on a big pile of internal "customfield' fields specific to our environment. Rather than give it to you(which is technically the property of my employer), I will just recommend that you plug this into insomnia(or postman, if you absolutely must), and build your queries from there. Look for '"required": "true"' in the output.

    https://<base_jira_url>/rest/api/2/issue/createmeta
  • 0
    Thanks. This may be useful for me since I got a lot of ad hoc interruptions
Add Comment