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 will find the site temporarily inaccessible. Thanks for your patience. Read more.
×Trying to use the Python JIRA package and its not working for me. Hoping someone here has an answer. Using this import statement from jira import JIRA Import resolves to i...
...hen I log into JIRA, would I be able to get that info through the API if I were the only one who had gone through the OAuth process?
Dear Community, I am scratching my head about something: I am looking for all filters to find outdated onces. I tried 2 approaches: 1. SQL (table searchrequest) 2. Java API (via S...
...hen transferring to a metadata variable. Is there any other way to copy over the primary page properties over to a secondary page property? EDIT: I have been looking into API usage and was w...
Hello, I am using to updateTestRunStatus XRAY API to update status as either PASSED/FAILED for tests inside test execution is it designed to only update single test run status? Am I r...
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...
Hi, I'm facing a strange issue where a functioning Jira Cloud API call with JQL (in Jira UI, in the browser) fails in PowerBI on specific issue types only. API endpoint is rest/api/3/s...
I am using the Rest v3 API to bulk create a component that needs to exist in several (a few dozen) projects. I am trying to automate this using Python by looping over a .csv. I am getting a 400 e...
Hello. I am having issues giving permissions to an integration. I can create alerts, and i can close alerts, but i get a 403 on the api.eu.opsgenie.com/v2/alerts/requests/:requestId e...
...osted a solution. HOW TO SET A COVER COLOR ON MY TRELLO CARD AUTOMATICALLY But even following his step by step, several times, I couldn't get it to work... I managed to extract the API K...
Looking at the get issue API call, the returned json used to contain the email address but it appears it is no longer happening. Has anybody else run into this issue. The documentation below, d...
I currently have a Python script that runs daily (being triggered using Airflow), hits the `search_issues` endpoint and returns all new issues that have been `last_updated` since the previous day/run...
I looked up documentation but unable to find best way to get progress percentage by JIRA API to be integrated with KeyedIn PPM. We are looking to Sync 2 scenarios, At project level o...
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...
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-f...
...an return it, but I cannot search by it. If I leave Epic Name out of the search it works as expected, for example below. Call: https://testjira.com/rest/api/2/search?jql=project=18300 and i...
...utomation trigger based on a label etc. (although it might come to that). I thought it would be easier with the API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-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 t...
Hi, I saw that by using JIM it is possible be import issues in cloud instances with csv files. I wanted to see if there is a documentation of JIM or a public rest api so I can import large number o...
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 s...
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 c...
Hello, I'm using the trello api with PHP to add, update and archive cards on a specific board. When I want to archive cards (with archiveAllCards), I get the following error (only with this f...
...bsp; POST Request Attempt: I attempted to post a comment to the alert using the following API endpoint: POST https://domain.atlassian.net/rest/ops/3/alert/0c7e5f2e-0dcd-414f-be58-108739ee522a/c...
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...
Hi All, Is there a way to get all the branches that are ahead of master using the api? I can call the API to get all the branches, and then compare these with the master branch. But this is very s...
Copied to clipboard