Created Jul 13, 2022, Last active today
Hi there! My organization uses Confluence Server 6.12.2 and we have Questions for Confluence 2.6.15. For some reason, when I navigate to Questions>Topics, I only see 8 Topics when I know we have ...
Dear community, when working with the ScriptRunner plugin and implementing Post functions, behaviours etc. there are some "automatic" variables being always available in a given context. So...
Hello! I'm using Jira v6.3.13 (WAR, with Apache Tomcat 7 and Java 8) and Script Runner v3.1.4. I wanted to use Jollyday (v0.5.7) with some scripted fields, and downloaded its .jar into Jir...
Hi All, I have a requirement to create monthly variance reports on fields that are currently scripted. The approach I'm taking is to run the script field once a m...
I am trying to match a custom field's value from a "Project" issue type into a "Feature" issue type, on update. These issue types are linked via the Parent Link field. ie. My custom field is c...
I am trying to get the script below to work - I have tried adding it to each field in behaviours as well as on one field. The issue appears once I add the additional if statement. I have also tried t...
I want to define an web item opsbar-action, that calls a REST-Endpoint that does some work to the current issue and then navigates back to the page it was called from. Currently I give the REST-Endp...
...opyProject.FIELD_TARGET_PROJECT_NAME) : destProjectName, (CopyProject.FIELD_COPY_VERSIONS) : true, (CopyProject.FIELD_COPY_COMPONENTS) : true, (CopyProject.FIELD_COPY_ISSUES) : true, //(C...
Hi awesome community! In this article, I would like to describe the one of the toolset (service) for the analyze some problems on different Java-based instances, of course, as Atlassian admini...
Nowadays, self-service becomes a new sexy. Customers seek on-demand experiences, and even support teams need to take that into consideration. According to Atlassian, we can provide a successful ...
Hello, I have a requirement wherein I need to make a field mandatory based on values selected in the first drop down of a cascading custom field, while performing a transition. The user needs to upd...
ran the bulk delete issue type screen schemes provided at https://community.atlassian.com/t5/Adaptavist-questions/How-to-bulk-delete-screen-schemes-or-issue-type-schemes/qaq-p/712428 on a ...
Dear Sir, I'd like to create the listener as follows features: 1. When: The user is added to group 'jira-administrator' 2. action: send-email Do you mind helping me 'Condition and Configuration' ...
Starting with Power Scripts™ for Jira v 4.5.5 and coming soon to Power Scripts™ for Confluence v1.2, Jira and Confluence admins will now be able to temporarily mimic permissi...
Can someone explain to me why my code is bad? Merci I put my code: def time = "1m" def result2 = put("/rest/api/2/issue/${linkKey}") .header('Content-Type', 'application/json') .que...
I tried all solutions from community questions, adaptavists documentation, none of them work I got following issues: Approach 1 ********************************************** Code:...
Life in Codes, an Atlassian Solution Partner was tasked by a major government entity to create a Jira issue archiving system by integrating Jira with their custom, legacy document management system. ...
Hello, So I would like to copy the link behind View customer request to custom filed. So when I create a report and add this custom field to this report, people can vi...
I am trying to compare a value from a multiselect customfield. i did the following code: import com.atlassian.jira.component.ComponentAccessor; import com.atlassian.jira.issue.CustomFieldManager; ...
...ctionId == 1071 && actionName == "Clone for All")) { formComponent.setReadOnly(false) } else { formComponent.setReadOnly(true) } s...
...ixVersionHistory.add(issueFixVersion) isToStringNull.add(true) } else { &n...
You may discuss "2FA for Jira: U2F & TOTP" app here.
Hello, I have a listener 'issue updated' that catch the event of changing issue type, check some fields of the issue, and display an error message. This code worked ok, Instead a ...
I can see the version of Confluence I am running via the ? Help icon > About, however, I can not find where the version of Questions is listed.
I have an requirement to set organization based on reporter in JSD. For emails and portal issues I am using an scriptlistner to set the value but is it possible to set this using an behaviour when c...
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