5,889 questions
Advice
1
vote
0
replies
22
views
Epic can't be moved to column because of workflow
As a JIRA admin, I have received an issue where someone could not move an epic to a certain few columns.
The workflow for this space (CST) has all the necessary status in the workflow.
The board that ...
Advice
0
votes
1
replies
39
views
Get list of issue keys that were moved from one project to another using JIRA Rest API
I am a JIRA Cloud admin trying to get a list of issue keys that were moved from one project to another (eg: BTM -> SPB)
The list should have the old key and show the new key as well.
I have been ...
Tooling
0
votes
1
replies
74
views
How to retrieve Test Cases from a Test Execution in Xray Cloud for manual-triggered automation (Azure DevOps integration)?
I am working with Xray Cloud on Jira Cloud (hosted on the Atlassian domain, not self-hosted) and I am trying to implement a manual-triggered automation workflow.
���� My Goal / Architecture
I want to ...
Tooling
3
votes
2
replies
68
views
How to restrict branch creation using wildcards without overlapping specific patterns?
I am trying to set up branch protection/restriction rules to control who can create or push to specific branches. My goal is to enforce a strict naming convention where only a specific pattern is ...
0
votes
0
answers
35
views
Atlassian Forge app works on my Jira site but fails on other sites with "404 Issue does not exist or you do not have permission to see it"
I’ve built and deployed a Jira app using Atlassian Forge. The app acts as a lightweight chatbot that listens to Jira Automation webhooks (e.g., issue commented) and then fetches issue data via the ...
0
votes
1
answer
46
views
Jira /rest/raven/1.0/import/feature is creating new test although existing test is present in repo
I'm using a Jira Datacenter and calling the above api to update existing tests of cucumber type.
My problem is, although a Cucumber type test exists in the xray repository with the same key as in the ...
0
votes
1
answer
76
views
PowerBi query for JIRA tickets giving results in loop
I have this powerbi M query to find all the 204 JIRA tickets but I am getting same results again and again in infinte loop. I tried many combinations via ChatGPT and other site but no luck. Appreciate ...
1
vote
0
answers
285
views
Jira Cloud API: {"errorMessages":["You do not have permission to create issues in this project."]} even though I am Space Administrator
I am using Jira Cloud and trying to create issues via a .NET backend API. I am an Administrator in the Space.
My API token has all the necessary write scopes, including write:issue:jira, write:project:...
-3
votes
1
answer
82
views
Need help in setting assignee to tickets created in Jira using Python script [closed]
I'm automating some ticket creations in Jira. It's working fine for the most part, but its not being assigned to the correct user. All the tickets created get created with "unassigned" as ...
1
vote
1
answer
106
views
Is it possible to store multiple values in one Forge custom field and still use Jira field history?
I am developing a Forge app for Jira Cloud and need to store around 200 structured values on an issue (text fields, dates, URLs, etc.). Each value must have its own change history, similar to how Jira ...
-3
votes
1
answer
220
views
Problem Getting Paging Info from Jira API [closed]
I've got a C# program that uses the Jira API. I'm encountering a new problem where I'm trying to GET newly created Jira issues from the past month, but the JSON response from the API isn't giving me ...
Best practices
3
votes
1
replies
120
views
Training ChatGPT on Atlassian Products
I created a custom GPT at work so employees can ask it questions about Confluence and Jira as expert knowledge about those products is limited to only a few people. In the spirit of making it stronger,...
0
votes
0
answers
80
views
Debugging Structure formulas in Jira Cloud
In the non-cloud version of Jira, Structure had a debug feature where you could step through the Jira formula's execution and see the values in each variable. That feature either doesn't exist in ...
2
votes
0
answers
148
views
JIRA Lexorank in depth
I'm researching about maintaining order in a list like JIRA, and I come across Jira Lexorank. I've already understood it's core concept, but there are 2 questions that I struggle to find the in depth ...
0
votes
0
answers
30
views
Check JIRA number while creating the Outlook calendar meeting
I wanted to create an Outlook add-in where someone creates a meeting invite it should check if it is having the valid Jira Number or at least it can check if a certain pattern is present in the ...