Created Jul 13, 2022, Last active today
Hi All, I'm trying to show an info message on Create Issue Screen using Script Fragment by Scriptrunner. Can someone lead me an example on how to do it? I didn't see anything on the Scriptrunner for...
Hello Everyone! I´m using the Create Page for ScriptRunner Confluence macro. I would like to automatically link any sub pages I create using the macro to the original page. For ex...
When I click on Script Fragments, I get a large red error box that just says "An error occurred!" Just installed scriptrunning on cloud account, trying to test to see if it does what we need - ...
...omponentAccessor.getCustomFieldManager() def cField = getFieldById("customfield_12345") if (Issue.getStatus() == "TOTO"){ cField.setHidden(true) } else { cField.setHidden(false) } But in does not work. I have configure the b...
Hello! I'm trying to parse a confluence page to get all user mentioned on it (with @username). But when i'm getting page body with getBodyAsString(), in places where user mentioned i...
We have the following use case There is a scripted listener which checks newly created comments. If the comment contains a keyword, the current issue needs to be closed, cloned, and the cloned issue...
We have about 50 users. How can I make sure everyone is receiving notifications when a question is asked?
I need to run below code in jira could u help me Mehran N: curl -XPOST "http://my url/nagiosxi/api/v1/config/host?apikey=Kdqf3WndXcDN5rJ8u8MhMfVapJabKK6KXvfgMVsJ86NsQsDkTlVVU75DQv5QvaRs&p...
I have a custom listener sending a large amount of notifications for specific workflow events. Not all emails are going out. I am receiving a 452 4.5.3 Too many recipients error. ...
...nly - START con.setDoOutput(true); OutputStream os = con.getOutputStream(); os.write(POST_PARAMS.getBytes()); System.out.println(os); os.flush(); os.close(); // For P...
When I trigger a workflow transition,a screen pops up.How to use scriptrunner or groovy to dynamically generate the checkbox of the assigeners in this screen according to the current issue and all th...
I have a custom field of type project picker and i want to get the value selected, here my code import com.atlassian.jira.issue.Issue; import com.atlassian.jira.issue.fields.Cust...
Hi there! I'm trying to get an active sprint name from a given board in the post-function and write a sprint name to a custom field. Here is the script that I use in the post-function: impor...
Hi everyone! I can't find issue log's while using Extend generator in Structure plugin. When i linked issues manually using issue links ('Add link' button) this event logged in the H...
I want help with script listener to update parent task multiple select list field when the same gets updated in its subtask. It should not remove the existing value but add to it if a new value is up...
Hello: I have 5 line items in a checkbox field and would like to hit a transition and during the post, to check one of the line items. E.g.,: Item a Item b Item c During Transition I want...
Hello, i like to bulk change Project Schemes with Script Runner. For Example change all Issue Type Screen Schemes or Workflows etc. Is there any Script out there to accomplish this? Thank...
Hi, I try to resolve problem with Invalid Worklogs in Tempo after moving issue to another project. I wrote my own script based on this, but not work properly. I use My Groovy addon and I use CU...
...(params) as IssueLinksSystemField.IssueLinkingValue if (issue.issueType.name == "Test") { issueLinkingValue.linkedIssues.size() > 0 } else { true }
According to CCW Digital, customer experience and customer service management are the priority for over 50% of organizations. Obviously, it's important to pay attention to both these aspects bec...
I just started using the script runner for subtracting my custom field and created datetime I am getting the values of both fields successfuly but i need to subtract them to get the differen...
Hi, Jira Application is running on cloud, so script runner code is in need for below scenario, I have a custom field called approver, when ever the approver is selected while creating an ...
While creating new issue for issue-type "Bug" users sometimes pick "Backlog" as Affected Version. That is inappropriate value for new "Bug" issue. We want to have "Backlog" value available for ...
I'm trying to make jira plugin. I want to add image, css and js files in my html file but I couldn't do it. That's how looks my atlassian-plugin.xml <web-resource key="Saphire-resources" name="S...
Hi Team, I am using the JIRA cloud version. I have a mapping sheet saved in either xlsx or CSV mode and has attached the file in a JIRA Issue, now i want to read the excel file and update the ...
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