Questions tagged [jira]

Ask Question

Questions tagged with [jira] should be related to interacting with Jira programmatically.

5,507 questions
0 votes 0 answers 6 views

Jira python API add watchers

im following the simple steps fro Jira ticketing documentation to add watchers to an existing issue that I created. Im using the following section of the documentation to follow: add watchers however ... user avatar Moses Stamboulian
  • 1
0 votes 0 answers 5 views

How to authenticate to the Confluence rest api using Atlassian jwt token in ruby

I am trying to make api calls to Confluence cloud by authenticating with jwt. In my descriptor file, I have opted for the read scope. I am following this guide on how to generate the jwt token. In my ... user avatar Hakeem Baba
  • 515
-1 votes 0 answers 5 views

JIRA automation assistance

I was wondering if someone could kindly help me. I am trying to create an automation which loops through any JIRA issue that has been updated, and looks for specific words, replacing them with ... user avatar William B
  • 1
0 votes 0 answers 11 views

Table Grid addRows with Java API error in Jira

In Jira, I want to use addRows function with Java API in Scriptrunner, provided by Table Grid Next Generation plugin, but, I can't use beacuse of an error, which is not caused by syntaxis problem, ... user avatar Вахид Шукюров
  • 1
-1 votes 1 answer 15 views

CORS error with JIRA REST APIs for angular app

I am currently building an angular app where I have to work with some JIRA REST APIs. When I am trying to call the api(e.g. GET) it's showing me the following error. I have created a bearer token ... user avatar Shuvo Barua
  • 43
0 votes 0 answers 9 views

Unable to add attachments to a Jira issue using Power automate

For the internal communication without our organization we're trying to setup a power automate flow to get the data from a microsoft forms form and create a issue in jira. Using a Jira connector for ... user avatar Collin
  • 1,054
0 votes 0 answers 28 views

Jira issues that are in an epic with certain label

I am trying to write a Jira JQL filter that combines parentEpic with a label or a filter. The below JQL works: project=TML AND parentEpic in (TML-2731, TML-3053) But then I need to know the IDs of ... user avatar matth
  • 2,433
0 votes 0 answers 10 views

How to use Jira.CreateOAuthRestClient from C# code?

I have downloaded Atlassian SDK from visual studio nuget manager. There is a method public static Jira CreateOAuthRestClient(string url, string consumerKey, string consumerSecret, string ... user avatar Ankit Gupta
  • 73
0 votes 1 answer 22 views

Jira stories that are blocked by other project

I am trying to write a Jira JQL filter that returns all issues in my project (named ABC) that are blocked by an issue in another project (named XYZ), or in any other project except my own ABC project. ... user avatar matth
  • 2,433
0 votes 0 answers 22 views

Jira REST API not respecting 'query' param for versions

According to the Jira v2 REST API supports a query param for project versions. ... user avatar Marcel Stör
  • 21.2k
1 vote 1 answer 8 views

How to link other JIRA dashboards to a central dashboard?

I have several dashboards in JIRA and want to create a central one where there is a filter or gadget that will display links to the other dashboards. Is this possible? user avatar Jessica Gorr
  • 11
1 vote 1 answer 7 views

Jira API Set Pending Reason

Using the Jira API I'm trying to set a Pending Reason. I've dug out the following from the schema: "customfield_15072": { "required":false, "schema":... user avatar Richard Whitehouse
  • 676
0 votes 0 answers 12 views

How to connect to JIRA api with 2fa enabled by organization?

I use self hosted Jira and I'm currently trying to connect to the Jira api using a python script (and the requests library) having 2fa enabled by my organization. I'm not an admin of the project and ... user avatar Liz
  • 1
0 votes 1 answer 20 views

Zenhub API: {"message":"Validation failed: Issues would create a cycle in epics"}

I'm trying to use the ZenHubIO API to sync issues between Jira, Github and ZenHub. I have no issue creating issues from jira to github. However, if the issue is an Epic, the Epic is not synced ... user avatar Omar Farag
  • 15
0 votes 0 answers 8 views

Problem importing SLAs field data with Jira API

Good morning everyone! I am working on a c# API that interfaces with the Jira API via the Atalassian.Jira library. Specifically, to get the issues I am using IIssueService. My problem now is that I ... user avatar Alec
  • 1

15 30 50 per page12345368

You Might Also Like