5:45
Create a Java App to extract data from the Jira REST APIs - Ep. 5
Episode 5 (of 8) in our series on creating a Java App to query the Jira APIs. In this episode, we parse the JSESSIONID out of our ...
36:43
#RESTAssured#JIRA#APIAutomation#REST#jira api tutorial Rest Assured API Automation using JIRA API
Selenium Automation and Java learning with Srini
Rest Assured API Automation using JIRA API: JIRA Installation along with usage of Postman for hitting JIRA API will be covered in ...
13:29
Create a Java App to extract data from the Jira REST APIs - Ep. 7
Episode 7 (of 8) in our series on creating a Java App to query the Jira APIs. In this episode, we convert the data we received as ...
7:58
Create a Java App to extract data from the Jira REST APIs - Ep. 4
Episode 4 (of 8) in our series on creating a Java App to query the Jira APIs. In this episode, we add error handling and debug ...
12:40
Create a Java App to extract data from the Jira REST APIs - Ep. 6
Episode 6 (of 8) in our series on creating a Java App to query the Jira APIs. In this episode, we use the saved JSESSIONID to ...
46:07
Jira Rest API GET/POST Request with Postman | Create Jira Issues Tutorial
This Jira tutorial will cover various ways to use Jira Rest API. Sending Get/Post requests with Postman to retrieve each Jira issue ...
11:34
Jira REST API - Sharing my shell scripts
... https://github.com/sparxsys/jira-shell-scripts Jira Cloud REST API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/ Jira ...
4:26
JIRA REST API Tutorial - Create Issue
How to create issue via JIRA REST API using POST request Example Code: ...
2:25
JIRA REST API Tutorial - Introduction
Quick overview and example how to use JIRA REST API and example how to pull JIRA data to Excel via REST API using VBA.
16:01
Create a Java App to extract data from the Jira REST APIs - Ep. 3
Episode 3 (of 8) in our series on creating a Java App to query the Jira APIs. In this episode, we send a login request to Jira and ...
6:59
Jira REST API - Get Audit Records
Fortunately there is an audit log which you can look at and also retrieve using the Jira REST API #JiraRESTAPI #GetAuditRecords ...
8:21
Jira REST API - Get project roles and actors in those roles
You can build your team using Project Roles in a project but you can also do lot of things with the Jira REST API. Today let us ...
3:28
How to Get Jira Backlog Detail through REST API | Jira REST API
The Jira REST APIs are used to interact with the Jira Server applications remotely, for example, when configuring webhooks.
10:31
Jira REST API - Get Issue Type list with scope
... GET /rest/api/3/issuetype Code: https://github.com/sparxsys/jira-shell-scripts/blob/main/getIssueTypes.sh Jira Cloud REST API: ...
6:11
JIRA REST API - Cookie Authentication
How to do cookie authentication with JIRA REST API. This tutorial is base on PHP but the concept is the same for all other ...
4:00
JIRA REST API Tutorial - JQL Basic
How to use JQL to do complex search in JIRA REST API. Example how to build up a valid JQL string and pull the JIRA search ...
19:26
JIRA Plugin | JIRA REST (2019)
TGrey - Обучение Программированию
Short description how to create own REST in JIRA. JIRA uses Jersey framework so check links below. Code is available on GitHub ...
4:35
Jira REST API - Shell script to add comment
... Jira Cloud REST API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/ Jira Server REST API: ...
3:03
Create a C# App to extract data from the Jira REST APIs - Ep. 1
Episode 1 (of 8) in our series on creating a C# App to query the Jira APIs. In this episode, we describe our environment and tools.
3:31
How to Get Jira Defect Changelog using Rest API | Jira Tutorial | Jira REST API
JIRA's REST APIs provide access to resources (data entities) via URI paths. To use a REST API, your application will make an ...