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 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...
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 ...
Hello, My team has been problems with assigned sprints not showing in the activity history. Normally, when a task is created and assigned to a sprint, there is a history log saying "none -> Sprin...
useEffect(() => { const url = `https://${jiraDomain}/rest/api/3/issue/KAN-1`; const getIssue = async () => { try { &nb...
Hi, I am trying to use Jira API to attach a file to the issues we created by calling below AP rest/api/3/issue/{Issue ID}/attachments While doing so in postman getting 500 error, n...
Hi Say Jenkin build pipeline( groovy script) deploy 10 jira tickets. 9 got deployed successfully. 1 ticket got some error. I need groovy script which can be part of jenkin pipeline script whi...
I am working on creating a flow from power automate that will create new JIRA issues/tickets, with every new submitted form. I have a power automate flow that runs, but on the JIRA automate sid...
Hi there! I'm trying to add a subtask to an existing issue on my development environment. But I'm not succeeding on it. Here is my function: const createSubtasks = async () => {  ...
I'm using Jira API 2.0. and I was able to get the ticket description using Jira API in .net core. but my issue is I can't get the image URL from the description response. this is the descript...
Copied to clipboard