Hello Brothers and Sisters I have custom field "RMC Approvals CHeck", multiselect checkbox I need a WOrkflowValidation. WHen Status changes to ABC I need to check if ALL options from custom fie...
There is Project A and Project B: I create a link from A to B with blocks link. And there status in project A called: Change the project of linked issue. Is it possible to do something that when ...
...ecause the updating file (Groovy) is ran twice, once for each event. I want that when I resolve an issue, the file gets fired only once when I resolve an issue instead of mulitple times. I would n...
Hi Everyone, I've developed a Groovy script that will run on a schedule in Asset Automation. This script uses IQL to obtain a list of objects and obtain the relevant attributes of the objects....
Hello Everyone, We’re trying to update a custom field by adding 2 days to the current timestamp using a post function. We cannot use JMWE or Automation for Jira because the field becomes rea...
...hildOf() funtion available in JQL but i have valid SCRIPT RUNNER 6. I am not groovy expert... but i already know there is a way to create such funtion Can you help me run the groovy script which returns a...
Hi All, We are trying to prepare to upgrade to v10.x for Jira SM. In doing so we're validating our current Groovy scripts. We have several that make a call to an internal HTTP site (n...
Hi Team, is it possible to get some details of issues on Jira data center running groovy script on Jira cloud instance?
Hi Team, how can I get jira project boards with column names and status names in these columns using Adaptavist Scriptrunner for Jira Data Center
Hi Dear Colleagues, I need a behaviour script in scriptrunner, which will not allow to set the date greater then 1 year.
Hi Community, My use case is: I want to hide "Yes" option under custom field X drop down when "No" option is selected in both custom fields: A and B. If "No" option is selected in cust...
looking for a solution in Datacenter to automate the creation of Request Types and adding filed to the form.
Dears, How to set a limit on input value that can be entered in a number based custom field. For example, if a user tries to enter a value more than 100, then jira shouldn't allow ticket cr...
Hi Community, Is there a way to send out scheduled email using Post-function? My use-case is, I want to send out scheduled email to Reporter, when a Parent issue is sitting on Done status and its C...
...en) is linked to Parent via Parent Link field. I need some help on how JQL query is called in groovy script and/ or make the use of searchService/ searchProvider in the code to fulfil the above request....
Hi Community, I want to hide a custom field present on Parent issue when the Parent issue is in Done status and all its Child issues (linked by Parent Link field) are in Done status as well. Here, ...
I am creating a listener that is triggered by a new link being created. The listener is then attempting to create a new Issue which has a Cascading Select List field which should be populated. Howeve...
Hi. I have 10 screen tabs on issue edit schema. I want to add per each tab a description (to tell user what to do). I want to avoid adding 10 custom fields to show that. Best solution wil...
...upplier from the multiple choices. I have created a groovy that works BUT creates only 1 sub-task not multiple according to the choices in the supplier custom field. Can someone from y...
Can some please explain how to, using Groovy in ScriptRunner for Jira Cloud, copy an attachment from a parent to child workitems i have created? I found a response claiming HAPI's Issue w...
Hi! We use the Better PDF plugin. Currently, generating and sending PDF via email is configured on the automator. But we need to rewrite it to SIL or Groovy. I found documentation, but I can't f...
Hi Everbody, I want to update a CustomField that have multiply choice. When I do an update on a Custom Field with only a single choice, I am doing this: issue.update{ setCustomFieldValue(...
Dear Atlassian Community, I'm trying to build a custom JQL function with scriptrunner. We have a text field which contains IDs from thousands of issues. I need to check if this ID matches the num...
...onfluence") but hide ("Jira") in multi-select field drop down. I am able to code my request in groovy in Jira Data Center as below: import com.atlassian.jira.component.ComponentAccessor def groupManager = C...
Hi Team, I am reviewing the documentation and trying to obtain the reports. What file path should we provide? Please advise on this. Document: https://www.scriptrunnerhq.com/help/example-scrip...
Copied to clipboard