You can access the Audit log feed to track activities related to the Marketplace application installed in Jira cloud. RSS Feed: https://your-instance.atlassian.net/rest...
I am automatically updating a table on a confluence page using the REST API. To make this process easier, I wrote a template and added tags to the individual cells. <td data="TAG"> U...
We use a table on a confluence page to keep track of certain tasks. This page should be automatically updated and we are using the REST API for that. But now I run into the problem of tagging u...
Using the "JIRA REST Java Client" (JRJC) library it is possible to read/edit/create JIRA tickets using Java via the REST API. I would like to access information about the JIRA Sprints contained in a...
I am wondering what does the ”continuable” state means in the response from the result REST API endpoint. In the documentation for another endpoint it says: continuable b...
Hello Atlassian, I would like to stop a currently running Bamboo plan using the REST API. Could you let me know which REST API I should use? Thank you
Hello everyone, I'm having an issue with the JQL Search endpoint. When reading the documentation at https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#a...
...nother via python script? import json import requests # Source Confluence API URL source_page_id = "dummy_page_id" source_url = f"https://source_confluence_instance.com/rest/api/c...
All, I am using the REST API endpoint to perform a post to create a snapshot of a project in Jira. I am creating the project with Issues. When I do this my python script gets a 504 e...
Dear community, I´m using the R4J REST API to read out various data from R4J via curl commands. Unfortunately the returned JSON Strings have sometimes (in my opinion not deterministic, i...
I'm developing a headless Forge app (id is ari:cloud:ecosystem::app/e2584630-808f-4334-b7af-6ae832fdbacc) that serves as a serverless endpoint to interact with the Bitbucket API. The app's ...
Dear Community, I´m want to get the requirement tree structure with it´s issues in R4J via REST API. Unfortunately all ways I found in the web were not successful. Accessing special issues, e....
Hi, I'm looking for a way to populate the list of options for a custom list field by with the response provided by an external REST API. Thanks for you help.
...ay to add just 1 Employee to the User attribute via the REST API?
...uthentication and utilize to make GET, SET,.. and other basic API calls. I wrote the Authentification Header as was suggested in https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/, b...
How I can get the datasets in an Test xray cloud issue? I see in the network the request: https://us.xray.cloud.getxray.app/api/internal/paramDatasets/test/1270...
Hey, I have a strange issue, I am using the V2 API on prem and I am trying to get the estimate field returned for a list of tickets which I have. When I do a GET on: api/2/issue/{Issue_ID} s...
...bsp; [JRASERVER-66329] Unable to add more than 1 issue link using REST API - Create and track feature requests for Atlassian products. Is there any possible workaround with ConfiForm? E.G....
Hello All, Is there a JIRA Cloud site for testing? I want to test REST API calls. I don't want to test against production site we have in my organization. Thank you, cbfa
Dear Community, I want to configure my Bitbucket Data Center (Atlassian Bitbucket v8.9.12) repository Workflow > Branches configuration via REST API. Sadly, I could only find the REST A...
...n http://MYJIRA.atlassian.net/rest/api/3/issue/{issuekey}, using following JSON: { "fields": { "customfield_10082" : "SFDC Ref" &n...
Hello everyone, I'm trying to create an issue using the JIRA API REST. In this particular JIRA, there's a field that is mandatory in order to create the issue but it has a strange format. When I p...
Need rest API endpoint to detect pull request merge conflicts before creating pull request as below , so if we are going to take bitbucket UI automatically detect conflicts file before creation PR.&n...
...wd] -X POST --data "{"""transition""":{"""id""":"""11"""}}" -H "Content-Type: application/json" https://jira/rest/api/2/issue/ABC-10122/transitions But this one throws an error curl -u [user]:[pwd] -X...
We are using custom field "Business value" in the request to JIRA Rest api to create a feature. Is there any maximum limit on the character length for this field? Any help is appreciated. T...
Copied to clipboard