id
stringlengths
32
32
text
stringlengths
0
895k
name
stringlengths
0
33k
domain
stringlengths
5
44
bucket
stringclasses
19 values
answers
list
da988ff2fb19910013af5684a229e0aa
hi experts, i am getting this type of html string from the different system. i want to push this html code to description field of the issue. i can set easily plain text in description field but if i put this html string in the description it showing a same. how description field will covert in for…
how to show html code in description field in formated view
atlassian.com
2021.17
[ { "text": "hi experts,\n\ni got the solution on github.\n\nlink:\n\n[getting plain text if i convert html table to jira markup rich text](https://github.com/paul-nelson-baker/html-to-jira-markup/issues/2#event-1420950174)\n\nopened 04:51pm - 11 jan 18 utc (utc)\n\nclosed 01:37am - 12 jan 18 utc (utc)\n\n…", "name": "", "is_accepted": true } ]
dec1a5d58614b435b6f0d914215ec9bf
hi, i’m currently working on a forge confluence macro app. i have got to the point where i need to call one of the rest apis like so: await api.asuser().requestjira(route/rest/api/3/filter/search); when doing a forge deloy i was asked to add the scope, so did. then reran forge deloy and forge ins…
error loading the extension! when adding read:jira-work scope
atlassian.com
2021.39
[ { "text": "aha!\n\ni had to deploy the app to jira as well as confluence. that wasn’t made clear in any docs i read but noticed that in some examples of the forge install there was jira instances as well as confluence ones.", "name": "", "is_accepted": true } ]
7b9c836d9237b17538b34830ad9b9572
hi, we are trying to set up a jira data center using the following aws quick start: [image] [jira on aws - quick start](https://aws.amazon.com/quickstart/architecture/jira/) learn about the quick start architecture and details for deploying jira products in the aws cloud. the infrastructure seems to set up fine an…
setting up jira dc on aws - quick start fails
atlassian.com
2021.17
[ { "text": "for everyone passing by here,\n\nwhat oleksandr writes is basically right. but i’d like to add, that we did the same thing already 2 or 3 times before. from our perspective it looks like the problem was tied to the aws region used to run the stack: we had set up the above mentioned stack several times…", "name": "", "is_accepted": true } ]
930f215c3eb1945d43a891855e4d5564
i am trying to delete a branch using this api: <https://docs.atlassian.com/bitbucket-server/rest/6.3.1/bitbucket-branch-rest.html#idp2> i get a 500 back. the log says: 2019-06-04 15:46:49,944 error [http-nio-8080-exec-382] xxxxxx@xxxxxxxx xxxxxx xx.xx.xx.xx,127.0.0.1 “post /rest/api/1.0/projects/xxx…
problem deleting branch
atlassian.com
2021.17
[ { "text": "can you please share what language and class you are using? to me, it looks like you’re using java’s java.net.httpurlconnection.\n\nif this is correct, then your problem will be in conn.setrequestproperty('method', 'delete'). it should be conn.setrequestmethod(\"delete\"). but i can’t know for sure.\n\ni’…", "name": "", "is_accepted": true } ]
6d528658919a446a2a840a786d6216b6
i’m trying to retrieve the last modified date of spaces and pages using the history.lastupdated expand. for pages it’s working, but for spaces that expand is not returned. is it possible to retrieve the space history? request for pages: http://localhost:8090/rest/api/content/12345678?expand=space,…
how retrieve space history using the rest api
atlassian.com
2021.17
[ { "text": "hello [@diego.guiterrez](/u/diego.guiterrez),\n\nwelcome to the developer community!\n\nto get started, please correct me if i’m wrong, but i think your category is incorrect - instead of category jira development and jira server i think you want it to be confluence development and confluence server.\n\ngoing back to your ques…", "name": "", "is_accepted": true } ]
053feb545d42f27b5696f0065b8bc9a5
description of the plugin with the following definition: <additionalbuildconfigurationplugin key="mykey" name="myname" class="plugins.configurator"> <description>desc</description> <resource type="freemarker" name="edit" location="addition…
error when trying to create an additionalbuildconfiguration plugin
atlassian.com
2021.17
[ { "text": "author here, found a solution!!!\n\nin my class, define the annotation com.atlassian.plugin.spring.scanner.annotation.component.scanned.\n\n@scanned\n\npublic class configuration extends baseconfigurableplugin implements miscellaneousplanconfigurationplugin {\n\n@bambooimport\n\nprotected templaterenderer t…", "name": "", "is_accepted": true } ]
ae71c6c8990278d89ebc715f510ab5f8
according to <https://developer.atlassian.com/platform/forge/custom-ui-bridge/router/> it looks like you can only redirect the user to a completely different page in the browser. is it possible to create a react app that has multiple routes - and use react router to handle navigation - and let user s…
creating a multi page custom ui app #codegeist
atlassian.com
2021.39
[ { "text": "that is possible and there’s actually a tutorial about adding routing using react router in the docs:\n\n<https://developer.atlassian.com/platform/forge/add-routing-to-a-full-page-app/>", "name": "", "is_accepted": true } ]
4722152dd43479fec97ea07041d8997f
hello all, i’ve some problems retrieving the html from wiki fields with tables. we can retrieve the html from a jira field using the expand parameter renderedfields, however, when the field has a table, we don’t have any info about the columns width. example: [[image]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/e/3/e3474a6acaf5566b22c4dc7d264b5053f1c1910b.png "image") html that jira rest api pro…
problems with jira editor tables
atlassian.com
2021.10
[ { "text": "hi [@marioferreira](/u/marioferreira),\n\ni believe this is a gap in the api. version 3 of the rest api returns the columns widths, but this is in atlassian document format (adf) and we don’t provide an adequate spec or libraries to help with the parsing so i don’t think this is a viable alternative for you.\n\ni have crea…", "name": "", "is_accepted": true } ]
a46d6337499ea331c41a544d3c96fbfe
aui 7.8.x vs aui 7.9.x i’m trying to use auiselect2 to retrieve my data dynamically but when i’m calling auiselect2() the console are showing uncaught typeerror: cannot read property ‘apply’ of undefined at init.d.default.fn.auiselect2 (com.atlassian.auiplugin:internal-src-js-aui-select2.js?loca…
unable to initialise aui select2 with typeerror: 'apply' of undefined
atlassian.com
2021.17
[ { "text": "hi [@ferry](/u/ferry),\n\ni’m not sure what’s going wrong here, but perhaps we can figure it out :slight\\_smile:\n\nhow are you including the resources for select2 in to your plugin? does your plugin declare a dependency on the com.atlassian.auiplugin:aui-select2 web-resource?\n\nlooking at the aui-select2.js file, th…", "name": "", "is_accepted": true } ]
621d26f8bfad8a2405b2211e161c5101
hi, there are so many questions so far around the topic “how to download attachments content using oauth2”. what is surprising, no one gave a definite answer about it, either not answering or giving the obscure one. so i would like to ask atlassian’s developers once again. is there any possibility…
downloading attachments content using oauth2 from the confluence
atlassian.com
2021.39
[ { "text": "thanks to all the input and feedback in threads like this, we have a new option for attachments in oauth 2:\n\n[image]\n\n[new download attachment rest api endpoint](https://community.developer.atlassian.com/t/new-download-attachment-rest-api-endpoint/50398) [confluence cloud announcements](/c/confluence/confluence-cloud-announcements/50)\nwhat is changing?\n\nwe have created a new oauth 2.0 (3lo) scope readonly:content.attac…", "name": "", "is_accepted": true } ]
62ba20e2d1f959c362d1cc160d49f070
hello, below is my atlassian-plugin.xml and the location of the icon. [[web-item-icon-link]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/0/b/0bee3b141316c5937bdeab03a4b48c3ff4df55a0.jpeg "web-item-icon-link.jpg") but the icon is not displayed in the insert menu. icon is missing for marvel. [[insert-menu]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/3/6/36b01c2ac28c14ed46c4a107f0eff7de6e409672.jpeg "insert-menu.jpg") i tried “images/marvel-icon.png” and “/download/resources/${project.groupid}.${project.artifactid}/images/marvel…
web-item icon not showing
atlassian.com
2019.47
[ { "text": "i looked a bit more, and i think the information in my last post is quite out of date.\n\nthere is one other option documented here: <https://developer.atlassian.com/server/confluence/adding-an-option-to-the-editor-insert-menu/>\n\nbasically, you create a css resource which loads the icon into the correct…", "name": "", "is_accepted": true } ]
011d5970fd1d8d149aa01c6d8a94729a
i’m studying [forge ui](https://developer.atlassian.com/platform/forge/ui-kit-components/). so i’d like to apply my custom stylesheet in forge ui components. for example, <fragment style={{display: 'flex', flexdirection: 'row', justifycontent: 'space-between'}}> <text>test 1</text> <text>test 2</text> </fragment> but, stylesheet is not working… plz, tell…
how to use stylesheet in forgeui
atlassian.com
2021.25
[ { "text": "it isn’t possible to apply custom styles to ui kit components.\n\nif your ui requires specific styling, you’ll want to make use of [custom ui](https://developer.atlassian.com/platform/forge/custom-ui/) instead of the ui kit.", "name": "", "is_accepted": true } ]
0a40d8d379e047b79bdbaca0a0983cc2
i’m trying to do a simple post a comment to a story and i can’t get the right response. i’m using php/unirest as in the docs and it looks like i have the correct authentication and headers. i’m not sure what is intended with the bearer header but i used the token again there too; didn’t appear to ch…
not another 415 unsupported media type?
atlassian.com
2021.17
[ { "text": "[image] dan\\_sandler:\n\n$headers = array( ‘accept’ => ‘application/json’, ‘content-type: application/json’, ‘authorization’ => 'basic '.$tokenencoded, ‘bearer’ => ‘abcdefghijklmnopqrstuvwxyz’);\n\nthese headers look a bit weird. if you look at the example provided in the api docs:\n\n$headers = array…", "name": "", "is_accepted": true } ]
85e11041f032e22cda0286792b33e3aa
dear community, i need to get the title of a page in boostingstrategy. i’m able to get it byaccessing the reader directly however accessing the title via the recommended way using the fieldcache returns just a word which is sometimes kind of related to the title but not the title itself. what do i …
lucene fieldcache and the title field
atlassian.com
2021.17
[ { "text": "hi, not sure if that helps your problem, but i remember i had somewhere this class to see all fields:\n\nimport java.io.ioexception;\n\nimport java.util.map;\n\nimport org.apache.lucene.index.atomicreader;\n\nimport org.apache.lucene.index.fields;\n\nimport org.apache.lucene.index.indexreader;\n\nimport org.apache.…", "name": "", "is_accepted": true } ]
4d49bc2f834762a5fa688a765fb5fe7c
hello, today, my company uses a uniq repository to manage authentications and authorizations for the users to access all the applications including jira 7. this repository provides a soap web service. the team i joined previously developed a seraph authenticator (deriving from defaultauthenticator)…
kerberos/spnego/tomcat/jira 7 integration : how to bypass login process?
atlassian.com
2019.47
[ { "text": "hello,\n\ni finally solved my problem. i was inspired by <https://github.com/anguswarren/remoteuserauth>.\n\ni derived the seraph authenticator from jiraseraphauthenticator and rewrote my code as :\n\npublic principal getuser(httpservletrequest request, httpservletresponse response) {\n\nprincipal user = n…", "name": "", "is_accepted": true } ]
0c9f94bfb89e5993697440292ec1b790
i get error at npm start with the template ace repo. my npm is 6.14.11 and npm start > [email protected] start c:\users\appp\downloads\atlassian-connect-express-template > node -r esm app.js morgan deprecated default format: use combined format node\_modules\esm\esm.js:1:278827 syntaxerror: json5: inva…
error at npm start
atlassian.com
2021.10
[ { "text": "looking at the [stack](https://bitbucket.org/atlassian/atlassian-connect-express/src/master/lib/index.js#lines-33) [trace](https://bitbucket.org/atlassian/atlassian-connect-express/src/master/lib/internal/utils.js#lines-41), it seems that what it is trying to do is parse the file c:\\users\\appp\\downloads\\atlassian-connect-express-template\\config.json. it seems to encounter an error at line 46.\n\nnow the error message that you pasted looked pretty weird at first, because what is invalid characte…", "name": "", "is_accepted": true } ]
a512144948fc3d697beafcb3e7ccff1b
can anybody clarify the roles of the conditions and contentpresentconditions properties of the jiraissuecontents module? in particular, is it the case that the conditions determine whether the quick action button appears, and the contentpresentconditions determines whether the web panel appears?
jiraissuecontents conditions
atlassian.com
2021.17
[ { "text": "answering my own question:\n\nthe conditions properties determine whether the quick action button appears at all.\n\nif the conditions evaluate to true, the quick action button appears, but not necessarily the issue content panel.\n\nif the contentpresentconditions evaluate to true, then the issue content…", "name": "", "is_accepted": true } ]
f9ab60b75cbbc6fbb4bb3a605cfb6a43
i want to apologize for such a question, but how do you resolve height issues in web-panel? let’s say like that: [image] [image] does it mean that developers should work with a fixed height of the iframe in order to prevent such ui behavior? is it possible to do something else? please, help. a…
what's the best practices to prevent web panel scroll?
atlassian.com
2021.21
[ { "text": "hi [@piskunovigorm](/u/piskunovigorm),\n\nwe are resizing the iframe every time the select opens and closes using the javascript api:\n\nap.resize('100%', windowsize);\n\nthe windowsize is calculated based on the number of options available on the select.\n\n*i’m not sure if there’s a better way to do this on web-panels.\n\nkind…", "name": "", "is_accepted": true } ]
2b7217cec97c6cc4375adf7219d2e499
hi, its now been almost one year since the last release of the atlassian sdk. to date, there still exists version 8.0.16 and no update has been shipped since april 2019. there are multiple problems that are resolved for 8.0.17 (unreleased, [https://ecosystem.atlassian.net/projects/atlassdk/versions…](https://ecosystem.atlassian.net/projects/atlassdk/versions/83118/tab/release-report-all-issues)
outdated atlassian sdk and amps
atlassian.com
2020.16
[ { "text": "ok, the 8.1.0 release notes are [now available](https://developer.atlassian.com/server/framework/atlassian-sdk/amps-8-1-0), and the missing ones for 8.0.2 to 8.0.4 should be deployed within the next 24 hours.", "name": "", "is_accepted": true } ]
da4a48fba5ab602fe66642339ae3f60c
steps to reproduce the bug: install the table filter and charts app. the same issue can be reproduced, for example, with the scroll pdf exporter app. expected result: the app installs. actual result: an error message is shown [2021-04-29\_13h44\_39] looks like the issue appeared within the last…
installing app shows error message
atlassian.com
2021.39
[ { "text": "hi [@danielfranz](/u/danielfranz) ,\n\ni don’t think there’s an eta yet, but the team are actively working on it. there’s an internal incident ticket that the team are working against, but i’ve requested they also provide updates of [[amkt-25180] intermittent app installation errors - ecosystem jira](https://ecosystem.atlassian.net/browse/amkt-25180) to share progress.\n\nr…", "name": "", "is_accepted": true } ]
3f1d3f4d65cc12af8233a92c3895fdf5
as in the title, how do you routing for your react app in a forge custom ui iframe? do you use redux to store the current view, or use the react-router-dom to route the app? or do you have any other suggestions?
how do you routing you react app in a forge custom ui iframe
atlassian.com
2021.39
[ { "text": "the best choice for routing now would be react-router or react-router-dom\n\nsince @forge/bridge version 1.5.0 (introduced on 2 june 2021), we have the [createhistory](https://developer.atlassian.com/platform/forge/custom-ui-bridge/view/#createhistory) api to integrate react router between iframe and the current page.\n\ndocument: [add routing to a custom ui full page app](https://developer.atlassian.com/platform/forge/add-routing-to-a-full-page-app/)", "name": "", "is_accepted": true } ]
72f8d69dea89bb239b9f161861decd27
hi experts, i have created atlassian-connect -spring-bootapp and now i want to integrate atlaskit with my spring boot app. any working sample code will help. i checked with below sample code but it is not working [https://bitbucket.org/atlassian/atlassian-connect-spring-boot-samples/src/master/atl…](https://bitbucket.org/atlassian/atlassian-connect-spring-boot-samples/src/master/atlassian-connect-spring-boot-sample-atlaskit/)
need any sample project to integrate spring boot with atlaskit
atlassian.com
2020.05
[ { "text": "[@dchouksey89](/u/dchouksey89) pull the latest commit from master in atlassian-connect-spring-boot-samples and try again. the atlaskit dependencies had a wildcard version, and the latest versions probably require a newer version of react or something.", "name": "", "is_accepted": true } ]
ffc71b1c07e49044cd7e17f5f6fb6955
hi there, i must admit i probably didn’t read all the documentation in full detail, and maybe this is actually documented somewhere - but i have one question: what do we need to do so 2 developers can work on the same forge app? our current approach (or rather workaround) is that each developer cr…
how do you let multiple developers work on the same forge app?
atlassian.com
2021.31
[ { "text": "[image] tobitheo:\n\nof course, the ultimate solution would be to allow sharing dac apps + one environment per developer (or something else i didn’t think of yet)\n\nsharing dac apps is subject of the [app developer permission](https://trello.com/c/k50vbz9s/152-app-developer-permissions) roadmap issue:\n\ncurrently only a single user is recorded as the ‘owner’/…", "name": "", "is_accepted": true } ]
7f8f194e2216eb4542f754a011c3fafb
following the steps from this article: [action required: atlassian connect vulnerability allows bypass of app qsh verification via context jwts](https://community.developer.atlassian.com/t/action-required-atlassian-connect-vulnerability-allows-bypass-of-app-qsh-verification-via-context-jwts/47072) “authentication”: “type”: “jwt” i did this: in atlassian-connect.json: “apimigrations”: “context-qsh”: true, in the pom.xml: <atlassian-connect-sprin…
context jwt vulnarbility
atlassian.com
2021.39
[ { "text": "hi [@svetoslav](/u/svetoslav),\n\nthe error suggests you are using an older version of spring boot, perhaps 2.2.1.release?\n\ni would suggest that you upgrade to spring boot 2.4.2, considering the open issue we have against 2.4.3 or later.\n\n<https://ecosystem.atlassian.net/browse/acspring-125>", "name": "", "is_accepted": true } ]
2aa60b32623e1524a6d5d37eb30577f9
i have created a confluence plugin to provide a macro. within this macro, i wish to create a jira issue and set a number of fields based on stored page properties. i have an application link to my jira instance and would like to use this object to remotely create the jira issue. from the java ma…
application link object usage in plugin
atlassian.com
2021.04
[ { "text": "thanks nick!\n\ni did get this working after sorting out the spring scanner versions and using it to inject the applicationlinkservice into my macro constructor. from there it was straight forward as long as i stuck to 2 legged auth.\n\nhere’s a snippet:\n\n@componentimport\n\nprivate final applicat…", "name": "", "is_accepted": true } ]
790e377d15641c2a69e63611e9407105
is there a list of available contexts to use in a web-resource ? i.e: alt.general or jira.create.issue do we have a list of all the native contexts available to use ? thank you :slight\_smile:
list of contexts available for web resources
atlassian.com
2021.17
[ { "text": "hi,\n\ni think jira developer documentation is helpful.\n\n<https://developer.atlassian.com/jiradev/jira-platform/building-jira-add-ons/jira-plugins2-overview/jira-plugin-module-types/web-resource-plugin-module#webresourcepluginmodule-webresourcecontexts>\n[https://developer.atlassian.com/jiradev/jira-plat…](https://developer.atlassian.com/jiradev/jira-platform/building-jira-add-ons/jira-plugins2-overview/jira-plugin-module-types/web-resource-plugin-module#webresourcepluginmodule-webresourcecontextsinjira)", "name": "", "is_accepted": true } ]
401fc72d9323a17281b10d317874b2f1
hi, i’m working on .net plugin for jira and got some troubles with generating qsh. instructions given here <https://developer.atlassian.com/cloud/jira/software/understanding-jwt/> are not clear in some points, for example it says: in the case of repeated parameters, append the encoded ',' char…
generating query string hash for post requests
atlassian.com
2021.17
[ { "text": "atlassian has published a nodejs package for creating jwt, which includes a qsh generator. you can check their logic here: <https://bitbucket.org/atlassian/atlassian-jwt-js/src/b3e3b0738e1547f50e6d9d8f793ef632cf83be6c/lib/jwt.ts#lines-225>", "name": "", "is_accepted": true } ]
bf843d84ac443dcd981f810d7ad2d684
i want to write some code that will use the rest api to create and maintain pages on confluence server entirely programmatically. my question is how do i represent the content when i send it to the server? do i use the storage format? if not, how do i specify the content? thanks.
creating a confluence page with the rest api - what format to use for the content?
atlassian.com
2021.17
[ { "text": "yes, storage format is required for creating content.\n\n<https://docs.atlassian.com/confluence/rest/latest/#content-createcontent>", "name": "", "is_accepted": true } ]
ca00f41ff041f3f75a66efc020c80654
i’m trying to do a connect workflow validator following this [documentation](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-validator/). custom fields are available according to this other [documentation](https://developer.atlassian.com/cloud/jira/platform/jira-expressions-type-reference/#issue). this is the jiraworkflowvalidators entry in my descriptor "jiraworkflowvalidators": [{ "key": "workflow-validator-edf", "name": { "value": "ear…
how to use custom fields in connect's jiraworkflowvalidators module
atlassian.com
2021.39
[ { "text": "atlassian support provided me with the logs of my app installation. it was not very clear what the problem was, but entries made reference to uninstalling the app because of an issue in another module i had in the same descriptor, a module that we’ve had deployed for months. after separating jirawor…", "name": "", "is_accepted": true } ]
e03dabf791e40e5d3ae1bf3fec1f4dd4
any request i do to /search/ gives the error 400 bad request. i’ve tried: rest/api/2/search?jql=project=clonesup rest/api/2/search?jql=project%20=%20clonesup rest/api/2/search and a lot of variations urlencoded and not urlencoded. all give “bad request”.
rest api search giving 400 bad request
atlassian.com
2021.17
[ { "text": "solved it by using post instead of get. the get should have worked too if i understand the documentation correctly.", "name": "", "is_accepted": true } ]
260e6c58eddb61b896fdd14ff285aa55
the title tells everything: can i have multi forge admin page? right now, i can create only one web item in the jira admin page, even if i have multi in my manifest: modules: jira:adminpage: - key: main-page title: forge admin page ... - key: config-page title: configur…
can i have multi forge admin pages?
atlassian.com
2021.17
[ { "text": "hi [@nhac.tat.nguyen](/u/nhac.tat.nguyen),\n\ncurrently it’s possible to add only one admin page per app.\n\nwill forge support to create web section to group our admin pages - it is considered to be implemented but not scheduled yet.\n\nthanks,\n\nmateusz", "name": "", "is_accepted": true } ]
de64caecc88c402b023fbe755fac72e0
hi, i created an oauth 2.0 (3lo) app and wanted to enable sharing and eventually make it public on the atlassian marketplace. as described in [distributing your oauth 2.0 apps](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/#distributing-your-oauth-2-0--3lo--apps), when i tried to got the [marketplace support service desk](https://ecosystem.atlassian.net/servicedesk/customer/portal/9/group/30/create/430), a not found page is being shown. [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/6/b/6ba63e66583730d3f1d411bd413c0dfcb5bff845.png "image") could you please loo…
markeplace support ticket link to distribute oauth 2.0 (3lo) apps is not working
atlassian.com
2021.39
[ { "text": "[@lefischl](/u/lefischl) , [@nawazpasha](/u/nawazpasha) - this should be accessible again now, let us know if you still see any issues!\n\ncheers,\n\nchris", "name": "", "is_accepted": true } ]
de5517319a18700a900a842b6048f83c
what is the best way to set frame with app to have full screen height? setting body height to 100% doesn’t work, and using js to get window height not works well: outerheight works well, but it slightly bigger then actual size i need because it’s outer, and innerheight always returns the value jira …
how to set frame full window height
atlassian.com
2021.17
[ { "text": "hi [@olo](/u/olo)\n\ni copied this from the [docs](https://developer.atlassian.com/cloud/jira/platform/modules/page/):\n\nthe content for a page module is injected into the atlassian application in the form of a “seamless” iframe. seamless iframes are regular html iframes but with the characteristics described below.\n\nas implied here, for most page content modules, you do not nee…", "name": "", "is_accepted": true } ]
24653e30f4c6d316b108d69ff06a1f0a
in our developer instance, we frequently run into a rate limit error: too many connections! the tunnel session ‘ts\_1ibco7ybm87qrincovxphbk3rue’ has violated the rate-limit policy of 20 connections per minute by initiating 30 connections in the last 60 seconds. please decrease your inbound connecti…
how to deal with rate limits for rest api calls in confluence cloud?
atlassian.com
2020.50
[ { "text": "this looks like an [ngrok.io](http://ngrok.io) error, not confluence. your use case may require upgrading to a paid ngrok plan.", "name": "", "is_accepted": true } ]
b05b066922676360115675a3fe732be6
hello. i have encountered a weird problem, which i don’t know how to wrap my head around. i’m developing several dashboard items using ajax to query the activity streams enpoint (url like “jira-base-url/activity?streams=params”, following the documentation here : [https://developer.atlassian.com/se…](https://developer.atlassian.com/server/framework/atlassian-sdk/consuming-an-activity-streams-feed/)
jira server activity streams request returns nothing
atlassian.com
2020.29
[ { "text": "i’ve also recently come up with a solution : to make the request valid just replace all spaces with underscores (so “jira\\_developer” instead of “jira developer”.", "name": "", "is_accepted": true } ]
62383a665df2fa7e0c6446e8279d5dcb
hi, i am building a website that needs to integrate our company confluence content. i believe this cam be achieved using atlassian cloud api. when doing some testing using postman, i can connect successfully using user token. but what i cannot seem to get the \rest\api content of our atllassian dom…
embed confluence page to another website using rest api
atlassian.com
2020.34
[ { "text": "hi!\n\nthe confluence cloud rest api should be available and accessible for you - there is no need to perform additional configuration or installation.\n\nwhen making calls to the confluence cloud rest api, you need to prefix the resource url with /wiki. so, for the site example.atlassian.net, the url …", "name": "", "is_accepted": true } ]
c70bfa4220d8b18dd95a0a6d1e72d9e6
[i noted this problem on the aui project](https://ecosystem.atlassian.net/browse/aui-4398) a while back but hopefully i can grab someone’s attention here. it seems the addition of adg3 docs has knocked out the [links to the adg2 docs](https://design.atlassian.com/latest/product/components/inline-dialog/). it now returns a 404 response. is there somewhere else i should make this known?
adg2 design guidelines links are dead
atlassian.com
2021.17
[ { "text": "i’ve setup redirects so these links should go to the latest doc. thanks for reporting this issue.", "name": "", "is_accepted": true } ]
e4f261ffb657b883b43c8f2ec41a1f01
having created a custom field with module “jira-custom-field-ui-kit” and put that on an agile card of a scrum or kanban project via card layout, it is not rendered. instead, the internal storage data like string-value is shown on the card. the render function displays an image and text on the issue …
rendering of forge custom fields on agile cards, roadmap etc
atlassian.com
2021.39
[ { "text": "you don’t do anything wrong, it’s just not supported currently.\n\ni talked to atlassian about it some time ago as we want to use this custom field in many different views (issue search column, gadgets and so on).\n\nhere is the issue i created:\n\n<https://ecosystem.atlassian.net/browse/frge-135>", "name": "", "is_accepted": true } ]
67debdd7e9ee0253f325eaff7b1bc29b
i have declared a aui-toggle element in my soy file <aui-toggle id="date-type-select" label="date type"></aui-toggle> and in my js i retrieve the toggle object var $toggle = $(".date-type-select", $form); i tried using “document.getelementbyid” as mentioned in the aui document pages but that wo…
com.atlassian.auiplugin:aui-toggle event issue
atlassian.com
2019.47
[ { "text": "in case anyone else comes looking. the answer is here:\n\n[https://stackoverflow.com/questions/55732045/uncaught-typeerrorbutton-addeventlistener-is-not-a-function](http://answer)", "name": "", "is_accepted": true } ]
324668e1d765bd2aba32f47d2f435149
i’m truing to get access to current user details on custom condition class. my class implements the com.atlassian.plugin.web.condition and on shoulddisplay(map<string, object> context) context is see member currentuser. that is however typed com.atlassian.stash.internal.user.internalnormaluser and t…
getting current user on custom condition for web-item
atlassian.com
2021.10
[ { "text": "[image] esaborg:\n\ninternalnormaluser\n\ninternalnormaluser ultimately implements applicationuser – you’re safe to use that variable mate. :slight\\_smile:", "name": "", "is_accepted": true } ]
1fbdd745935b6a1a5457f488c7c740d4
i want to validation jql clause in java class. some thing like: i have a string “project = 10000” i want to check it valid or invalid /( correct or uncorrect) jql. how can i do that? thanks,
how to validation jql clause in java class?
atlassian.com
2021.17
[ { "text": "i found script to validation jql:\n\napplicationuser user = jiraauthenticationcontext.getloggedinuser();\n\nsearchservice.parseresult parseresult = searchservice.parsequery(user, jql == null ? \"\" : jql);\n\nif (!parseresult.isvalid()) {\n\nreturn false;\n\n}\n\nfinal messageset result = searchs…", "name": "", "is_accepted": true } ]
006fd2f7867bb4492d9ca401410ff3bb
hi, we’ve encountered a strange thing/bug with a customer of us: they have a content property with duplicate keys like this: { { "id": "xxxxxxxxx", "key": "key-example", "value": [ ... ], "version": { "when": "2021-01-23t12:58:55.368z", "message"…
duplicate keys in content property
atlassian.com
2021.25
[ { "text": "hi [@marc](/u/marc),\n\nthis seems like a bug so i’ve created [confcloud-71704](https://jira.atlassian.com/browse/confcloud-71704).\n\nto fix this, the customer could try the following (noting some risk is involved):\n\ninstall [property inspector for confluence](https://marketplace.atlassian.com/apps/1223854/property-inspector-for-confluence).\n\nvisit the affected page/blog.\n\nopen the property inspector dialog (available from the … menu at the right).\n\n…", "name": "", "is_accepted": true } ]
f94747dd7ea0c769cbccfbc2035c9333
am working with forge ui kit to get issue summary and description from jira. when i run the code below, it throws error error: error thrown in the snapshot context. app code snapshot error: snapshot error occurred: error: cannot destructure prop erty issuekey of ‘undefined’ or ‘null’. learn more…
cannot get issue summary and description from jira in forge
atlassian.com
2021.39
[ { "text": "resolved, i have to move\n\nconst { platformcontext: { issuekey } } = useproductcontext();\n\ninside fetchissue() function", "name": "", "is_accepted": true } ]
2ee21e96ba243d026df560f70ff443cd
i want open a dialog when the configure button is pressed on the manage apps page. this is my config page "configurepage": { "url": "/config.html", "name": { "value": "configure plugin" }, "key": "plugin-config" } config.html <!doc…
how to open a dialog in app configurepage (static app)?
atlassian.com
2021.17
[ { "text": "[@balaji.a](/u/balaji.a), this is currently not possible. please watch the feature request [ac-2103](https://ecosystem.atlassian.net/browse/ac-2103).", "name": "", "is_accepted": true } ]
8170a1232eec2eee9452303fadea4f10
i’ve been trying to create a validtor for my extension but i keep running into problems. i think i’m importing something wrong because i keep getting the error java.lang.linkageerror on the abstractdescriptor class. could someone help figure out what i’m doing wrong? validatorfactory.java public…
my validator throws a java.lang.linkageerror when i try to add it to a workflow
atlassian.com
2021.17
[ { "text": "my guess is that you might have the wrong versions of osworkflow. from my dependency:tree:\n\n[info] | +- osworkflow:osworkflow:jar:2.9.0-atlassian-1:provided\n\nbut you shouldn’t have to specify it since it’s provided through jira-api. try bumping up the version of it up to that version.", "name": "", "is_accepted": true } ]
49493a3dc2b1edc4a99ecb1079b37ef2
hello guys, i have set the content properties of my pages from the rest api. i have tried to get those values from db, but, i got null values in my tables. can you please help? do you think i should get them via rest only? thanks, rosy
unable to get content properties values from db
atlassian.com
2021.17
[ { "text": "why are you trying to get them from the db directly? anything wrong with the rest or java api? :slight\\_smile:", "name": "", "is_accepted": true } ]
180aeaab4e827df85ad519d603e7465f
i am looking the propertypanel option in dynamic content macros at <https://developer.atlassian.com/cloud/confluence/modules/macro-property-panel/>. i am able to add my template for the hidden iframe and a number of buttons to the property panel, but how do i add handlers to the buttons? i don’t see…
using propertypanel in a dynamic content macro
atlassian.com
2021.17
[ { "text": "hi [@jan.revis](/u/jan.revis),\n\nthanks for raising this issue. you may track the product bug here: [confcloud-59691](https://jira.atlassian.com/browse/confcloud-59691).\n\ncheers,\n\nanne calantog", "name": "", "is_accepted": true } ]
dc126a24e399e51c7edae2cc5bf4ed67
activeobjects suggests to extend entity, which defines: public interface entity extends rawentity<integer> { @autoincrement @notnull @primarykey("id") public int getid(); } but those ids are integer! what happens when you reach integer.max\_value, i.e. 2 billion (2,147,483,647 exact…
activeobjects's integer id when there are more than integer.max\_value records (2 billion records)
atlassian.com
2021.39
[ { "text": "hi [@aragot](/u/aragot),\n\nextending from rawentity works great. the open question will be: can you upgrade the field from int to long, or do you need an upgrade task which copies the value from “old id” to the “new id” field. you reference ao-273, which is exactly what i was aware of as well, making this answer …", "name": "", "is_accepted": true } ]
3f0e5c3e1648e45efca68897c93ef5f6
hello when you work with confluence from browser you can see on top right menu items to export current page as word or pdf. what is an equivalent to make similar export from rest api? thank you very much in advance.
how to export confluence page to word or pdf through rest api?
atlassian.com
2021.39
[ { "text": "there is no rest api call for this.", "name": "", "is_accepted": true } ]
eeb7cbe5d23f46b731b241d8278326e2
i’ve been researching and i’ve seen a lot of threads saying that you have to create a page first and then add a label, but in the confluence api docs (<https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-label-post>) it says that labels can be added when creating content and then jus…
add labels on content create
atlassian.com
2021.17
[ { "text": "hey there again!\n\nthe page id will be in your response.data and then you can use the [add label](https://docs.atlassian.com/confluenceserver/rest/6.11.1/#content/%7bid%7d/label-addlabels) rest method.\n\nregards,", "name": "", "is_accepted": true } ]
3879f9204f51e3e4b7b90715da7c2f38
hi we recently got a but report, where an admin page of another plugin showed content from our data. to our surprise, the resources or resource lookup wasn’t isolated between the plugin. our plugin has a ‘template/admin.vm’ in it’s jar for the admin panel. it is served in a servlet.doget via 'com.…
resource in addon jar-file not isolated between plugins
atlassian.com
2021.43
[ { "text": "hi roman,\n\nyes, this is a known behavior, that vm templates reside in a shared directory. the best approach is to use a namespace for your vm templates to avoid collision.\n\nbest regards,\n\nrobert", "name": "", "is_accepted": true } ]
1e487bf1ce5da16579e831fe45f4bb8f
hello, we’ve added a feature to our trello integration where you can opt to sync automatically all the boards you add in trello via webhooks. the only issue is that currently, we’re only receiving the create new board event (addtoorganizationboard) and the close/re-open not. when closing the board…
webhooks api – close/re-open board events are not being sent
atlassian.com
2019.43
[ { "text": "can you confirm that you have the webhook set on a board and/or a member? the updateboard action only fires on those two objects’ webhooks. i put together [this spreadsheet](https://docs.google.com/spreadsheets/d/1opvjz2yqfwgvr5ol1nxkvhn7y4rkon2xphemmbqprwa/edit#gid=0) as a quick reference for which action fire on which objects. \ni just confirmed that i received an action for both archiving and …", "name": "", "is_accepted": true } ]
3343aa62c6c7a345bd9126f93e24c2fa
is there an example that can be shared of adding a spacetoolstabs in the descriptor connect file, other than the spacetoolstabs [docs](https://developer.atlassian.com/cloud/confluence/modules/space-tools-tab/), as following this example doesn’t seem to add any tabs.
adding a tab into the confluence space tools area
atlassian.com
2021.10
[ { "text": "thanks for the callout, [@jbevan](/u/jbevan).\n\nhi [@ratwal](/u/ratwal), by any chance are you using the location with a preceding “system.space.tools/”? i tried it out and having “system.space.tools/” does not add the tabs i wanted, however, removing it will yield the expected results. this is my sample module and the way it…", "name": "", "is_accepted": true } ]
3ab6d43d023fb65f7e873404bbdbb72a
i try to make entity properties available in jql searches. i’m successful using this guide: <https://developer.atlassian.com/cloud/jira/service-desk/jira-entity-properties/> but in order to use entitytype ‘user’: i change the module descriptor in the ‘atlassian-connect.json’ file to "jiraentity…
using user entity properties in jql searches
atlassian.com
2021.17
[ { "text": "you would need to search for a specific user field, not just generic user. instead try e.g. assignee or reporter. for example:\n\nreporter.property[tasks].completed = 1", "name": "", "is_accepted": true } ]
b4d682b22b8f42d1b42f409efdaf3542
hello there, we have a forge app live on the marketplace that scans through some confluence page content using a cql search. we are using requestconfluence from @forge/bridge to get pages. we’ve received a support ticket, where the user received a timeout while downloading contents of huge pages in…
how to handle slow rest calls in forge (10 seconds limit)
atlassian.com
2021.39
[ { "text": "hey [@marketa.jancova](/u/marketa.jancova),\n\nwe have recently kicked off a project to change how requestjira and requestconfluence work for custom ui. once this work is complete these calls will operate from the frontend, improving performance and removing the 10 second limit on fetching results.", "name": "", "is_accepted": true } ]
6abaa0e936ab7f747ca055f0756d6e7c
https request for refresh token hello everyone. i have a little problem. i am building an integration with jira using a rest api. to keep this integration fully automatic, you can validate or token when time is needed, and you must revalidate. the token created is in jwt format, such as requests.…
[ resolved ] https request for refresh token
atlassian.com
2021.17
[ { "text": "hello,\n\ni come close this topic so i found a solution. not as you would like but it works.\n\ni was using node’s native https module to make the request, i believe that due to lack of knowledge i must have missed some configuration and this was preventing my request.\n\nto solve i used the third party m…", "name": "", "is_accepted": true } ]
f7370350300d16dd478ba3a63df08a66
the latest version (8.2.7) appears to be available for windows but not linux as per these instructions: <https://developer.atlassian.com/server/framework/atlassian-sdk/downloads/>
latest atlassian plugin sdk not available for linux
atlassian.com
2021.21
[ { "text": "hi mike, thanks for bringing this to our attention, i can confirm that i’m aware of this issue and a fix is in progress. i expect the latest version to be available the debian/rpm repositories in the coming days.\n\none short term work around would be to download the .deb or .rpm file directly from th…", "name": "", "is_accepted": true } ]
1a926cc8f52f7da4d43de2624c029a5f
dear atlassian community, i am developing an add-on (app) for confluence connect and i am following the steps of [request an oauth 2.0 access token](https://developer.atlassian.com/cloud/confluence/oauth-2-jwt-bearer-tokens-for-apps/) to get an access token and perform a request to the rest api on behalf of a user. to be more clear, this the diagram i am trying to achieve. the step wh…
400 error during the request of an 0auth 2.0 access token
atlassian.com
2021.17
[ { "text": "there is an error in the documentation at [oauth 2.0 - jwt bearer token authorization grant type](https://developer.atlassian.com/cloud/confluence/oauth-2-jwt-bearer-tokens-for-apps/), “request an oauth 2.0 access token” section. during the creation of the jwt assertion, the ‘tnt’ field should have a value like ‘https://{your-instance}.atlassian.net/wiki’, instead of the stated ‘https:…", "name": "", "is_accepted": true } ]
63b4855fdd2e0739c43c3e99d49253b2
i have a plugin that is able to detect when an issue is created or updated and do some stuff then it saves the result using active objects and is displayed with a web panel. the problem occurs when i open a issue with the result already calculated and stored. the plugin correctly displays the resul…
web-panel duplicates after event
atlassian.com
2021.39
[ { "text": "i was able to solve this issue however i am unsure if this is a work around to a mistake i made elsewhere or a bug with headless web panels. anyways i noticed that without a header the web panel was only a span whereas with a header the web panel was wrapped in a div. i tried as [@sfbehnke](/u/sfbehnke) suggested …", "name": "", "is_accepted": true } ]
418d50ba42b83abf99ce06625a008773
hey there, i’m trying to create a simple issue via the rest api 2.0. searching the docs i got the following help: [https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/{username}/{repo\_slug}/issues](https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7busername%7d/%7brepo_slug%7d/issues) i’m using basic authentication for testing reasons. the post is fired via…
how can i create an issue via the api?
atlassian.com
2021.17
[ { "text": "i was able to post an issue to your repo. perhaps you were missing the header for content-type as application/json?", "name": "", "is_accepted": true } ]
4635201f7fcaaa7f0374855ebd81824e
hi, will you provide the files as you have [here](https://design.atlassian.com/how-we-design/resources/) for aui? it will be helpful for our ux designer.
the photoshop and sketch files of adg3
atlassian.com
2020.10
[ { "text": "do you have access to beta.atlassian.design? if you do, you can find the sketch file here: <http://beta.atlassian.design/guidelines/product/resources/web-product-gui-pack>\n\nif you do not have access, i’m not sure how you can get access to the new design documentation. maybe someone else can help with …", "name": "", "is_accepted": true } ]
64ec6c008cda4e56d7d2648508f781b9
after migrating a space to cloud via the ccma, is the editor from the server used. see picture: [[screenshot from 2021-06-15 10-34-31]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/c/a/ca89c3444847f1eebcbb21517556fc3467418cad.png "screenshot from 2021-06-15 10-34-31")
the 'server editor' is used on migrated pages
atlassian.com
2021.31
[ { "text": "hi [@philippfrank](/u/philippfrank),\n\nthat’s currently the expected behaviour from what i understand. that editor is the classic editor, and was what cloud used before the new fabric editor was built. since server pages are still in the classic format, that’s how they display until they’re converted to the new editor.…", "name": "", "is_accepted": true } ]
90088c698b39210b8c1d444f291df81e
hi team, i am new to jira development and am working through the ‘connect basics’ article (<https://developer.atlassian.com/static/connect/docs/latest/tutorials/connect-basics.html>) and i am experiencing a issue when i try to upload my addon to my dev cloud instance. when i upload my url, i get the…
newbie question relating to connect basics plugin
atlassian.com
2021.17
[ { "text": "atlassian recommends ngrok: <https://developer.atlassian.com/static/connect/docs/latest/developing/developing-locally.html>\n\nanother option is to upload your content to an amazon web services (aws) s3 bucket and serve as a static website, which can run over https.", "name": "", "is_accepted": true } ]
c18141537b72ae2e3abf9ec30a8f392b
hi , im not able to get the account id. im basically trying to update a user picker field in jira using rest api. <http://xxx/rest/api/3/user/search?username=xxx> i used this. i get the username, email address but not account id.
unable to get the accountid
atlassian.com
2021.04
[ { "text": "hi [@jayapradhaa](/u/jayapradhaa). welcome to the community. accountid is not available on server instances, only cloud.", "name": "", "is_accepted": true } ]
28c14283d9de871cb21c9bdae915d27b
hello everyone, is there any way to access the scripted fields inside scriptrunner? in the field rest api call (rest/api/2/field) custom fields do appear, however scripted fields don’t. the only workaround i have found is to write its output into a (simple) custom field (but since the scripted fiel…
how to access scriptrunner managed scripted fields?
atlassian.com
2021.31
[ { "text": "hi roland,\n\nthank you for your question.\n\ni can confirm that scripted fields in jira are not regular jira fields as the value is stored against issue properties on an issue and the only way to extract their value is to make a call to the [issue properties api](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-properties/#api-rest-api-3-issue-issueidorkey-properties-propertykey-get) in order to get the value for the field f…", "name": "", "is_accepted": true } ]
14cc72a054cab071d67055afd381ae45
i want to log in to this site with another account. i have logged out, deleted cookies and all kinds of browser storages in chrome’s developer tools, disabled auto sign in, closed the browser, emptied the cache and hard reloaded this page. why am i still logged in automatically !? besides being ex…
how to log in to community.developer.atlassian.com with another account
atlassian.com
2021.17
[ { "text": "hi [@tobias.uhmann](/u/tobias.uhmann),\n\nhave you tried also logging out from [id.atlassian.com](http://id.atlassian.com) and then clearing your browser data for the dev community?\n\nthe dev community uses [id.atlassian.com](http://id.atlassian.com) as an sso idp and so as long as you’re logged in there, you will be automatically re-logged-in to the dev community.\n\ncheers,\n\n…", "name": "", "is_accepted": true } ]
647975694f8d29416347cd167d58e686
hello team, something strange is happening with my application. i have deployed it to an internal premium productive instance as staging environment for some tests and i face the following problem. while in my development instance the application is working perfectly (classic & next-gen), in the p…
forge custom ui issue panel is running fine in next-gen project but not in classic
atlassian.com
2021.21
[ { "text": "solution > it was all about project permissions. case is closed :slight\\_smile:", "name": "", "is_accepted": true } ]
95690994610f429cf6266a56f6607558
hey, i’ve been checking out <https://bitbucket.org/atlassian/simple-xdm> and found that the examples don’t work. apparently they are outdated. if someone could have a look that would be awesome. we’re currently investigating if using simple-xdm in a (group of) p2 plugins would be possible. we’re ba…
simple-xdm examples broken and possible usage in p2
atlassian.com
2021.17
[ { "text": "hi jens,\n\n<https://bitbucket.org/atlassian/simple-xdm/pull-requests/74/acjs-559-be-a-good-citizen-and-export-both>\n\nthis pull request will fix the examples. either have a look at that branch or wait for it to be merged.\n\nthanks for the heads up,\n\nchris whittington.", "name": "", "is_accepted": true } ]
439d2e35ab84307950ef268c8fd8a713
i’m creating a bitbucket plugin which needs to check on all the commits of a pull request. i cannot find the corresponding java api to get this information. the bitbucket rest api give error message of status: 401 response: {“errors”:[{“context”:null,“message”:“you are not permitted to access thi…
how to get all the commits of a pull request using bitbucket java api?
atlassian.com
2020.45
[ { "text": "i figure this out myself. here are the code i used for getting pull request commits, hopefully it can be useful for others.\n\ncommitsbetweenrequest.builder builder = new commitsbetweenrequest.builder(pullrequest);\n\ncommitsbetweenrequest cbr = builder.build();\n\npage<commit> commits = commitservice.g…", "name": "", "is_accepted": true } ]
03193a174045f73ba0e141980eebe557
hey… we have jira app in the cloud. we are using reactjs as a ui framework for our app. as per jira cloud architect, all vendor app will be load inside iframe. is it possible to capture “the main window unload event” and stop that unload as we do it in a normal window mode ( without iframe)? the …
window unload event in jira clould
atlassian.com
2021.31
[ { "text": "yes [@dmorrow](/u/dmorrow) we find the solution. we used internal react prompt to capture iframe url change event and window unload event for browser go forward/ go back button…\n\nimport { prompt } from \"react-router\"", "name": "", "is_accepted": true } ]
47b9b530214305ef683cddc8257f46c5
hi, we are getting more and more customer requests, that the authentication with cloud is failing with our existing application link. is this a known issue? it’s working in our instance, but in the last few days we got the issue from at least 8 different customers. [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/1/e/1e879d4eada06009acf56b27dc48ce3623acb681.png "image")
application link auth (oauth 1a) failing for lots of cloud customers
atlassian.com
2021.17
[ { "text": "found the issue, in case somebody is wondering. atlassian apparently upgraded [auth.atlassian.com](http://auth.atlassian.com) to only support tls 1.2 - this broke in some of our legacy environments… was also announced, so our bad :no\\_mouth:", "name": "", "is_accepted": true } ]
082afa3fa846793bfdcf4f8ebb50e437
hi, i am trying to get servicedesk object with following line import com.atlassian.servicedesk.api.servicedeskservice; servicedeskservice servicedeskservice=componentaccessor.getosgicomponentinstanceoftype(servicedeskservice.class); either<anerror, servicedesk> sd = servicedeskservice.getservice…
getting class cast exception for servicedeskservice.getservicedeskforproject()
atlassian.com
2021.17
[ { "text": "thanks for your response!\n\ni made changes as follows then it worked, we have to use api version instead of application version\n\n<dependency>\n\n<groupid>com.atlassian.servicedesk</groupid>\n\n<artifactid>jira-servicedesk-api</artifactid>\n\n<version>${jira-servicedesk-api.version}</ve…", "name": "", "is_accepted": true } ]
8a3d1bb55c4c0b06d03df23de4e511d6
hi, i have a webwork action that does a bunch of work and return “success” to render a success.vm or “error” to render a error.vm velocity template. in case of errors, i have to collect all the errors and display them on the velocity template. how do i transfer the data from servlet to my velocity …
how to send data from webwork action to velocity template?
atlassian.com
2021.17
[ { "text": "found answer to my problem here: <https://community.atlassian.com/t5/answers-developer-questions/how-to-set-value-for-variables-in-velocity-file/qaq-p/515944>", "name": "", "is_accepted": true } ]
77531bb8f70783b4741c4b8c16abd2c4
has anyone been using per web request caching for your spring wired services? used by jersey rest services… if so, how did you implement it? anything you can recommend or recommend against?
per web request caching services
atlassian.com
2021.17
[ { "text": "i can see issues are cached f.x. here:\n\nrequestcachingissuemanager\n\nso to accomplish per web request caching i can use:\n\njiraauthenticationcontextimpl.getrequestcache\n\ndon’t know why i didn’t think of looking at the source code before :smiley:", "name": "", "is_accepted": true } ]
921b9c448552ac159582eb04257d3f49
hi, my app is running outside of the jira gui and i am using decorators in order to load my own web resources (unfortunately my web resources will not get injected unless i am using a decorator that is other than “none”) however the standard atlassian “blank” and “atl.popup” decorators inject a lo…
most economical page decorator?
atlassian.com
2021.17
[ { "text": "if you’re already using pagebuilderservice then you’re almost there…\n\nstringwriter htmltags = new stringwriter();\n\nthis.pagebuilderservice.assembler().assembled().drainincludedresources().writehtmltags( htmltags, urlmode.relative );\n\nmap<string, object> context = new hashmap<>();\n\ncontext.put(\"tagshtm…", "name": "", "is_accepted": true } ]
2e7456dc8f3d8687862d2a6242fd1d35
i am trying to change from free to paid. this is an add-on that has not been released yet on the marketplace. its marked as private listing. i receive following error: [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/7/d/7d917afd984ff6990fcdb52d33ba8add9e27daaa.png "image.png")
cannot change pricing
atlassian.com
2021.17
[ { "text": "see [why can’t i change the payment model](https://developer.atlassian.com/platform/marketplace/why-cant-i-change-the-payment-model/).\n\nin particular, note this:\n\nfor connect apps\n\nset the enablelicensing flag in the app descriptor file to true.", "name": "", "is_accepted": true } ]
55f0a7f65a8c16afeac55da75f04279d
hi, i have created a plugin which uses a web panel within the view issue screen, and within this web panel a restful table should display. however, for some reason the javascript resource doesn’t seem to be loaded. my web panel and main-resources are defined in the atlassian-plugin.xml as follows: …
javascript resource not loaded for web panel in view issue screen
atlassian.com
2021.17
[ { "text": "the solution i have found thus far is to include the javascript resource in a the web-resource section instead, in the atlassian-plugin.xml, like so:\n\n<web-resource key=\"main\\_resources\" name=\"main web resources\">\n\n<dependency>com.atlassian.auiplugin:ajs</dependency>\n\n<dependency>com.atlassian.…", "name": "", "is_accepted": true } ]
ae4e998912d03185baf3234775eb432f
form validation does not trigger when validation is enabled for fields in a dialog2 (specifically dialog2 triggered by scriptrunner). has anyone managed to get this to work? in the end i wrote out my own validators.
dialog2, no form validation
atlassian.com
2020.16
[ { "text": "okay, then i suspect it’s my other piece of advice.\n\nthe submit button a dialog is not within the form. this means that clicking the submit button will not trigger the form validation. you need to add a ‘form’ attribute to the submit button on the dialog to trigger it correctly.", "name": "", "is_accepted": true } ]
f15f959e3baa18d1b0e3bca6588291d3
hi all, my addon is adding some custom fields to the user’s cloud environment and later on populate their values when opening issue. so far i added all the fields to the default field screen using the api: post /rest/api/3/screens/addtodefault/{fieldid} it worked for most cases. however, i foun…
how to get default field screen through api
atlassian.com
2021.43
[ { "text": "hi,\n\nthere is an api to [get screen schemes](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-schemes/#api-rest-api-3-screenscheme-get) that should help to find out the id of the default screen.\n\nhowever, you should keep in mind that the assumption the screen scheme with id=1 is a default one can be false, as the default screen scheme can be deleted like any other screen scheme.\n\ncheers!", "name": "", "is_accepted": true } ]
bc04fec65655042f449062c7ad1c34d7
hi, i am trying to write a merge hook plugin that will allow me to get a handle to all files in a pull request before being merged. i need to run additional integrity checks on the files in pull request. any tips or pointers would be appreciated.
need to get a handle to all files in a pull request prior to being merged in
atlassian.com
2021.17
[ { "text": "for anyone else who is looking for this.\n\npublic class mypostrepohook implements postrepositoryhook<repositoryhookrequest> {\n\nprivate scmservice scmservice;\n\npublic mypostrepohook( @componentimport final scmservice scmservice ) {\n\nthis.scmservice = scmservice;\n\n}\n\n@override\n\npubli…", "name": "", "is_accepted": true } ]
167841b51709b6c38877f6ba0cfd2025
it seems like the pagination style on atlaskit dynamictable does not match adg: [[50%20pm]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/d/0/d04f65c4345697591cd26e398b48e18b8674771f.png "50%20pm") [[54%20pm]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/2/8/2875f6106f2ba94a3e07fda29b97a4651aebe773.png "54%20pm") i’m not sure if this is expected or am i missing something. would appreciate if someone could shed some light on this, thanks in advance.
atlaskit dynamictable pagination does not follow adg
atlassian.com
2021.17
[ { "text": "i asked the atlassian design team and it turns out that, in this case, atlaskit is actually implementing the designs before the design website has updated.\n\nin short, what you see in the dynamic table component will become the adg guideline within the next few weeks.\n\nsorry about the confusion, the …", "name": "", "is_accepted": true } ]
ec22e64bd3394c056986ff5801131bc1
i recently developed a plugin locally for confluence. we are using confluence cloud. since i can’t upload the jar file directly, i created a vendor account on the marketplace and uploaded the plugin file as a private app. however, the listing indicates that it is “for confluence server 6.4.2.” a clo…
how to make app available for confluence cloud?
atlassian.com
2021.17
[ { "text": "cloud plugins are created using a completely separate api/integration points from server plugins. you will never, ever, be able to upload jar files for cloud.\n\nrather, all cloud plugins are instead ‘plugin as a service’: they remotely request your resources, remotely send you webhooks, and you remot…", "name": "", "is_accepted": true } ]
1020a4edc9d3709893133ab8402a0ade
i’m writing a plugin for jira server and i want to use atlassian’s built-in caching functionality. however, i’m having trouble injecting the cachemanager. if i include @scanned at the top of my class, my plugin loads up fine but returns an exception at runtime: no qualifying bean of type [com.atlas…
how to inject cachemanager
atlassian.com
2021.17
[ { "text": "check your pom.xml. since you’re using springscanner, you’ll need to make the package available for you. in the pom.xml you should see something like:\n\n<plugin>\n\n<groupid>com.atlassian.maven.plugins</groupid>\n\n<artifactid>bitbucket-maven-plugin</artifactid>\n\n…", "name": "", "is_accepted": true } ]
975ca497983858554663fe38143acc27
<https://aui.atlassian.com/aui/8.5/docs/icons.html> icon page is broken [[annotation%2072]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/4/9/495dcdb4d747f96f39636bc9d44d51f18051a7a0.png "annotation%2072")
aui - icon page broken
atlassian.com
2020.50
[ { "text": "hey [@saurabhgupta](/u/saurabhgupta),\n\nthanks for taking the time to report this issue. the 8.5 and earlier versions of the documentation all had the same issue. we’ve applied a fix and it should roll out over the next 2 hours.\n\nsorry for the inconvenience, in the mean time hopefully the documentation for the other ve…", "name": "", "is_accepted": true } ]
ed5eb9e52c602793e8c53ac3c4c8a6be
hi, i tried to create a simple add-on that uses some webhooks as described here: <https://developer.atlassian.com/cloud/confluence/modules/webhook/> i tried to install it my cloud developer instance but the only message i get is: “the add-on failed to install. please try again later or contact the …
add-on failed to install - how to get more information
atlassian.com
2021.17
[ { "text": "ok i found the problem. the atlassian-connect.json needs to be published on port 443, explicitly stating another port will not work.", "name": "", "is_accepted": true } ]
fbdb332d923330a16706c1fbdb63bb21
if a connect cloud app has been released on marketplace, is it possible make a next upgrade as forge app, so the auto - upgrade pick that forge upgrade?
upgrade connect app to forge
atlassian.com
2021.39
[ { "text": "currently this is not yet possible. the forge team is working on adding support for connect on forge apps to retain their marketplace listing and gradually migrate to forge, but that feature is currently still being developed and not yet available. iirc, they are aiming for a q4’21/q1’22 release.", "name": "", "is_accepted": true } ]
be4bd6489adde9dff27260dbbc44b668
i have webform i have built to use the trello api to create cards. my team has been using it for a couple of years. today when new user tried to authenticate and then allow the app, they just get a blank page. i get this as well if i use an incognito window under my own account. its totally broken. …
allowing an app to use the trello api stopped working
atlassian.com
2020.50
[ { "text": "hey everyone,\n\nthanks for your patience. i think i have a workaround/solution for everyone.\n\nin your app’s code, i presume you have something like\n\n<script src=\"https://api.trello.com/1/client.js?key={apikey}\"></script>\n\nto gain access to client.js. could you try switching it to this instead?\n\n<scri…", "name": "", "is_accepted": true } ]
eb898c22f570cf7ab82624253cf58e81
hi everyone, am trying to create helloworld app for jira cloud. am following get started link here <https://developer.atlassian.com/cloud/jira/platform/getting-started/> i have created my space and project name. here is my issue: the step 2 in the getting started link above says enable developmen…
how to create helloworld app with jira cloud
atlassian.com
2020.34
[ { "text": "[@esedofredrick](/u/esedofredrick) - welcome to the community. so, you need to go to system settings, not project settings.\n\ntry this:\n\ngo to: <https://yourinstance.atlassian.net/plugins/servlet/upm>\n\nclick settings link (at the bottom, next to audit log link)\n\ncheck enable development mode on the modal", "name": "", "is_accepted": true } ]
f30ab53ec39d4a87862b5a063bde1f3d
getting requests from the api using /rest/servicedeskapi/request/ returns only the requests for the current user. this is by design according to the api documention. i can’t seem to find any method that will return all requests regardless of who the creator is. can anyone advise how to do this?
get all requests in a service desk, not just for the current user context
atlassian.com
2021.17
[ { "text": "hi [@james.holt](/u/james.holt),\n\nhave you tried using the general jira server rest api?\n\n<https://docs.atlassian.com/software/jira/docs/api/rest/7.6.1/#api/2/search-searchusingsearchrequest>", "name": "", "is_accepted": true } ]
05251509b2c6bdcac0d0cca2da230d64
hi, i’m trying to update the value of a specific customfield this is de field [ { "id": "5fa45a5-------------24a19b", "idvalue": "5fa1f9c-----------fe3664", "idcustomfield": "5fa1f7f9-----------279650db", "idmodel": "5fa0aecb-----------bc5ad", "modeltype": "card" }, { …
update custom field value
atlassian.com
2020.50
[ { "text": "perfect!!!\n\nthanks bryan!!!", "name": "", "is_accepted": true } ]
fb9259e573f1c8f1971cbb806f8f733a
hello all! i’m reading this document <https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-users-get> it says here that for the endpoint get /rest/api/3/users we can send a query parameter called maxresults, with a default value of 50. but what is the maximum v…
get all users - max value for maxresults parameter?
atlassian.com
2021.39
[ { "text": "[@octopus](/u/octopus),\n\nfor a bit of “history”, these api parameters are application properties that server/dc administrators can override for better api performance (or worse if they do it badly). for cloud, the values are controlled by atlassian. as [@kkercz](/u/kkercz)’s reference indicates, we reserve the right to change…", "name": "", "is_accepted": true } ]
95cd47fcde1d6b62d0c970a6fce0c4ec
hi, i’ve just noticed that since bitbucket 7.11 with the pull request dashboard overhaul, the (internal) api to add custom (app-provided) columns to the pull request dashboard has been removed: <client-web-section key="mykey" location="bitbucket.internal.dashboard.pull-request.table-column.after" …
bitbucket 7.11: removal of "bitbucket.internal.dashboard.pull-request.table-column.after"
atlassian.com
2021.21
[ { "text": "hi [@michael.rueegg](/u/michael.rueegg),\n\nthank you for your question. as you mentioned, the client-web-section location you were targeting was purely internal, which is why we were able to remove it without providing a replacement solution in bitbucket server 7.11.\n\nhowever we do understand your requirement, and i rais…", "name": "", "is_accepted": true } ]
9ffbf3839f7ad47956b5ebb46e83dcdb
i’m getting users from confluence using import { requestconfluence } from '@forge/bridge'; /* define variable accountid */ return await ( await requestconfluence(`/wiki/rest/api/user?accountid=${accountid}`, { headers: { accept: 'application/json', }, }) ).json()…
error getting users from confluence with @forge/bridge
atlassian.com
2021.43
[ { "text": "i have the same problem, you can watch this post [@forge/bridge requestjira stopped working: an unexpected error occurred when fetching an auth token](https://community.developer.atlassian.com/t/forge-bridge-requestjira-stopped-working-an-unexpected-error-occurred-when-fetching-an-auth-token/52263)", "name": "", "is_accepted": true } ]
90e0409c70675698426e1e8e7433d58f
hi experts, i am getting all issues details by below rest api but not getting attachment details which is associate with the issue. how to expend attachment details in the same jql? rest api get all issues : <http://localhost:8080/rest/api/2/search?jql=project=hpal>
how to get attachment details in all issues by rest api
atlassian.com
2021.17
[ { "text": "add &fields=attachment to the end of the query to expand the attachment field.", "name": "", "is_accepted": true } ]
4043cba4ff472977edcba686fa2b7893
hey community, i’ve made a plugin that displays some information inside an issuetabpanel. to act upon that info, i’ve added some javascript that manipulates and extracts data from the dom and passes it to a rest module with ajax.on a normal issue page this works fine (e.g. protocol://host/browse/is…
javascript not loading in issue search
atlassian.com
2021.17
[ { "text": "after some more research i found this piece of documentation [[<>](https://developer.atlassian.com/jiradev/latest-updates/developer-changes-for-older-jira-versions/preparing-for-jira-5-0/custom-fields-that-use-css-or-javascript-web-resources-in-jira-5-0)]. in short, it explains how certain pages do not load js properly through requireresource, and how this way of loading will be depricated in the future. indeed, adding resources to atl.general is the advised solution.\n\nthis however, st…", "name": "", "is_accepted": true } ]
f40efa358c07531b53893402a627b06e
i am attempting to exchange an oauth2 code for an access token. here is how i have implemented this: send the user to [https://]bitbucket[dot]org/site/oauth2/authorize?response\_type=code&client\_id=<myid>&state=<mystate> receive code and state at my callback endpoint (working perfectly thusfar) ma…
unexpected html response from oauth2 /access\_token endpoint
atlassian.com
2021.17
[ { "text": "hi taryn,\n\nsorry the docs aren’t completely clear here. you’re doing the right thing by base64 encoding the <client\\_id>: but when you do that, the auth scheme should be set to basic instead of bearer. bearer is used to indicate that you’re using a bearer token that you were handed back from the serv…", "name": "", "is_accepted": true } ]
c0501fdd7536d9f6491a02ab27bd93b8
there’s an [old thread](https://community.developer.atlassian.com/t/rest-api-card-in-archived-list-is-not-marked-as-closed/34294) about cards in archived lists not marked closed, but this is specifically cards themselves that have been archived. cards i can clearly see in the archive on a board are returned with closed: false when using either the https://api.trello.com/1/boards/<board-id>/cards endpoint …
archived cards returned by rest api are not marked closed
atlassian.com
2021.43
[ { "text": "hello [@officerhalf](/u/officerhalf)\n\ni just tested both those rest api endpoints and both are working correctly, and returning a closed object that contains true for cards that are archived and false for cards that are not.\n\ni also checked using the [get a card endpoint](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-get), just to be sure, and it too is correctly retur…", "name": "", "is_accepted": true } ]
4a2d4e5d5ab91fc29184db4c1a850e7d
i’m not sure where to post feedback on the docs so here it is. part of the docs says: the list of issues can be extended as needed, as in (proj-1, proj-2, … proj-n) . statements can be combined using the and and or operators to form more complex queries. for example: is assignee of proj and [pro…
search users by query docs are wrong
atlassian.com
2021.39
[ { "text": "hi [@jbevan](/u/jbevan) ,\n\nthanks for reporting this. i’ve created [jracloud-77316](https://jira.atlassian.com/browse/jracloud-77316) for the jira cloud team to address.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
0487e667fa2d04508a6bcf66bd7b789d
i am developing a jira plugin where i would like to query a external oracle database (create, update, get, delete). the host jira instance will still be connected to our postgres database for all jira functionalities. i just need to query the external database for one specific functionality built in…
how to connect jira instance with a second database through a jira plugin?
atlassian.com
2021.17
[ { "text": "yeah that’s the basics of what you’ll need to do, however this will create a new connection on each rest call which depending on traffic and the time of the database call may cause issues.\n\nif your oracle instance is set up to have a max 25 connections and you’re getting 52 http requests a minute - …", "name": "", "is_accepted": true } ]
9386ae07836e68e4e018b793ed58dfb1
i’m using the following logic to secure a configuration screen for jira admins only: app.get( "/configure", [ addon.authenticate(true /* accept context jwts */), // only allow product admins addon.authorizejira({ global: ["administer"] }), ], (req, res) => { …
trying to secure an admin page in atlassian connect express with addon.authorizejira({ global: ["administer"] })
atlassian.com
2021.43
[ { "text": "[@viliuszigmantas](/u/viliuszigmantas) & [@marc](/u/marc) i was using v7.4.1, so updating to 7.4.7 fixed the problem.\n\nthis code now totally works with ace 7.4.7:\n\napp.get(\n\n\"/configure\",\n\n[\n\naddon.authenticate(true /* accept context jwts */),\n\n// only allow product admins\n\naddon.authorizejira({ global: [\"adm…", "name": "", "is_accepted": true } ]