Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
59 views

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 ...
kooroc's user avatar
  • 21
0 votes
0 answers
43 views

For exchanging data between ServiceNow and Jira, I'd really like to use the according Camel Kafka Connect connectors. (I'm aware that there exist other connectors on the market as well like for ...
aireducs's user avatar
0 votes
0 answers
53 views

I’m working on integrating Jira with my service using OAuth. I created a Jira account and set up a few empty team-managed projects for testing, so my account is an administrator. I assigned myself all ...
asd's user avatar
  • 11
0 votes
0 answers
41 views

Hey all I am trying to connect to my local Jira server via Java but I get the error of: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid ...
StealthRT's user avatar
  • 10.6k
0 votes
0 answers
107 views

I created a test cycle in Jira using: POST jirabaseurl/rest/zapi/latest/cycle data = { "clonedCycleId": "", "name": "api-test-cycle", "...
anon-explorer's user avatar
0 votes
0 answers
66 views

Am using admin 'webhooks' in Jira. Create webhook form provides 'secret' field as shown below. When i receive payload i do not see that in response 'header' or 'footer'. I do not see any help in ...
Joseph Ranjan's user avatar
0 votes
0 answers
34 views

I was able to successfully create webhooks via api and was able to fetch from api as well. but am unable to see them in jira dashboard. please check my code here. <?php $webhooksbase = 'https:/...
Joseph's user avatar
  • 17
0 votes
0 answers
285 views

I have updated the drop down custom field value of an issue using jira api, https://domainname.atlassian.net/rest/api/3/issue/{issue id} and the below payload, { "fields": { "...
Dhuruvan's user avatar
  • 101
1 vote
1 answer
244 views

I've been integration my Robotframework tests with Jira and Xray. I already have all tests with the corresponding test steps (actions) in Jira, organized in Test Plan and Test Executions. Now what I'm ...
André Gradil's user avatar
0 votes
0 answers
30 views

This is the code to attach the video to the description that video already in the attachments need to append the video to be playable def update_results_section(issue_key, section_name, file_urls): ...
Sudam Praveen's user avatar
1 vote
1 answer
251 views

I am testing out using jira-ruby and creating an Issue in Jira. However, when I attempt to create an issue, I receive this error: /Users/xxx/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/jira-ruby-2....
modestgurgle's user avatar
0 votes
1 answer
62 views

I would like to add a sprint value (or name or string or id) in an existing JIRA ticket via Powershell and more specifically invoke-restmethod (not with curl). Could somebody mention me an existing ...
JTR's user avatar
  • 1
1 vote
1 answer
104 views

I have a LOT of tempo worklogs that I have to go through and change the billable seconds to something other than the logged time. While retrieving the records isn't a problem (with a little workaround)...
Steve Adams's user avatar
0 votes
2 answers
338 views

I'm building an application that uses the Jira REST API. The application has its own service account with its own jira login separate from any individual account. As a one-off setup step, I have ...
Cam Jackson's user avatar
  • 12.4k
0 votes
1 answer
264 views

I'm trying to create an dot net app to fetch all the jira ticket present in a project, let say DevProject. I'm trying to use jira api but I'm either getting and empty response or 404 error. I'm sure I'...
PrabDev's user avatar
  • 17
0 votes
0 answers
137 views

I'm working with Jira Data Center and need to add comments to issues programmatically using the API. I have the necessary permissions and am able to make authenticated requests, but I'm unsure about ...
Assiph Rolant's user avatar
1 vote
1 answer
176 views

I have basic OPEN AI account and I am developing a POC where the goal is to get data from JIRA and then analyze it using OPEN AI. There is no restriction on what to analyze and how much to analyze, I ...
Cinthiya Singh's user avatar
1 vote
1 answer
688 views

When a Microsoft form is submitted, I am trying to pass the responder email to the GET user details JIRA API to get the user account id. The request seems successful as the response code is 200 but ...
Arun Unnikrishnan's user avatar
0 votes
1 answer
40 views

my frameworks: python backend fastapi javascript frontend next.js using this fetch: const response = await fetch("UrlToPythonBackend", { method: "POST", ...
TonyShark007's user avatar
0 votes
3 answers
508 views

I want my single-page web application to log in to Jira via the OAuth implicit flow. However, Jira only offers the authorization code flow. Assume I have determined that the implicit flow is secure ...
Martin Jaskulla's user avatar
1 vote
1 answer
81 views

I am trying to create a custom column (like "In Testing") in Jira using the Jira API, but I am unable to find the appropriate API endpoint or documentation for this task. Currently, I am ...
Yashpal Rathore's user avatar
0 votes
0 answers
120 views

So I am trying to retrieve output of JQL query using in Apex using API provided by Jira. However I am not able to format my body such that I receive the expected output in JSON file. here is my code ...
BigPy's user avatar
  • 127
0 votes
1 answer
137 views

We are using Jira cloud and want to export a few items including all their data. The only values we are failing to get are the Development links, which are links to a GitHub repository. (PR, Commit, ...
yoav lax's user avatar
2 votes
0 answers
45 views

I am running Jira Server v8.13.25. I want to know how I can obtain this workflow data programmatically via REST API. https://docs.atlassian.com/software/jira/docs/api/REST/8.13.0/#api/2/issue-...
ONMNZ's user avatar
  • 368
1 vote
1 answer
386 views

Here I have a simple workflow associated with my issue. I want to know how I can obtain this workflow data programmatically via REST API. https://developer.atlassian.com/cloud/jira/platform/rest/v2/...
ONMNZ's user avatar
  • 368

1
2 3 4 5
31