Created Jul 13, 2022, Last active today
Hello, How to find all the projects using default field configuration's of a custom field? Any sort of help is appreciated. Thanks, Kiran. import com.atlassian.jira.component.Compo...
...acheControl() cacheControl.setNoCache(true) cacheControl.setMaxAge(-1) cacheControl.setMustRevalidate(true) return Response.ok().cacheControl(cacheControl).entity(new S...
Any suggestions or favorite tutorials for getting started with plugin development?
Hi, In google calendar, I can select e.g John Doe and take a look, what he has on his calendar, then select Boris and check his. Is it possible, to make the same ? Thnx
Hey Everyone, Our team has recently launched a Checklist add-on, which can save you from sub-task pains and facilitate your workflow in Jira cloud! https://marketplace.atlassian.com/apps/1218897/be...
Hi Team, java.lang.ExceptionInInitializerError at org.apache.axis.handlers.BasicHandler.<clinit>(BasicHandler.java:43) at org.apache.axis.client.Service.getAxisClient(Service.java:104) at org....
Can Scriptrunner's built in script for escalations be configured to only run on one node in Atlassian Datacenter?
I have a script listener on issue updates that copies the latest value in the Sprint field to another read-only custom field called 'Current Sprint.' So anytime the Sprint field is updated, the Curre...
Has anyone else run into this problem? I've got a request type in a Jira Service Desk with a Project select list that I want to be optional by default (so it can receive email) but when a...
we are currently experimenting with Script runner for Bamboo and would like to know how to get the issue keys that are part of the build.
Hello guys! Did you pass to something like this? My configurations of notifications are all good. I can't create a bug on Confluence Server project at Atlassian, so I'm creating a questions here. &...
Hi, today we experience a lot of problems with JIRA and most about the log of work. Dont know if its because of Tempo or because there is a problem in JIRA,.s There is an error 502 Bad Gateway ...
I cannot find any documentation (Cloud) on the proper use and set-up of the Forms - Dropdown List macro.
Hello, Guys! I want to create two custom fields: the sum of estimated time of all linked issues to this task. the sum of logged time of all linked issues to this task. For the above two purpose...
Hi i need to change this current script listener in to a service to execute once a day. I understand how to set the service up etc but i realised my code doesn't actually get all issues from all ...
1) is it possible to use a scriptfragment (web panel) to display the issues worklogs 2) Does anybody have an example on what needs to be in the provider Class/script to display a list of worklo...
I created the groovy code below to have the post-function set the issue's component. However, I get an error in the call to issue.setComponentObjects(): import com.atlassian.jira.co...
Hi , I'm trying to get last updated user Full name using this below, import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.issue.Issue import com.atlassian.jira....
Hi All, I'm using this code to display last updated by a user. I can display a username how do I display full name instead of username below is the code import com.atlassian.jira.co...
Using Confluence as a source-of-truth wiki is a convenient way of storing your organization’s information in one accessible location. What if we told you, you can easily build a "Password Manager" pa...
Today I received suspicious email talking about critical vulnerability of ScriptRunner for JIRA and providing bunch of links to learn more about it and see how to patch the affected version...
Trello is one of the most effective tools for driving your sprints. It's customizable for every Agile team and product owners and Scrum masters (SM) love it. However, Agile teams often struggle with:...
I am using Confluence and Questions for Confluence. I have the Confluence Cloud app installed on my Android device and can access documents and blog posts but not questions. Is it possible to both as...
I'm trying to get all issues of our service desk project and group the result by Organizations. I'm trying to do it by running the below script on ScriptRunner console. Map<String, Object> sea...
...OST" connection.doOutput = true connection.setRequestProperty("Content-Type", "application/json;charset=UTF-8") connection.outputStream connection.outputStream.withWriter("UTF-8") { new S...
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