1,514 questions
-3
votes
1
answer
59
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 ...
0
votes
0
answers
43
views
Camel Kafka Connect Connector for Jira results in "no endpoint could be found"
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 ...
0
votes
0
answers
53
views
Can’t retrieve Jira projects via REST API with OAuth authentication
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 ...
0
votes
0
answers
41
views
SunCertPathBuilderException connecting to Jira Rest API
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 ...
0
votes
0
answers
107
views
Add Tests to Cycle taking too long with Jira Zephyr API
I created a test cycle in Jira using:
POST jirabaseurl/rest/zapi/latest/cycle
data = {
"clonedCycleId": "",
"name": "api-test-cycle",
"...
0
votes
0
answers
66
views
'Secret' field not working as expected in webhooks
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 ...
0
votes
0
answers
34
views
Unable to see webhooks on Jira dashboard (created via Rest API) [PHP]
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:/...
0
votes
0
answers
285
views
JIRA API : Update drop down custom field using jira rest api
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": {
"...
1
vote
1
answer
244
views
Importing Robot framework executions to Xray with test step status
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 ...
0
votes
0
answers
30
views
How to append a video already have in attachment section to the description of jira issue via code?
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):
...
1
vote
1
answer
251
views
NoMethodError raised on jira-ruby gem: undefined method `presence` for "":String
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....
0
votes
1
answer
62
views
Add a value for sprint in an existing JIRA ticket using invoke-restmethod
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 ...
1
vote
1
answer
104
views
Worklogs in Tempo Timesheets (DS not Cloud) not working updating even with 200 msg
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)...
0
votes
2
answers
338
views
Jira API key can't access issues or sprints that were created after its last login
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 ...
0
votes
1
answer
264
views
Jira Api for C#
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'...
0
votes
0
answers
137
views
How to Add Comments in Jira Data Center Using the API?
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 ...
1
vote
1
answer
176
views
Open AI integration
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 ...
1
vote
1
answer
688
views
HTTP Request in Microsoft Power Automate not returning response body
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 ...
0
votes
1
answer
40
views
Cannot resolve errors with Jira API v2
my frameworks:
python backend fastapi
javascript frontend next.js
using this fetch:
const response = await fetch("UrlToPythonBackend", {
method: "POST",
...
0
votes
3
answers
508
views
Is authorization code flow with public client secret equivalent to implicit flow?
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 ...
1
vote
1
answer
81
views
Jira status / column API issue
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 ...
0
votes
0
answers
120
views
Retrieve JIRA issues in Apex using JIRA's Rest API
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
...
0
votes
1
answer
137
views
Get Development \ Releases fields using API in Jira
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, ...
2
votes
0
answers
45
views
How to reproduce workflow diagram myself via REST APIs for Jira Server
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-...
1
vote
1
answer
386
views
How to reproduce workflow diagram myself via REST APIs
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/...