Created Jul 13, 2022, Last active today
The process of testing is imperative to the development of software products and applications. Software testing is carried out for the purpose of quality assurance and it involves identifying the fau...
...eveloper) as ApplicationUser if (getBehaviourContextId() == "link-create-blocking") { getFieldById("project-field").setReadOnly(true) getFieldById("issuetype-field").setReadOnly(true) g...
...fManager.getCustomFieldObjectByName("Options"); switch(issue.getCustomFieldValue(cf) as String){ case "No": commentField.setRequired(true) }
A normal "Copy" function on Confluence page will not retain Scaffolding's XML metadata and copy it to another page. In order to keep both page structure and Scaffolding's XML content, you can use "Co...
Im trying to read the linked issues of a specific issue. But the script is only reading the epic link issue. PA-2000 have a linked issue OB-1111 also have and epic Link = OB-50 I wa...
Hey all together, Maybe someone have discovered this issue already. When I try to subscribe to a Team Calendar via the subscribtion button, I have got the opportunity to choose a desired app...
There are times when admin wants users to edit Scaffolding forms via the "Edit Contents" button, but do not want them to edit the underlying Scaffolding structure via the "Edit" button available on C...
...Recently, I noticed some errant span elements appearing in Confluence pages. I created a support request for the problem. (Atlassian's public Jira no longer allows me to create a bug issue for C...
Yes you can! You only need to change the "Case" to your custom object API name. Do note that custom object API name should have the "__c" behind the name. e.g., http://localhost:6250/plugins/servlet...
Email was the tool that allowed us to move business communications from paper and phone-based communication to the electronic form, but it feels like it is past time for email to step aside for some ...
My Time-sheet information is not showing up in the gadget currently? I have removed and reinstalled the time-sheet add on and still I can not get the information to show up in the gadget our our cust...
Hi, I've created a listener to create subtasks based on a custom field radio button (Testing Required = Yes). using the built in 'create a subtask' listener. I would now like to create a listener fo...
Hi, I've created a listener to create subtasks based on a custom field radio button (Testing Required = Yes). using the built in 'create a subtask' listener. I would now like to create a lis...
confluence use ldap user auth. when i subscribe a calendar to the thunderbird, get error message like this: Error: [calCachedCalendar] replay action failed: null, uri=http://cf.ttg.vph...
I need to make a transition on a linked issue after pass the conditions. import org.apache.log4j.Category import com.atlassian.jira.issue.link.IssueLink import com.atlassian.jira.issue.Issue...
I am using the ScriptRunner "Clone an issue, and links" post function. I am trying to figure out what I need to add in the "Additional issue actions" section to create the issue in a project...
Hi I had a Problem in BigPicture Roadmap. I created a BigPicture program based on a filter. A lot of issues where shown in gantt, roadmap and resource, everything fine. When my colleague open...
Hi I am trying to clone an issue from a project to another using a post-function transition. 1. The issuetype in the cloned issue needs to be changed for Epic with the same "Summary" name t...
We are using the Jira Cloud version including script runner. The goal is that all created issues in one project are cloned to another project ("second project"). Cloning issues&nbs...
I have spent 4 days in using everything that was available for me to use. Starting from Dapplo.Confluence to Script Runner and still have not been able to achieve what I want to. This is my situ...
When I am trying to below code def getModifiedFields = ""; MutableIssue Issue = issue; getModifiedFields =Issue.getStatus() myLog.info ("getStatus== " + getModifiedFields) I want updated stat...
...") } } When i run it using "Groovy Script Tester" from JMWE (Jira Misc Workflow Extensions), i see: DEBUG: issue=PRJ-90210 fv=foo.1.0 isArchived=true isReleased=true DEBUG: yes foo.1.0 is r...
I am trying to add the Top 10 defects impacting testing to a JIRA dashboard but cannot get the correct figures to be displayed. I have 2 defects that have 10 test cases impacted, but these do not sho...
I'm using Adaptavist Script Runner to enforce branch naming standards. The pre-receive hooks prevent pushes from remote repos and the script event handler prevents creating wrongly named branches in ...
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