Hey guys, is there a way to get the language of the user in User Macros on Confluence Server? Thanks! Regards, Thomas
Hi, I've been tasked with evaluating whether or not ScriptRunner (for Confluence) could be used to add functionality and extend Confluence in place of the regular plugin development method. Fr...
Hi I would like to add some macro to pages automatically on page creation. I guess I should use the scriptrunner event handler but I didn't manage to add the macro object to the page any ideas? t...
Dear Atlassian Answers, we are currently developing a plugin which utilized the JIRA intern Database and creates new tables/ columns etc. When querying a column we get the following error: Ca...
I have customized the confluence email templates to remove the content part in an email notification on edit. However, the SOY template changes are not reflecting in the notifications. Am i mis...
I would like to display a client-web-item only when it satisfied two conditions. But the catch is I have one client-condition and one condition. I have tried to see if I could implement the cl...
Hello. I want to change view issue page (http://jira:8080/browse/DIASOFT-502) layout - I want to move "Attachments" block above "Description" block on that page. I've tried to change fields order i...
Hi there! I need to document several procedures for my marketing department. Is there possibility within Confluence itself to add annotations (like arrows) to screenshots?
Dear atlassian community, I got a custom field (text) named "Invoice Number" containing a number. The field should be filled on a certain workflow transition (post function). I need to get the hig...
Can't seem to get this to work. Keeps throwing error on invalid identifier; no matter what the last line is, it's always invalid. The reason we're doing via DB is because we have (per ITIL) all issu...
Details I do have 10K user licenses JIRA 7.0.10 ( upgrading soon to 7.3) Current Number of Users: 200 ( assuming 5K in next 5 years) Current Total Issues: 20K Projects: 14 Workflows: ...
I've got this piece of code where I'm trying to update the due date field of an issue on IssueEvent @EventListener public void onIssueEvent(IssueEvent issueEvent) { Long eventTypeId = i...
I want to Hide 'Fix Version/s' from only issue view/Summary screens. Id I will do with field Configuration it will be applied everywhere but I want only it should be limited to view/...
Hi, We need to consume JIRA REST API for accessing / updating the JIRA issues. We are following this link: https://developer.atlassian.com/cloud/jira/platform/oauth-2-jwt-beare...
Is it possible to build a `bitbucket-pipelines.yml` script that appends a tag when pushing to the master branch? I know I can do this when specifically pushing to a tag via the BITBUCKET_TAG env...
Hello, i was trying generate report using time tracking report and came across with Accuracy column i am not able to understand what this column indicates so can you please tell me what dis is? ima...
Hi, I am using Scriptrunner in a post function to set a value of a custom field, but it is not working. I have the post function the first in the list of post functions, but it still not working. Th...
I have an class in my model that will contain a list of components. Those components can be of several types. public class some_class { private List<Component> components; } public...
I'm attempting to write a scripted validator to only allow a parent ticket to transition if all subtasks have zero remaining time. I thought the below would work and have tried several differen...
Hi. Please advise what would happen if JEMH license expired? Will mails still be processed as per normal? REason I ask is my JEMH license has expired and SOME mails are being processed, wher...
I just need to know (for example). Out for the 80 "IN-QA" total tickets, how many were transitioned from "TO-DO"? Is there an easy way to count the number of issues transitioned from one state to an...
Hello everyone I'm trying to reference a template in .soy template file called 'JIRA.Templates.Test' from JS file. I'm getting the error: Uncaught TypeError: Cannot read property 'he...
Can anyone tell whats the REST api call to JIRA issue link name "is executed by" ? I am trying to pass name "is executed by" through POST /rest/api/2/issueLink, However this nam...