#jirarestapi search results
c# sending rest api post request to jira rest api using HttpClient stackoverflow.com/questions/6138… #c# #jirarestapi
Jira authentication with Python library stackoverflow.com/questions/6098… #python #jirarestapi #flask #jira #pythonjira
Is there any library JIRA REST API call in Node.js using CURL stackoverflow.com/questions/6556… #jirarestapi #nodejs #npm #curl
How to get JIRA issues assigned to the current user using the JIRA REST API? stackoverflow.com/questions/2517… #jira #jirarestapi #jiraplugin
How to query a user name by a email address in Jira Rest API stackoverflow.com/questions/6962… #jirarestapi #vba #json
List from Model class is not storing in the new list in the controller class stackoverflow.com/questions/7224… #flutter #jirarestapi #fluttergetx #rest
Wondering how to get the Sprint IDs easily from Jira for your Agile board? Let me share. #JiraRESTAPI #Sprint #jira #jiratraining #jiracloud #sparxsys #jiraconsultants #ravisagar.in youtu.be/x_UkyY1c2us
youtube.com
YouTube
Jira REST API - Find Sprint IDs easily
I am sharing my shell script that I use regularly to create a project from my terminal. I use this to create projects quickly for testing purpose. It saves lot of my time. #CreateProject #JiraRESTAPI Endpoint: GET /rest/api/3/project/ Code… ravisagar.in/videos/jira-re…
Do you want to delete a worklog? Yes it is possible and easy to do using REST API. #JiraRESTAPI #DeleteWorklog github.com/sparxsys/jira-… (ravisagar.in/videos/jira-re…)
You can retrieve worklog of an issue and dump it to a CSV file. It takes few minutes. #JiraRESTAPI #GetWorklog (ravisagar.in/videos/jira-re…)
Not only you can create filters using REST API but you can set filter columns. It is really cool. #JiraRESTAPI #FilterColumns (ravisagar.in/videos/jira-cl…)
Do you want to hire Python developer for doing Jira Automations? #JiraAutomation #Python #JiraRESTAPI Learn Jira REST API: ravisagar.in/courses/master… (ravisagar.in/videos/getansw…)
If you are using Jira REST API then understanding various HTTPS status codes will help a lot. #JiraRESTAPI #StatusCodes (ravisagar.in/videos/jira-re…)
I always prefer using a shell script to interact with Jira from my computer or server. It always works and has less dependencies. #JiraRESTAPI #curl #jq Jira Shell scripts (ravisagar.in/videos/jira-re…)
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: github.com/sparxsys/jira-…… (ravisagar.in/videos/jira-re…)
Today I tried the new REST end point to get and update the announcement banner. I think it could be really useful to let your user know about important updates like outages. #JiraRESTAPI #AnnouncementBanner Jira shell scripts (ravisagar.in/videos/jira-re…)
I get plenty of questions related to Jira REST API. Lot of people are interested in learning it, using it and solving their problem but they are not sure how to get started. Let me share some tips. #JiraRESTAPI #Tips (ravisagar.in/videos/jira-re…)
ravisagar.in
Jira REST API - Some tips to get started | Ravi Sagar
I get plenty of questions related to Jira REST API. Lot of people are interested in learning it, using it and solving their problem but they are not sure how to get started. Let me share some tips....
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: developer.atlassian.com/cloud/jira/pla… Jira Server REST API… ravisagar.in/videos/jira-re…
You can fetch your Jira Software board configuration as well using REST API like the list of columns. #JiraRESTAPI #Status #StatusCategory End point: GET /rest/agile/1.0/board/21/configuration (ravisagar.in/videos/jira-re…)
The most fundamental thing that you can do in Jira is create an Issue. So let us do that but using a shell script :) #CreateIssue #JiraRESTAPI Endpoint: GET /rest/api/3/issue/ Code: github.com/sparxsys/jira-… (ravisagar.in/videos/jira-re…)
Wondering how to get the Sprint IDs easily from Jira for your Agile board? Let me share. #JiraRESTAPI #Sprint #jira #jiratraining #jiracloud #sparxsys #jiraconsultants #ravisagar.in youtu.be/x_UkyY1c2us
youtube.com
YouTube
Jira REST API - Find Sprint IDs easily
Do you want to delete a worklog? Yes it is possible and easy to do using REST API. #JiraRESTAPI #DeleteWorklog github.com/sparxsys/jira-… (ravisagar.in/videos/jira-re…)
You can retrieve worklog of an issue and dump it to a CSV file. It takes few minutes. #JiraRESTAPI #GetWorklog (ravisagar.in/videos/jira-re…)
Not only you can create filters using REST API but you can set filter columns. It is really cool. #JiraRESTAPI #FilterColumns (ravisagar.in/videos/jira-cl…)
I get plenty of questions related to Jira REST API. Lot of people are interested in learning it, using it and solving their problem but they are not sure how to get started. Let me share some tips. #JiraRESTAPI #Tips (ravisagar.in/videos/jira-re…)
ravisagar.in
Jira REST API - Some tips to get started | Ravi Sagar
I get plenty of questions related to Jira REST API. Lot of people are interested in learning it, using it and solving their problem but they are not sure how to get started. Let me share some tips....
Today I tried the new REST end point to get and update the announcement banner. I think it could be really useful to let your user know about important updates like outages. #JiraRESTAPI #AnnouncementBanner Jira shell scripts (ravisagar.in/videos/jira-re…)
I always prefer using a shell script to interact with Jira from my computer or server. It always works and has less dependencies. #JiraRESTAPI #curl #jq Jira Shell scripts (ravisagar.in/videos/jira-re…)
If you are using Jira REST API then understanding various HTTPS status codes will help a lot. #JiraRESTAPI #StatusCodes (ravisagar.in/videos/jira-re…)
List from Model class is not storing in the new list in the controller class stackoverflow.com/questions/7224… #flutter #jirarestapi #fluttergetx #rest
How to query a user name by a email address in Jira Rest API stackoverflow.com/questions/6962… #jirarestapi #vba #json
You can fetch your Jira Software board configuration as well using REST API like the list of columns. #JiraRESTAPI #Status #StatusCategory End point: GET /rest/agile/1.0/board/21/configuration (ravisagar.in/videos/jira-re…)
Status and status category are different. So when retrieving an issue using REST API, don't get confused. #JiraRESTAPI #Status #StatusCategory End point: GET /rest/api/3/issue/AN-201 (ravisagar.in/videos/jira-re…)
ravisagar.in
Jira REST API - Status and status category | Ravi Sagar
Status and status category are different. So when retrieving an issue using REST API, don't get confused. #JiraRESTAPI #Status #StatusCategory End point: GET /rest/api/3/issue/AN-201
Do you want to hire Python developer for doing Jira Automations? #JiraAutomation #Python #JiraRESTAPI Learn Jira REST API: ravisagar.in/courses/master… (ravisagar.in/videos/getansw…)
Want to create Jira issues from Google Sheets? Yeah possible using Google Apps Script. #JiraRESTAPI #GoogleSheets #GoogleAppsScript developers.google.com/apps-script ravisagar.in/videos/create-… (ravisagar.in/videos/jira-re…)
Let us discuss the possibilities around integrating Jira with a database. #JiraRESTAPI #MSSQL #Database Jira Cloud REST API: developer.atlassian.com/cloud/jira/pla… Jira Server REST API: docs.atlassian.com/software/jira/… (ravisagar.in/videos/jira-re…)
Yes you can also delete attachments from an issue using REST API. There is an end point for doing that. #JiraRESTAPI #Delete #Attachments End point: DELETE /rest/api/3/attachment/10056 (ravisagar.in/videos/jira-re…)
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: developer.atlassian.com/cloud/jira/pla… Jira Server REST API… ravisagar.in/videos/jira-re…
How to get JIRA issues assigned to the current user using the JIRA REST API? stackoverflow.com/questions/2517… #jira #jirarestapi #jiraplugin
You can save plenty of time by just searching in the Jira Cloud REST API reference document. Link below. #JiraRESTAPI (ravisagar.in/videos/jira-re…)
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… ravisagar.in/videos/jira-re…
Jira authentication with Python library stackoverflow.com/questions/6098… #python #jirarestapi #flask #jira #pythonjira
c# sending rest api post request to jira rest api using HttpClient stackoverflow.com/questions/6138… #c# #jirarestapi
Is there any library JIRA REST API call in Node.js using CURL stackoverflow.com/questions/6556… #jirarestapi #nodejs #npm #curl
How to get JIRA issues assigned to the current user using the JIRA REST API? stackoverflow.com/questions/2517… #jira #jirarestapi #jiraplugin
How to query a user name by a email address in Jira Rest API stackoverflow.com/questions/6962… #jirarestapi #vba #json
List from Model class is not storing in the new list in the controller class stackoverflow.com/questions/7224… #flutter #jirarestapi #fluttergetx #rest
Something went wrong.
Something went wrong.
United States Trends
- 1. Lakers 50.6K posts
- 2. #AEWDynamite 46.2K posts
- 3. Epstein 1.52M posts
- 4. Jokic 15.7K posts
- 5. Shai 14.9K posts
- 6. #AEWBloodAndGuts 5,666 posts
- 7. Thunder 40.9K posts
- 8. #Survivor49 3,716 posts
- 9. Darby 5,417 posts
- 10. Sam Lafferty N/A
- 11. Kyle O'Reilly 1,903 posts
- 12. Steph 25.9K posts
- 13. #Blackhawks 1,390 posts
- 14. Markstrom N/A
- 15. Rory 7,283 posts
- 16. Kobe Sanders N/A
- 17. Nemec N/A
- 18. Tuch N/A
- 19. Spencer Knight N/A
- 20. Moxley 2,887 posts