Top "Jira-rest-api" questions

JIRA REST APIs are for developers who want to integrate JIRA with other standalone or web applications and administrators who want to script interactions with the JIRA server.

Update a page in Confluence using REST API

This is what I've currently got and it creates a new Confluence page. It doesn't update it. Also it posts …

jira confluence jira-rest-api confluence-rest-api
How to use fields parameter to include custom fields with spaces in their name

I've been building my REST query by using this reference: https://docs.atlassian.com/jira/REST/latest/#d2e2713 What …

jira-rest-api python-jira
JIRA REST API: How To Query on the fixVersions Field

I need to use the JIRA REST API to return issues with 15824 as the value of id in the fixVersions …

jira-rest-api