Category "jira"

DfectDojo pushing to JIRA

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,

How to set Start Date for Auto-Schedule in JIRA Advanced Roadmaps?

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

JQL - How to filter linked issues by type?

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

Is there a way to import GitHub issues to JIRA?

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

How to import JIRA Test Cases to AZDO test plans?

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 JIRA Python API to create Issue

I am using following code to create an issue : from jira import JIRA import pandas as pd user = '[email protected]' apikey = 'XXXXXXXXXXXXXXXXXXXXXXX'

jira multiselect customfield AUI selest2 defined in plugin does not pick any options

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

Error: unable to verify the first certificate in nodejs

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

How to add watcher to JIRA ticket using JIRA python API

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

Query JIRA versions using wildcards with JQL

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

Jira REST API Time Tracking Null

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:

Jira jql query to filter issues which has child issue in it

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

404 Error when I try to integrate JIRA with GitHub Enterprise

I am trying to integrate my GitHub Enterprise account with JIRA via the steps documented here: https://confluence.atlassian.com/display/AOD/Linking+a+bitbucket+