Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you might find the site temporarily inaccessible. Thanks for your patience. Read more.
×What is the concern? I created a atlassian app to use the jira and confluence apis. but it is in my individual account only and my team members are not able to access it. So if in the future i leav...
Hi all, Our Jira admin team is trying to save time by using the scriptrunner console to pull all customfields and their details within our instance at the same time. Our main goal is to reteive t...
Hi all, We are trying to figure out a way to pull all users within multiple groups, and display their details via the scriptrunner console. Example: User 1 - Name, Email, All g...
I'm trying to get the number of users who became Inactive within the past year. I followed this script https://library.adaptavist.com/entity/retrieve-list-of-inactive-users and added a table to...
Hi, I have created a custom class in the script editor. Let's assume it is "MyClass" in the package "my.package". When I go to the console, I can import that class with "import my.package.MyClass...
Hi community! I have two instances of JIRA and only in one of them I have ScriptRunner, in the other one I don't, and I would like to know if I can make code between the two JIRAs. Thanks
Since you can't use JQL operator "was" or "changed" for custom field, I'm resorting to ScriptRunner Console. I have issue types Bug and Story that both uses a radio button custom field (let's say w...
Hi Team, I had tried to gather info on "How to show Jenkins build console output in JIRA" but unfortunately got no hint. Please assist me in this configuration. Provide me if you have any d...
How to get attribute value in object using script console (ScriptRunner plugin)? I want to get attribute value via id or name (not by customfield or issue).
...ut if i use getCustomFieldObjectByName or getCustomFieldObjectsByName, an error occures: Script console script failed: java.lang.NullPointerException at com.atlassian.jira.issue.IssueImpl...
Hi guys, Can someone help understand why the query provides null results? def response = get('rest/api/3/issue/picker?query=project=myproject') .header("Content-Type", "application...
I guess I'm misunderstanding something fundamental here. I'm running this script in the Script Console (Script Runner) and it will not assign the reporter to the issue. I don't want a work a...
Copied to clipboard