Loading ...

Send Curl Request To Jira From Command Prompt

Hello everybody,

Few days ago I had a task to send delete link request to jira. For this pupose I found curl utility, and here is how delete request can be submitted from command prompt:

curl --user jiraUserName:jiraUserPassword  -X DELETE -H "Content-Type: application/json" http://yourJiraInstance/rest/tempo-accounts/1/link/267.

Despite fact that jira claims that in response we will get true or false, in reality I received {"id":267,"scopeType":"PROJECT","scope":10452,"accountId":5,"key":"QASSURANCE","name":"Quality Assurance","linkType":"MANUAL"}. I have no idea why response was like this, but the fact is fact. Response is another then simply true/false.

Ready to take your Acumatica experience to the next level? Just as we explored the nuances of Jira's API responses, customization in Acumatica can unlock powerful, tailored solutions for your business needs. Whether it's streamlining workflows, integrating third-party tools, or enhancing user experience, we’re here to help. Leave a customization request today and let’s build something extraordinary together. Your unique challenges deserve unique solutions—let’s make it happen!

Be the first to rate this post

  • Currently 0.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5