Created Jul 13, 2022, Last active today
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...
I want to export a macro from a Confluence page (e.g. Calendar) or a picture/image. I have used REST API to get the body.text or body.storage, but I would like to know how to extract from here...
...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...
Is this possible?
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...
The idea to add PMO data to your projects in Jira is attractive for you? I know it is, specifically if you are running your Jira instance in Server or Data Center environments. It's time to capitaliz...
I am using Zephyr for JIRA cloud and I have integrated the same with JIRA. Created test cases in Zephyr and linked them to Jira user stories (using the field 'Relates to' in the 'Test' issue type). ...
Hello. We have jira version 7.12.3. And now these is installed Tempo plugin v 8.13.1 and Adaptavist ScriptRunner for JIRA 5.7.1. Following the tutorials on the link https://scr...
Hello, I am working in Jira and i would like to have script for below task 1) The "Approval" field only to be active when the option is "A" and option is "B" and for rest option the approver filed ...
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