Jira REST API
Jira REST API - Integration with Google Sheets
Want to create Jira issues from Google Sheets? Yeah possible using Google Apps Script.
#JiraRESTAPI #GoogleSheets #GoogleAppsScript
https://developers.google.com/apps-script
https://www.ravisagar.in/videos/create-google-tasks-jira-using-zapier
Jira REST API - Pull data and dump to database
Let us discuss the possibilities around integrating Jira with a database.
#JiraRESTAPI #MSSQL #Database
Jira Cloud REST API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/
Jira Server REST API: https://docs.atlassian.com/software/jira/docs/api/REST/8.9.0/
Jira REST API - Change history who made the change
Jira issue's change history manager has all the details that you need like what was changed, who did it and when.
#JiraRESTAPI #ChangeLog
End point: rest/api/3/issue/sd-26?expand=changelog
Jira Cloud REST API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/
Jira Server REST API: https://docs.atlassian.com/software/jira/docs/api/REST/8.9.0/
Jira REST API - Get license
There is a nice end point to get the license information of your Jira instance. Could be useful in case when you are responsible for multiple Jira instances.
#GetLicense #JiraRESTAPI
Endpoint: POST /rest/api/3/instance/license
Code: https://github.com/sparxsys/jira-shell-scripts/blob/main/getLicense.sh
Jira REST API - Upload attachments to an Issue
Everyone wants to upload file to a Jira issue using REST API. So let us do that.
#AddAttachment #JiraRESTAPI
Endpoint: POST /rest/api/3/issue/an-232/attachments
Code: https://github.com/sparxsys/jira-shell-scripts/blob/main/addAttachment…
Want to contact me?
Ravi Sagar
ravi at sparxsys dot com
Author of "Mastering JIRA 7" book. Loves #Jira and #Drupal. #Blogger, #ProblemSolver, #Atlassian #Consultant and #Technologist @ravisagar on twitter
Want my help? raise a support request for me.
Social and other Links
- RSS Feed
- Github
- @ravisagar on Twitter
- Ravi Sagar YouTube: Atlassian tools and Jira tutorials
- Ravi Sagar LBRY: Synced with Ravi Sagar YouTube
- Blackberry Boy YouTube: Linux, Emacs, Org Mode and tech tutorials
- Ravi Sagar Podcast
- @ravisagar.in on Instagram
- Ravi.pro: site published with Org Mode, general IT and tech stuff
- LinuxIndya.com: site published with Org Mode on Linux
- AutoGrid.info: site published with Org Mode on Excel VBA and Google Apps Script