Back to catalog
📄

JIRA

OAuth

JIRA is a proprietary issue tracking product that allows bug tracking and agile project management

📄Documents & ProductivityHTTPS

Fix null pointer exception in payment service

PROJ-4821

Issue KeyPROJ-4821
SummaryFix null pointer exception in payment service
StatusIn Progress
AssigneeAlice.chen@company.com
PriorityHigh

Sample Response

response.json
1{
2 "issue_key": "PROJ-4821",
3 "summary": "Fix null pointer exception in payment service",
4 "status": "In Progress",
5 "assignee": "alice.chen@company.com",
6 "priority": "High"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developer.atlassian.com/server/jira/platform/rest-apis/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs