Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you might find the site temporarily inaccessible. Thanks for your patience. Read more.
×We've recently turned on the Customer & Org Profiles feature in an older JSM project. We've created some custom fields on our customer records, and have enabled the ability to view the fields in ...
Hello everyone, we are trying to switch from Word/PDF to Confluence only... but during the transition phase SharePoint will still be the go-to place. This means that we have to manually create a PDF...
Hi community, I have a Jira instance under https://<instance>.atlassian.net/jira/ Everything is fine, and I would like to use REST API to, let say, creating an issue/bug automatically. Some...
I need to somehow get information about used templates in my existing projects using public/internal API. It is not available in response from API within this endpoint: https://developer.atlassian...
I need to get all transition dates for each issue in my Jira database. I did an api call and got a ton of data, but the specific transition is not in the data. Am I missing something? her...
I'm doing a deployment to my JIRA via the REST API endpoints. I am able to start the deployment operation and upload my snapshot to the corresponding deployment operation with ID. I am ge...
Hi. Currently, i'm having trouble with testing giving restriction on the confluence page using rest api. For now, I figured out that giving restriction rest api function is only available after conf...
I am using the Jira Forms Rest API and trying to access forms on an issue in a Jira Service Management project. I know the issue exists. I know I have permission to view and edit the issue. I'm the ...
Hi all, I am trying to update the existing Confluence page using Jira or Python or C# program leveraging the Confluence REST API. Basically, my steps are as below: Execute the GET API call to get...
This questions has been asked several times before without any answers. /rest/api/3/jql/autocompletedata/suggestions is supposed to give a list of all possible values for the field parameter provide...
I understand that this REST API is designed to remove a user from all sites within the organization, rather than from a specific site. If there is also a REST API available for removing a user from ...
So currently I'm working on a script to deep copy a project, but with own schemes for the copy. Now I ran into some problems with copying the IssueTypeScreenSchemes. I can add all entities from the ...
We have contract clauses in our requirement tickets in a Text Field (multi-line) field. e.g. REDACTED section 3.1(i), REDACTED When I retrieve the ticket via the Rest API, Jira is converting the `(...
Hi All, With the help of below ZAPI: POST -- https://org-url/jira/rest/zapi/latest/execution/updateBulkStatus Body: { "executions": [ "11", "22", "33" ], "status": "1" } I am able ...
How to handle option2 Field Type in Jira’s Get Issue Metadata Endpoint (Tempo Fields)??? Hey Atlassian Community, We're encountering inconsistencies with field types in the Get Issue Metadat...
I'm currently setting up a incoming webhook through Automation on which an external system will POST some data to create/update issues. One of the actions however is adding an attachment. Automat...
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"> Updatin...
The Atlassian API is returning data like this from the wiki endpoint `/wiki/api/v2/pages/<id>` {"type":"media","attrs":{"width":1278,"alt":"alt text","id":"51013016-44a8-438f-b0b7-fb619714df9a...
I would like to get the list of pipelines created in a certain time interval, but right now that doesn't appear to work. I tried using the information on the Filter and sort API objects page, but I'...
Hey there I want to update a page with the REST API. Currently, I use a GET to collect the current data of the page, then change the body and version number and try to use a PUT to update the...
I am trying to fetch the data by the below API end-point api/2/issue/createmeta/[abc]/issuetypes I am getting 400 server errors. but the same endpoint with a different project just assumes...
During a Jira migration to a new Jira Data Center instance where issue keys remain the same as in the previous instance”I am attempting to associate preconditions, test sets, and test plans t...
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 use...
Hi Community, Please guide on how generate a list of existing labels present in Jira Software (Data Center) via API call. It will be a great help you could share necessary help document and syntax ...
Hi Bitbucket community, This is a reminder about a Bitbucket Cloud REST API endpoint that will be removed on Feb 20, 2025. If you’re currently making calls to this endpoint, you’ll need to make cha...
Copied to clipboard