Created Jul 13, 2022, Last active today
Hi Everyone! In my organization, our Jira setup has a customField_12000 which is pointed to an object labeled "Affected Objects", there can be multiple Affected Objects", Within ...
Referring to the guidelines as specified here : http://docs.adaptavist.io/tm4j/cloud/api/v2/ I am trying to get the status (Pass/ Fail/ Blocked etc) of a Test Script within a Test Case. A...
Logging your time in Jira doesn’t have to be a hassle. In this article, we’ll show you how to log your entries with a Jira timetracker, Worklogs - Time Tracking and Time Reports, and walk you through...
Hi Guys, We have a custom filed that represent "Production Release Date" and I'm using JIRA Connector API to query that field in a form, I know the custom filed number (see attached ) a...
Hi, I need to migrate one specific project from company A to company B and wonder if it's possible? I believe migrating the whole account is possible but what if it's just one project? Any help would...
What is the correct code for getting the transition of a workflow? How do I use the suggestion of Jira Script Post-Function (ScriptRunner) Function as shown in the added screenshot? Thanks for ...
I'm using a User Picker one of my projects and at any point of the workflow, I do not want the Assignee to be the same user as the user in the User Picker field I have. I have no idea how to st...
I have figured how to successfully search for strings with special characters with the exception of open curly bracket characters '{'. As an example, this query works: issueFunction in issueFieldEx...
...asyTime with Tempo. True story: I always thought that writing a marketing email would take me only 30 minutes. But no, it actually takes me an hour. The fact that EasyTime records time a...
A bug bounty program is one of the most powerful post-production tools that any organization can implement to help detect vulnerabilities in their applications and services. Crowdsourcing vulnerabili...
Did you know there is a way to create Jira workflow transitions, conditions, validators, and post-functions that can work differently depending on the context of the project you are working with? ...
Building a proper IT governance framework is no longer just for teams following government mandates, it's become a fundamental good practice for all organizations. These frameworks offer several bene...
Hello everyone, Any returns of experiences about this new App Federation for Jira Companies with more than 2k/3k users have sometimes several instances. It could helps the administrator...
Probably a stupid question, but here goes. I'm replacing curly brackets in links with their ASCII code (Jira does not recognize URLs with curly brackets as valid). The following works fine: def fo...
Are you ready to have one of the top 20 Jira Service Desk requests being resolved? But really...ARE YOU READY? Great! Then read on... Finding the right information quickly is crucial to the prod...
Hi Guys, I need to add abc.zip file to my test cases. I have 100 + test cases but for all test cases results will be abc.zip file only. Is it possible to add abc.zip file to all 100 + t...
Hello, We want to fill a text template into the comment field which will be shown when i resolve an issue. We created a behaviour that fill this field with the template but when i leave the field t...
QAlity - Test Management for Jira and QAlity Plus - Test Management for Jira are test management tools available for Jira Cloud and Jira Data Center. Even though QAlity is capable of configuring most...
...alue //FormField dBCC = getFieldBYID("customfield_15703") // id for dBCC dBCC.setHidden(false) dBCC.setRequired(true) } else { dBCC.setHidden(true) }
...alue //FormField dBCC = getFieldBYID("customfield_15703") // id for dBCC dBCC.setHidden(false) dBCC.setRequired(true) } else { dBCC.setHidden(true) }
...ef values = comp.getValue()*.getName() def tatr = getFieldById('customfield_14310') tatr.setHidden(true) if(values.toString().contains("test")) { tatr.setHidden(false) } This shows a spread o...
I am trying to create a custom JQL using Scriptrunner. I need to find all issues that have at least one attachment in an attachment category in the Smart Attachments add-on. I have the code working a...
Many test management apps on the Atlassian Marketplace, including QAlity - Test Management for Jira and QAlity Plus - Test Management for Jira introduce new issue types to the ones that are alre...
Is it possible to have interdependencies within a issue in JSD? Based on the response to question 1. I want to direct to eiher question 1.a or 1.b. E.G. A)Do you travel by train B)Do you travel b...
...oolean success = false int retries = 0 List<Mailbox> failures = [] while (!success && retries < retryAttempts){ Thread.sleep(retrySeconds * 1000) retries++ success = true f...
App Central is your space to connect, share, and learn about Marketplace, third-party, and custom apps. Whether you build or use them, this is where the discussion happens. Marketplace Partners: be sure to check our Atlassian Partners - Rules of Engagement and Partner Processes and Best Practices before posting.
Copied to clipboard