I can able to create the new issue in Jira using this ("JIRA Pipeline steps") plugin in the pipeline script. node { stage('JIRA') { def server = "cloudjir
I'm trying to create an issue, issuelink and copy attachment from triggered issue at the same time using scriptrunner. For now, the code below are able to creat
I'm newest in Jira and want add some product requirements. When I add it, it shows in folder "Product requirements" but there's no title of this requirements. C
I have user stories in Jira with some labels A,B,C for example. But at subtasks level there is no labelling .Now I need to fetch count of all user stories of th
I'm working on a project and I cut a branch from a release_branch let's call my branch branch_A. My colleague also had cut another branch from same release bran
I was working on a project where I have to update jira issue fields like components , epic links,etc. I am using jira python client(https://pypi.org/project/jir
I have Action Item Tickets Project = x, issuetype = ActionItem But i need Actions items which is liked to Specific Epics issuetype = Epic, labels in (A1,A2) Onl
I am trying to retrieve from JIRA tree graph of parent child issues epic->story->task using python3.10 jira=3.1.1 for project with 400 issues it takes mi
I want to know if it possible to push subtask from DefectDojo to an existing issue or task int to existing JIRA project. king regards,
When I use Auto-Schedule in JIRA Advanced Roadmaps for an Epic with four stories where some stories some have subtasks where every subtask has estimated hours n
I'm implementing Automation for Jira for my current project, but have hit a roadblock. Currently the workflow is like this: Trigger -> Issue transitioned to
My team use Jira and we often work with open source software which are hosted on GitHub. I often get request from my PM to update the status which can sometimes
I have to migrate almost 150 Test Case (JIRA Tasks) to Azure Test Plans. Is there any way I can directly export JIRA TCs and Import them into the AZDO?
I am using following code to create an issue : from jira import JIRA import pandas as pd user = '[email protected]' apikey = 'XXXXXXXXXXXXXXXXXXXXXXX'
I'm completly stuck trying to implement AUI.select2 style multiselect customfield in jira plugin. in main class I just declare the constructor and do not overri
I'm trying to download a file from jira server using an URL but I'm getting an error. how to include certificate in the code to verify? Error: Error: unable to
I am using JIRA python API to create JIRA tickets from my code. The code looks like below from jira.client import JIRA def create_jira_issue(jira, summary, des
Is there a way to search a field with wildcards? I have two fields and I just want names starting with DEVX. I have tried quotes and asterisks, like "DEVX*". I
My below code is getting me a null pointer exception when I try to get time tracking for my issues , even if the issue have time tracking , I'm using this api:
I am in a situation where I have a Basic JQL i.e. issueKey in (JIRA-1,JIRA-2,...JIRA-1000) I would like to add a AND condition and filter out the only issues wh