Atlassian Confluence $soyTemplateRendererHelper.getRenderedTemplateHtml
I have an Atlassian Confluence, at the top of the page where the navigation bar should be I have the following string of text, which appears to be an...
View ArticleREST endpoint working fine for in line script but failing when using script...
I am using a REST endpoint in scriptrunner and here is the code that I am using. The code is working fine when using an in line script but fails when specifying the file in scriptrunner where the code...
View ArticleHow can I call an external api and display its result in confluence page UI?
I am new to atlassian development. I am on cloud version of atlassian. I want to call an external api via http, and display its result in confluence page UI. I want that every new page that is created...
View ArticleComment not inserted in the linked issue
I am developing a plugin for jira in scriptrunner, it is a postfunction so something needs to happen when a button is clicked.I am trying to click on the "MounaFixReleased" menu item and then generate...
View ArticleURL not included in the external fetch backend permissions: /wiki/api/v2/pages/
I try run, any of these examples on Confluence and I get a permissions-related error message.https://bitbucket.org/atlassian/dd23-forge-confluence/src/main/const fetchPage = async (contentId) => {...
View ArticleWrite code to change user email address unable to resolve class UserAccessor
I am trying to write code to change a user email address in Jira and I am getting the following error for my last importunable to resolve class com.atlassian.confluence.user.UserAccessorAnyone knows...
View ArticleCustom Jira Project Settings Button Navigating to a New Page Instead of...
Description:We have implemented a custom button in Jira project settings that, when clicked, should display content on the right side of the project settings page (similar to other project settings...
View ArticleMake sure that logged in user making use of REST endpoint is part of jira-users
I am using some code for a REST endpoint and I want to make sure that the only users who are allowed to execute this REST endpoint are logged in and are also part of the jira-users group. I am using...
View Article"A required class was missing while executing...
I recently updated my Jira plugin to version 9. However, I am now getting the following error message when I try to run atlas-debug:[ERROR] Failed to execute goal...
View ArticleHow to read a confluence page using an OAuth 2.0 custom app
I am building a custom app that allows a user to connect to Atlassian via OAuth. The signup flow works. I have a token with the scope. However, when i using token to access any page in confluence, I...
View ArticleBuild Failure in atlas-mvn clean package: "Error unpacking file" due to...
I am new to Java programming and trying to build my application using the Atlassian Maven Plugin with the following command:atlas-mvn clean packageHowever, I encounter this error during the...
View ArticleAtlassian Jira Java API Workflow "cannot find Symbol" on Workflow Related...
I’m trying to build a plugin and one step of the plugin is to build workflows. I'm using Jira 10.0.1.Trying to instantiate a “JiraWorkflow” object through a “ConfigurableJiraWorkflow” I’m getting the...
View ArticleAtlassian Confluence SDK Problem starting App 404
when starting a Confluence plugin I always get the following error:[INFO] [talledLocalContainer] 2020-08-06 20:48:58,116 ERROR [main] [ContainerBase.[Catalina].[localhost].[/confluence]] log Exception...
View Article404 error when running Jira plugin locally after updating Java SDK version
I have a Jira plugin I created. I recently updated my Java SDK to Oracle SDK 23 and am now getting a 404 error when I try to load http://localhost:2990/jira/.Here is the text of the error page I get in...
View ArticleBitbucket 7.21 Plugin - create custom rest endpoint
I need to create a custom rest endpoint in a Bitbucket Plugin (Bitbucket Server 7.21).I didn't find any information, only Chatgpt sad, that I need to add "rest" and "rest-resource" to my...
View ArticleMissing requirement osgi.wiring.package;...
I'm updating my jira plugin to be compatible with Jira 10 release.Everything is updated as they mention in their documentation but now I have this issue : missing requirement osgi.wiring.package;...
View ArticleIssue with OAuth Redirection in Atlassian Integration with Copilot Studio...
I am currently working on integrating Atlassian OAuth with Copilot Studio, but I am encountering an issue where the login flow completes successfully. However, after authentication, the application...
View ArticleKnow for which project/issue types a specific behavior is used in Jira data...
Is there a way to know for which projects/issue types a bahavior is used in Jira? I am thinking of upgrading ScriptRunner and I need to know the exact usage of a specific fragment and its specific...
View ArticleHow can I access a database through the Atlassian Plugin Framework in...
I'm working on a Confluence plugin (not Cloud) and trying to allow the admin to write a custom SQL query in the UI. Once the query is written, a button should trigger the execution of the query,...
View Article