id
stringlengths
32
32
text
stringlengths
0
895k
name
stringlengths
0
33k
domain
stringlengths
5
44
bucket
stringclasses
19 values
answers
list
25ceb3eb556397cac752b71618fc7973
when testing any “tokens” endpoint, it always returns “invalid token” even though the token is 100% correct, as it works for all other (e.g. boards) endpoints. e.g. <https://developers.trello.com/reference/#tokenstokenwebhooks> => “invalid token” but [https://developers.trello.com/reference/#boards…](https://developers.trello.com/reference/#boardsboardid-1)
bug: tokens api endpoint broken: "invalid token" error
atlassian.com
2020.05
[ { "text": "the issue was, that the docs page does not fill in the key/token you input into the displayed curl but always shows a default/random token/key in the curl.\n\nthis means when you click the copy icon/copy it, the curl you copied is wrong, bc it does not contain the tokens/key you specified.", "name": "", "is_accepted": true } ]
3eba6fc0b54e25126eab53f2230716cf
good afternoon. we have an issue from an eventual customer. is it possible to see next price for 38 jira users (should be $19, $0.5 per user, <https://marketplace.atlassian.com/plugins/jira-timesheet-plugin/cloud/pricing>) [[image]](//uploads-discourse-atl-community-prod.s3.amazonaws.com/original/3x/e/5/e56c7f1b7a4fde7c78e9becff398e0da5298beb8.png "image.png") ps my developer instance shows proper price. thank you.
possible price issue
atlassian.com
2020.05
[ { "text": "hi [@avelit](/u/avelit), i’d suggest opening a marketplace issue in the [vendor service desk portal](https://ecosystem.atlassian.net/servicedesk/customer/portal/9/group/30)", "name": "", "is_accepted": true } ]
96e66c90b3a4b46f182e3680a7e7d00c
[[query-params]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/9/4/94c7a0c696ad4cb5ec207f6c75b3c8ead7912114.png "query-params") it looks like the query params are cached and showing for all the new links in the apps menu (refer the image) . we tried getting rid of them for our one of our app links in the apps menu, using the cacheable attribute on the connect descriptor file but that did not work. and here …
incorrect query params showing for the web links in the apps menu > find new apps
atlassian.com
2021.43
[ { "text": "[@lavakumar.dukanam](/u/lavakumar.dukanam),\n\nthe project is the last one visited. i don’t see anything incorrect about that. especially, if it creates no functional issues. there isn’t really anything you can do to “fix” from your app, as a developer. hence, i would recommend to have your user open [a customer support ticke…](https://support.atlassian.com/contact/#/)", "name": "", "is_accepted": true } ]
a399103c09a2546127ce1dd21b881846
so i’m probably crossing my streams here (which i’m sure is bad - [cross the streams - youtube](https://www.youtube.com/watch?v=jyalzhijjne) ) but… i’ve got a ui kit macro with a button on it. i would like to trigger a modal dialog that has content from a custom ui module in it… is it possible or should i just stick with custom ui ?
triggering a custom ui dialog from ui kit macro
atlassian.com
2021.39
[ { "text": "currently, this is not possible to my knowledge.", "name": "", "is_accepted": true } ]
d360a98bfffa33a5ff1aa5b0c039cc38
hello together, it possible to start a rest call with basic authentication out of the automation workflow? best regards, roland
jsd automation // rest call with basic authentication
atlassian.com
2021.17
[ { "text": "hello roland,\n\nyou might want to check out [jira service desk webhooks](https://developer.atlassian.com/server/jira/platform/jira-service-desk-webhooks/) if this can help you. for the auth part, you can add a header then the base 64 encoded username:password as the value.\n\nhope this helps.\n\nian", "name": "", "is_accepted": true } ]
3c8abf19d7c5d018741b656b81b338e8
i am developing a plugin for bitbucket server. when i try to start it, it fails because of banned dependencies: [info] --- bitbucket-maven-plugin:8.1.0:validate-banned-dependencies (default-validate-banned-dependencies) @ diffplugin --- [info] validate banned dependencies [warning] rule 0: org.apac…
maven bans dependencies with no configuration
atlassian.com
2020.29
[ { "text": "on all the banned dependencies, please add <scope>provided</scope> to indicate to maven that it does not need to package those dependencies as the parent application will provide them. the default value for <scope/> is compile so right now maven is trying to compile those dependencies into your plug…", "name": "", "is_accepted": true } ]
2a50d5c67818a39e6b6d38da7d335006
hi i have a confluence page that start public class configactionsupport extends confluenceactionsupport { private static final logger log = logger.getlogger(configactionsupport.class); private xsrftokenservice tokenservice; private usermanager usermgr; @inject public configac…
confluence dependency injection
atlassian.com
2021.17
[ { "text": "[image] paul:\n\njava.lang.illegalargumentexception: method ‘dodefault()’ is not defined in action ‘class com.redmoon.confluence.secureadmin.panel.configactionsupport’\n\nthis [post](https://community.atlassian.com/t5/answers-developer-questions/how-to-fix-quot-method-dodefault-is-not-defined-in-action-quot/qaq-p/572232) might be a bit dated, but check it out if it does help. the cause, as discussed in the post, points to constructor-bas…", "name": "", "is_accepted": true } ]
3d884f8d1a2cba11e40f0477802578be
hi, i noticed that the code insights code coverage provider callback is not executed in bitbucket versions >= 6.8 and <= 6.10. in bitbucket 7.x, this callback gets properly called: public class mycoverageprovider implements codecoverageprovider { public void streamcoverage(codecoveragerequest …
bitbucket 6 does not call code insight code coverage provider callback
atlassian.com
2021.31
[ { "text": "[image] michael.rueegg:\n\nyou are saying that bitbucket will only consider one coverage report per code insight report key (“my-report-key” in the example above), so if multiple apps accidentally would use the same code insight report key, only of coverage report would be shown\n\nnot quite, it’ll…", "name": "", "is_accepted": true } ]
89f015df15c321174564568345ac95cb
good morning! i came across this very exciting job opening for “one of the top 3 most important roles” (according to joff redfern): [image] [atlassian - head of product, confluence](https://jobs.lever.co/atlassian/b91c0ab1-5e6e-466f-bc75-94a0d1e9a4b2) as the head of product for confluence, you will drive the product strategy for confluence, have a deep und…
another day, another... euhm... helpful suggestion 😇
atlassian.com
2021.39
[ { "text": "thanks [@remie](/u/remie) - we’re making the suggestion to the hiring manager.", "name": "", "is_accepted": true } ]
0b7e4ba33e9b3663ef016a7c4466217a
hello, is there a way to get the oauthclientid for existing installs? or, is it only ever available in the original lifecycle install?
getting oauthclientid for existing installs
atlassian.com
2021.17
[ { "text": "it’s only available in the lifecycle install web hook. you should save that payload off into a persistent data store referenced by the clientid to reference it later based on the clientid that gets passed in through the jwt token.\n\nhope that helps.\n\nralph", "name": "", "is_accepted": true } ]
0cc7144e14e4b382b1f796b7f4c9bed5
topic says it all. i have registered to receive the attachment\_viewed webhook in confluence cloud and i never receive the webhook. all of the other webhooks seem to work though. i have tried viewing the attachment as part of the page (image), viewing the attachment using the file preview (pdf) and d…
attachment\_viewed webhook never fires in confluence cloud. bug?
atlassian.com
2021.17
[ { "text": "ok, found the bug. <https://ecosystem.atlassian.net/browse/ce-991>", "name": "", "is_accepted": true } ]
0eba5c8ca2698986b5ce2bd148992cac
hi, is it possible to add a link to the bulk change menu in the jql results page [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/5/5/552efb788a1d298bd2f7d38f9b7a479e0d186f48.jpg "image.jpg") i want to be able to pop up a dialog or visit another page with access to all of the issues from the jql search result. thanks paul
add web item to bulk change menu
atlassian.com
2021.17
[ { "text": "the more menu doesn’t support that functionality, but the export menu does. i think the [search request view](https://developer.atlassian.com/cloud/jira/platform/modules/search-request-view/) module would suit your needs.", "name": "", "is_accepted": true } ]
09c908f7344a7d843e188342a4495138
i’m trying to access a jira api i created using an extension but i can’t figure out how i can access it from a third party as it is listed as private. in my case i’m trying to access this api using automation for jira. how do i go about accessing a private api i created? is there a way to for instan…
how can i access my own private extension api?
atlassian.com
2021.17
[ { "text": "hi [@jeffrey.peeters](/u/jeffrey.peeters),\n\nregarding\n\nso how can i authorize a specific rest resource to require no authentication\n\nhave you tried annotating with anonymousallowed? the following worked for me. is this what you’re looking for?\n\n@path(\"/message\")\n\npublic class myrestresource {\n\n@get\n\n@anonymousall…", "name": "", "is_accepted": true } ]
4964d8fde3f4173ee7a56a97b56675e7
i’m trying to update a story’s parent through the api and it doesn’t work. i’m able to create a story with its parent but unable to update it. any help will be really appreciated. [related issue](https://community.developer.atlassian.com/t/change-parent-of-story-using-rest-api/30440)
cannot update "parent" field when using rest api
atlassian.com
2021.17
[ { "text": "this looks to be working now:\n\nsee the update to this ticket:\n\n<https://jira.atlassian.com/browse/jswcloud-17305>", "name": "", "is_accepted": true } ]
6ecc014a0c910d6306ad8e9d84c95504
hello, i have a java plugin that provides a macro which i would like to launch via a button on the page rather than automatically run every time the page is refreshed. i’m able to return the html button from execute(). i’d then like the onclick to call another class method. this is what is not w…
launch macro via button
atlassian.com
2021.17
[ { "text": "a simple aui button in a .vm template with an action to get to the rest endpoint did the trick.\n\n#requireresource(\"com.trustvesta.plugins:createinitiative-web-resources\")\n\n<form id=\"createinitiative\" class=\"aui\" action=\"http://tgd-agile-4025:1990/confluence/rest/jirarequest/1.0/create/initiative…", "name": "", "is_accepted": true } ]
5b741a6542886986f2b0e0b05e102450
hello people, hope someone can help me. custom plugin executes sql query in order to receive some amount of data. it gets current hibernate session via pluginhibernatesessionfactory: <https://docs.atlassian.com/atlassian-confluence/6.6.0/com/atlassian/hibernate/pluginhibernatesessionfactory.html> bu…
current hibernate session
atlassian.com
2021.17
[ { "text": "in general hitting the database directly is kinda bad (atlassian would really like for us to use activeobjects etc). depending on what you’re doing - you’ll impact the scalability of the host app.\n\nthat said - take a look at sal: [https://docs.atlassian.com/sal-api/3.1.1/sal-api/apidocs/com/atlassian…](https://docs.atlassian.com/sal-api/3.1.1/sal-api/apidocs/com/atlassian/sal/api/rdbms/transactionalexecutor.html)", "name": "", "is_accepted": true } ]
739be76f87be737239b2f95388373a84
hi team, we are planning our cloud apps and would very much prefer a shared marketplace listing of course. to my surprise i recently realized that the connect [app descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/) documents the app key length to be incredibly short with just 64 characters, which would block us from doing just that (we ha…
connect app key length restriction obstructs cloud migrations
atlassian.com
2020.34
[ { "text": "hi [@sopel](/u/sopel) - i can validate that the limit is currently 64 chars. we are updating the docs to be consistent. thanks for flagging with us.\n\nre: outlook on when the limitation is going to be relaxed, i unfortunately don’t have an answer at the moment. afaik its not in our near term plans but will ask a…", "name": "", "is_accepted": true } ]
61e89c1fb92904ed0453ba08abc846db
hello, we are currently evaluating the development of two addons to extend jira cloud and jira servicedesk. the basic requirements are as follows: presentation of the ui of the addon in the issue sidebar query the information (e-mail addresses) of the issue reporter, editor and other persons inv…
some fundamental add-on development questions
atlassian.com
2021.17
[ { "text": "hey [@eoj81](/u/eoj81).\n\nyou should be able to achieve most of that without the need for an app with server side.\n\nthe javascript api should help, you can run requests to jira apis to update issue custom fields, and store comments (but unsure about impersonating users, we usually do that using ace). you can use…", "name": "", "is_accepted": true } ]
8d4333a8fe22b2971385862740aca12a
hi, i’m working on a plugin that needs to be able to view the files within a remote repository in bitbucket as part of a validation check. i tried looking at contentservice but that looks like it’s focused on reading in the contents of a file where as i’d like to get the files/directory structure. …
how to get the file/folder structure on remote repository
atlassian.com
2021.17
[ { "text": "have you tried using the streamdirectory() method in the contentservice? there are indeed quite some methods focusses on the contents of a file but i would think this streamdirectory would work for your usecase? this is the [javadoc](https://docs.atlassian.com/bitbucket-server/javadoc/6.0.0/api/reference/com/atlassian/bitbucket/content/contentservice.html#streamdirectory(com.atlassian.bitbucket.repository.repository,%20java.lang.string,%20java.lang.string,%20boolean,%20com.atlassian.bitbucket.content.contenttreecallback,%20com.atlassian.bitbucket.util.pagerequest)) for the method.\n\nabout you second option, you might not need it anym…", "name": "", "is_accepted": true } ]
557fe7c475b1cfefa485a3ea4b87ba90
hi everyone! is it possible to use the setinterval() and settimeout() functions with forge ui? if yes, could you describe how? thanks in advance for your help, gyöngyi
setinterval and settimeout usage with forge ui
atlassian.com
2021.39
[ { "text": "hi [@gyngyikiss](/u/gyngyikiss),\n\nsetinterval() and settimeout() should largely work how they do in node with the notable exception that our runtime will not wait for all timers / callbacks to complete before halting execution. if all sync and async code from your function handler finishes executing before the timeo…", "name": "", "is_accepted": true } ]
1138ada3eeca5622254355cbaaf81e2e
i want to read this post - <https://community.developer.atlassian.com/t/3-tips-to-get-more-exposure-for-your-app-through-the-atlassian-community/25052> cannot view it, it says - sorry, you don’t have access to that topic! how do i get the access? :thinking:
how to get an access to a specific topic on developer community
atlassian.com
2021.17
[ { "text": "you can request access to the non public marketplace vendor topics via the [atlassian ecosystem help center](https://ecosystem.atlassian.net/servicedesk/customer/portals) by means of the [apply to marketplace vendor topics in developer community](https://ecosystem.atlassian.net/servicedesk/customer/portal/9/create/147) request type.", "name": "", "is_accepted": true } ]
0d3b03195164310a1a114cce773b4503
i added a dependency for okhttp <dependency> <groupid>com.squareup.okhttp3</groupid> <artifactid>okhttp</artifactid> <version>4.8.1</version> </dependency> and i get error and the plugin can’t be loaded when i do atlas-run caused by: org.osgi.fr…
how to use a 3rd party maven dependency?
atlassian.com
2020.40
[ { "text": "take a look at sal’s http client since it has atlassian endorsed time outs: <https://developer.atlassian.com/server/framework/atlassian-sdk/sal-services/>", "name": "", "is_accepted": true } ]
975c0c9f36265420c992180452b4bf78
hi. i stuck on one simple question. i have customfield that i need to render in jira agile board. actual behaviour i put on screen. [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/b/6/b607e91bc6bc21bd9aaa1d81017671e37e358033.png "cfcards.png") my question is how i can expand <span… to view all field content that is present on tooltip. i can set appropriate attributes but a don’t know what attrib…
agile cards styles for customfield
atlassian.com
2021.17
[ { "text": "resolve by adding style: inline-table property", "name": "", "is_accepted": true } ]
002065dda86ba3e158cdf8883cfdcfbf
does trello publish or make available a machine-readable description of the rest api? i’m interested in doing some code generation for a client library. i’ve not been able to find anything yet.
machine readable description of rest api
atlassian.com
2019.47
[ { "text": "hi [@douglashall](/u/douglashall) ,\n\nhere’s an unofficial (and trello dev support recommended) link:\n\n<https://api.apis.guru/v2/specs/trello.com/1.0/swagger.json>\n<https://api.apis.guru/v2/specs/trello.com/1.0/swagger.yaml>\n\nnot sure if this swagger definition is updated regularly.", "name": "", "is_accepted": true } ]
0f8b863a7c779df2fbf904e40f9a80ca
i’m creating issues via the jira rest api. they have figma links in them but they’re not being rendered as [smart links](https://community.atlassian.com/t5/confluence-articles/smart-links-a-richer-way-to-hyperlink/ba-p/1412786). it’s showing up as just a regular link. is there a way to trigger the smart link to be generated when creating issues via the api?
create smart links via jira api
atlassian.com
2021.17
[ { "text": "[@alexchumbley](/u/alexchumbley), welcome to the atlassian developer community.\n\nyes, it is possible.\n\n[create issue](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get) using get /rest/api/3/issue/{issueidorkey}\n\nsend a description in [atlassian document format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/).\n\nuse the [inlinecard](https://developer.atlassian.com/cloud/jira/platform/apis/document/nodes/inlinecard/) node as the smart link.\n\nan issue payload might look something like the following:\n\n{\n\n\"…", "name": "", "is_accepted": true } ]
ee37b2c5cba50f498ef4067be705f0a2
with forge ui kit components i’d like to place a button with a link. e.g. <button text="sample subtle-link" appearance="subtle-link" /> but it seems it is not possible: [button](https://developer.atlassian.com/platform/forge/ui-kit-components/button/) doesn’t accept links. (despite there is a prop “appearance=link”) with onclick={} i wasn’t available to jump to anoth…
forge ui - button with link?
atlassian.com
2021.21
[ { "text": "hi [@franzbinder](/u/franzbinder),\n\ni don’t know of a technical reason why the [button](https://developer.atlassian.com/platform/forge/ui-kit-components/button) component couldn’t be enhanced to support a href attribute. it is possibly just a feature gap that hasn’t been prioritised yet. would you be able to add a comment to [frge-105](https://ecosystem.atlassian.net/browse/frge-105) explaining the need for this and why creating a regular l…", "name": "", "is_accepted": true } ]
ed1ae0d8494a35c3a2d17bc1f4019bd6
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
2019.43
[ { "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 } ]
f6137fd5490fb3d68981ef47436839ef
hi, i am facing a weird problem when uploading a plugin i developed. the uploaded plugin is different from localhost (atlas-run). i’ve checked the .jar/.obr files, and they contain the same code as the source code. however, when i go to test it on the server that i uploaded the plugin to, it looks d…
uploaded plugin different from localhost?
atlassian.com
2021.39
[ { "text": "hi [@chongjinghong](/u/chongjinghong), did you make sure to adjust the version in your pom.xml accordingly? i’ve seen things like this happen when a new jar was uploaded to a production system without increasing the version. ideally you’d use something like [atlas-release](https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-release/) to create releases.\n\ncheers,\n\nsven", "name": "", "is_accepted": true } ]
c6c48b901fc24967e41caeb033dfe17e
hello everybody, we use a groovy script which append a comment to the issue where i executes the transition. at moment it works but i want that the string in a textfield in the same issue should be included in the comment as well. here is the script: import com.atlassian.jira.issue.comments.comm…
groovy script - comment with cfields
atlassian.com
2021.17
[ { "text": "hi antonio,\n\ntry adding swapping this code for the respective lines in yours:\n\ncustomfield\\_name = componentaccessor.getcustomfieldmanager().getcustomfieldobjectbyname(\"hostname\")\n\nwert = issue.getcustomfieldvalue(customfield\\_name)\n\nit looks like you were trying to pass a string to the getcustomfieldv…", "name": "", "is_accepted": true } ]
2e0204fa92624c2f133afeabb3ffbca6
hello, from a shell using curl i would like to be able to create a issue in jira sm. i have searched the different rest api documentations, but i can’t find the right method to use for authentication (if possible, i would like to use “basic auth”). thank you, in advance, for your help.
from a shell using curl i would like to be able to create a issue in jira sm
atlassian.com
2021.17
[ { "text": "[@michalmonserrat](/u/michalmonserrat),\n\nthanks for explaining. i see the problem now. you are “double encoding”. when you use the basic auth options for http clients like insomnia, postman, and even curl, they will do the base64 encoding of your credentials for you. if you use the api token directly as the “password” in…", "name": "", "is_accepted": true } ]
39be1ba224d5baa0ee8ad7671d28f611
i am writing a macro for confluence that contains a text input and a submit button within a form. when the form is submitted, i need to be able to access the data from the form in my macro’s main execute function*. how can i achieve this? my macro’s code looks like this so far (take note of the cod…
accessing form data from within macro's execute method
atlassian.com
2021.17
[ { "text": "yes you can use the same syntax as in every other plugin module:\n\n@path(\"/myresource\")\n\n@scanned\n\npublic class myresource {\n\n@componentimport\n\nprivate final pagemanager pagemanager;\n\n@componentimport\n\nprivate final contentpropertymanager contentpropertymanager;\n\npublic myresource(pag…", "name": "", "is_accepted": true } ]
e033210e041c6f0375a0f438de50be98
i wanted to know if there is a utility within the addon object that allows for keeping track of the token expiration time, or do we have to manually track this based on the maxtokenage value?
best way to keep track of the jwt token expiration time
atlassian.com
2021.17
[ { "text": "you’ll need to track this yourself (since everyone’s timeout can be different on their server).\n\none way i’ve done is to have an exchange url end point which verifies that a submitted jwt token is still valid and returns back a new jwt token that won’t expire for another 15minutes. then i set that …", "name": "", "is_accepted": true } ]
5c74f7de2db313ac2c8d8781e4642c4e
we are using the get workflow schemes api by calling the endpoint below inside of our connect app to return all workflow schemes for projects when we return the workflows. /rest/api/2/workflowscheme/project however, on certain occasions we are seeing the response from atlassian is returning an u…
calling get workflow schemes api sometimes returns undefined instead of an id
atlassian.com
2021.39
[ { "text": "hi [@kwalker](/u/kwalker) ,\n\nthanks for reporting this. i’ve created [jracloud-77102](https://jira.atlassian.com/browse/jracloud-77102) for the jira cloud team to address.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
2e2847d41c90337cd25f73aff07ba3d6
hello, currently i’m developing a confluence plugin for cloud enviornments, and i’m worried about data security. by creating this plugin, i doubt about any other confluence plugin security. i know there is a security program, but it relates to stored data, not network traveling data. indeed, confl…
security concerns on confluence cloud
atlassian.com
2021.17
[ { "text": "you’re assumption that url is not part of the encrypted https connection is incorrect, see also <https://stackoverflow.com/questions/499591/are-https-urls-encrypted>", "name": "", "is_accepted": true } ]
83a16263f918e17c238124119a125e7a
am working with atlassian forge app innovation at [devpost.com](http://devpost.com) can i store my data to external database while using forge ui kits. or is there any other place to store data with forge. thanks
best place tom store database records
atlassian.com
2021.39
[ { "text": "i think that you should start by trying to use “app storage”: <https://developer.atlassian.com/platform/forge/storage/>\n\nplease do raise a new thread if there is a way in which app storage does not meet your needs. good luck and i hope this helps!", "name": "", "is_accepted": true } ]
e6de8c2b1ba66d1f156f269375664de0
i have scriptrunner installed on a confluence server and i want to be able to create a page via the rest api. all of the examples i see creating a confluence page are setup to run from jira to create a discussion page or assume there is an application link setup for the confluence site, but i want t…
how to create a confluence page with scriptrunner via rest api
atlassian.com
2021.17
[ { "text": "hello [@panos](/u/panos) !\n\ni’ve mixed the below 2 documentation to create this script.\n\n[https://github.com/abtris/groovy-rest-examples/blob/master/post.groovy](http://groovy-rest-examples/post.groovy)\n[https://developer.atlassian.com/server/confluence/confluence-rest-api-examples/](http://confluence-rest-api-examples)\n\nsomething strange was that my confluence was not displaying the logs …", "name": "", "is_accepted": true } ]
3db324bd177fb87825fec568594d4b72
i use custom ui in my forge app. this app makes api calls to the external service. i added my service url to external.fetch.backend (according to <https://developer.atlassian.com/platform/forge/runtime-egress-permissions/>) api calls are made from the forge app. everything works file when i use fo…
xmlhttprequest error when make api call in forge app
atlassian.com
2021.39
[ { "text": "hey [@belokurbohdan](/u/belokurbohdan) :slight\\_smile:\n\ni think [@remie](/u/remie) gave some good insight into why this isn’t straightforward. thanks for that [@remie](/u/remie)!\n\nin saying that, we do aim to support axios on a best effort basis. we try to ensure that our runtime has the fundamentals to support most sdks and fetch wrappers.\n\ni…", "name": "", "is_accepted": true } ]
631d5287967b4e18e051c712f8706ac0
good day, i’m developing a jira plugin trough the atlassian sdk. so far i implemented the creation of groups and project roles and now i want to grant them project and issue permissions trough java api, but i can’t seem to do it properly. i’m am just a beginner, so if you could explain me how to d…
how to grant permissions trough java api 🤔
atlassian.com
2021.17
[ { "text": "hopefully this example is somewhat helpful:\n\nprivate schemeentity entitybuilder(projectrole projectrole, projectpermissionkey permissionkey) {\n\nreturn new schemeentity(\n\nprojectrole\\_permission\\_type,\n\nprojectrole.getid().tostring(),\n\npermissionkey\n\n);\n\n}\n\npublic void createpermissionscheme() {\n\n…", "name": "", "is_accepted": true } ]
e442ad19bcf8491554e600be0d3a74f2
we have developed our confluence add-on based on ace :slight\_smile: now we are ready for :airplane: . so we created a new add-on in our vendor account and make it ready for the marketplace but in private mode. i’m following the instructions as described in [build your presence on marketplace](https://developer.atlassian.com/market/how-to-market-your-add-on/build-your-presence-on-marketplace). but…
missing add-on logo/icon during install process using upm
atlassian.com
2021.17
[ { "text": "the icon and logo in upm only work for publicly available add-on on marketplace. as your add-on isn’t yet approved, those will be filled with placeholder images in the meantime.\n\nbe sure to upload your desired images to your marketplace listing as that’s where they get sourced from within upm!\n\nchee…", "name": "", "is_accepted": true } ]
eaa49857c37617d59a70a0800e899302
to call modal popup in forge requires using modaldialog. then where is the function code that i have to implement to display the modal popup. thanks
how to call up modal popup in forge
atlassian.com
2021.39
[ { "text": "hi [@nkemjikagwacham](/u/nkemjikagwacham) :slight\\_smile:\n\nthis example should help you <https://developer.atlassian.com/platform/forge/ui-kit-components/modal-dialog/>", "name": "", "is_accepted": true } ]
30e1f42a696fedc807166e683f525e86
hi, i’m developing a postfunction that creates and sends an e-mail and i want to include the avatar of the user. i found the interface mailattachmentsmanager, but i haven’t found any examples of how to create the object. i’ve tried this: jirahome jirahome = new defaultjirahome(); avatartagger avata…
sending mails with images using mailattachmentsmanager
atlassian.com
2021.17
[ { "text": "thank you. no, i haven´t tried this, it will probably work. to create the avatartranscoder object was my problem. i finally managed to solve in this way:\n\nmailattachmentsmanagerfactory mailattmanagerfactory = new mailattachmentsmanagerfactory(componentaccessor.getavatarmanager(),\n\ncomponentacces…", "name": "", "is_accepted": true } ]
762c26486553e85e6bfffcea77b7129b
we’ve run into what seems like a bug; renaming a legacy page via api causes it to be converted to the new page experience. has anyone else seen this issue? steps to reproduce: create a new page based on the “legacy editor page” template. get the page via: get /wiki/rest/api/content?spacekey=t…
unexpected legacy page conversion when renaming a page
atlassian.com
2021.10
[ { "text": "hi [@timpesce](/u/timpesce),\n\nthanks for clarifying this, i can reproduce the issue now. it seems that the conversion to the new editor format takes place regardless of whether the content is supported by the new editor. for example, i reproduced this with nested expand links:\n\n[[image]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/3/c/3c3f033e653b82f4d602ee5c9b2a0c3bfa73fc8c.png \"image\")\n\ni’ve raised [https://jira.at…](https://jira.atlassian.com/browse/confcloud-71294)", "name": "", "is_accepted": true } ]
e0eb5cf7a34b1a612f7303f6dda5d351
started migration of the plugin to jira 8.5 and new amps pointed to the banned dependencies rule 0: org.apache.maven.plugins.enforcer.banneddependencies failed with message: make sure platform artifacts are not bundled into plugin ... use 'mvn dependency:tree' to locate the source of the ba…
loader constraint violation
atlassian.com
2021.17
[ { "text": "here is what i ended up with, the unirest-java package provides a version with “shaded dependencies” so i don’t need to deal with httpasyncclient but at the same time satisfy banneddependencies. no need to have the jcl-over-slf4j package either.\n\n<dependency>\n\n<groupid>org.apache.…", "name": "", "is_accepted": true } ]
38f54f7729065d874bc2417c51745df7
as the title states, i am looking for the source code of one of the system plugins of conflunence. specificaly the confluence-jira-content plugin. i want to expand its functionality. any suggestions on how to best tackel this problem? for now i got the .jar file through the sdk in an newly created…
where to get the source code of system plugins?
atlassian.com
2021.39
[ { "text": "unfortunately it seems that atlassian does not provide the source code for all system plugins and you have to decompile the jar files. it is descriped in this articel:\n\n<https://confluence.atlassian.com/confkb/how-to-edit-bundled-or-system-plugins-302811979.html>", "name": "", "is_accepted": true } ]
bdd4741326d82e78ee94019468dc135b
hi, i’d like to host my macros in a purely static cdn. therefore i can’t get the macro parameters at query parameters and forward them to a view, as i don’t have any. instead i want to return a static file that figures out at view time what the parameters were. is that possible or do i need a serv…
get macro parameters at view time
atlassian.com
2021.17
[ { "text": "[@philipfeldmann](/u/philipfeldmann), please watch [acjs-1025](https://ecosystem.atlassian.net/browse/acjs-1025).", "name": "", "is_accepted": true } ]
30145217149e58054697d84e4ac090a8
i need to update one our add-ons to be compatible with jira 8. now when i look for the atlassian sdk version compatible with jira 8.0, i dont find anything! please see the snapshot attached: [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/b/3/b3778ccef9bdf814d996ec7253864469946bb5b6.png "image") looking at the recent versions, i picked up the latest version 8.0.7 and somehow got it to work wi…
is there a stable atlassian sdk version to be used for jira 8.0.2?
atlassian.com
2021.17
[ { "text": "hi [@yagnesh.bhat](/u/yagnesh.bhat),\n\nyes, atlassian plugin sdk 8.x with amps 8.x versions are compatible with jira 8.x versions, however we are aware that there are some bugs.\n\namps 8.x and the atlassian plugin sdk 8.x include many changes, as we upgraded our maven version and added compatibility for java 11. this i…", "name": "", "is_accepted": true } ]
467c6a58b53fe8b19adcf43472938c64
hi devs! i’ve been trying to use [ap.getmacrobody()](https://developer.atlassian.com/cloud/confluence/jsapi/confluence/#getmacrobody) to retrieve what’s written inside a macro, but the retrieved html are different than what they look like during editing, e.g. <ul> retrieved with getmacrobody() is missing the ak-ul class which they have during edit and when rendered normally. tha…
mismatched html from ap.getmacrobody()
atlassian.com
2021.39
[ { "text": "[image] yongchong.long:\n\nthus the question, is there anyway to make them look the same (not just <ul> but other elements as well), or at least have the same classes and attributes?\n\nif you just want your html to display the same as in confluence you’ll want to include the [reduced-ui-kit](https://atlaskit.atlassian.com/packages/css-packs/reduced-ui-pack) and [css…](https://atlaskit.atlassian.com/packages/css-packs/css-reset)", "name": "", "is_accepted": true } ]
3eb3be1574464c907ba3eaa586bd3153
hi, i’ve just tried new ui on bitbucket, and noticed just minor issue - looks like there is odd header in repo add-on page, please see screen shot below. could this be removed please? thank you [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/1x/6160aa42b844474f436c6bc9a1d504b4b871bb9c.png "screen shot 2017-04-07 at 11.05.06.png")
trying new bitbucket cloud experience
atlassian.com
2021.17
[ { "text": "hi andriy,\n\nthat’s a known issue - we’re working on it now. should have a fix out soon.\n\nthanks,\n\n-ben", "name": "", "is_accepted": true } ]
1658ac62e42562f0ffdbe2a978752301
hi! i’m fairly to the trello api community so sorry if this question is silly. i was wondering how to add options to a pre-defined custom field (text custom field) with a post request that also creates a card. i got the post request to create a card, and it would be really awesome if i knew how to …
how to add custom field options alongside post add card?
atlassian.com
2019.47
[ { "text": "not a silly question at all!\n\nthere isn’t a way to set the value for a custom field on a card at the time of card creation. you can only update custom field data in a separate api call after the card has been created. this is similar to how checklists and attachments work, as well. they can only be …", "name": "", "is_accepted": true } ]
b75476093d9bffece0d2bb6b55545ec3
i found that i can include query params in the 1/batch endpoint, but it seems broken when those query parameters include commas. this works: https://api.trello.com/1/batch?urls=%2forganizations%2f5ae695d2060c06af972997dc%3ffields%3dname and returns the org with just the id and name, but this retu…
1/batch doesn't accept urls with query params containing commas
atlassian.com
2020.34
[ { "text": "you need to double encode the commas in the query parameters of the url. using your example:\n\nhttps://api.trello.com/1/batch?urls=%2forganizations%2f5ae695d2060c06af972997dc%3ffields%3dname%252cprefs", "name": "", "is_accepted": true } ]
f28e3a46111b00b6f78bcb09eb8bb0be
hello, i am using ap.dialog.create and on(‘close’) event in a connect app. if i check my console i get the following messages: ajs’s create element functionality has been deprecated since 5.9.0. no alternative will be provided. use document.createelement() or jquery.parsehtml(), or preferably u…
ap.dialog.create and close deprecated?
atlassian.com
2021.39
[ { "text": "you can ignore the deprecation notice. this is coming from the connect part on the host application. it is the responsibility of atlassian to deal with these type of warnings, this is outside your domain. you cannot even fix this, given that you have no control over the host application.", "name": "", "is_accepted": true } ]
5373edad5b027703a4e24f0c57c3d2e3
hi, i have a question about this reason. when is actually triggered/set? the docs says: when any dialog is ready to be rendered. the context is the content of the dialog. dialog means a popup like create issue? i am trying to use this reason to bind some jquery commands when the create issue po…
question about reason jira.content\_added\_reason.dialogready
atlassian.com
2021.17
[ { "text": "here’s how i’m able to bind some js code to the rendering of one particular dialog box.\n\n// the dialogcontentready event is triggered by dialog.js in the jira code base. it's no good binding to the\n\n// 'dialog.show' event because that event is thrown before the content has been added to the dialog.\n\nj…", "name": "", "is_accepted": true } ]
49857952e1c78ddc703334294b707ce5
first, apologies if this is a very basic question; i am pretty new to atlassian’s plugin development so every problem is something brand new to overcome. i have written a space blueprint that i would like to modify to utilize the capabilities of a 3rd party plugin we have installed in our productio…
getting 3rd party plugin dependencies into the altas environment
atlassian.com
2021.17
[ { "text": "when you purchase most plugins paid via atlassian, it comes with a development license which you can use for purposes like this. you can find this in the app license under [my.atlassian.com](http://my.atlassian.com)", "name": "", "is_accepted": true } ]
9f99c5bb30766bf8bbeb4e7fc9189e5b
i am building a confluence cloud app with connect. i want to get the page id (content id) of the page, where the macro is put on. i’m working in the view-folder of my connect-app in a .hbs-file. i can get the id by using getcontext(), but i can’t put it in a variable for later usage, because of the…
how to get content id in a view (.hbs file), or how does getcontext() returns it?
atlassian.com
2021.43
[ { "text": "ap.context.getcontext can be used with a callback as you did above. it also returns a promise, and can be used like this:\n\n(async function() {\n\ncontext = await ap.context.getcontext();\n\nconsole.log('context', context);\n\n})();\n\nor promise and resolve/reject.", "name": "", "is_accepted": true } ]
8c8188e15fa947337e48d555f6c6101c
hi all, i’m looking for a solution or best practice on how to call your own custom rest endpoints contained within an connect-app from javascript. let’s imagine the app baseurl is https://great-app.meetical.io, and we defined an endpoint /get-user-preferences. any calls to that endpoint should be …
call rest own endpoints in confluence cloud app
atlassian.com
2020.16
[ { "text": "hi lukas,\n\nyou should only use ap.request to call atlassian rest apis. to call your own rest api (or any other one) use the standard way of sending out a request (e.g. fetch, axios, or jquery ajax).\n\nif you’re talking to your own connect app you need to make sure to include the jwt token that you ca…", "name": "", "is_accepted": true } ]
90996a56f1aa07f2739011ea1396bf8e
hi i needt current users accountid. i am trying to get it from ‘myself’ resurse for currently logged in user by jira cloud rest api, but i can’t find a way to make it happen. atlassianhostrestclients.authenticatedasaddon().getforobject(urir, string.class); returns the addon information and atla…
getting current users accountid
atlassian.com
2021.25
[ { "text": "hi [@taavitilgre](/u/taavitilgre),\n\nthis sounds a lot like you are using [atlassian-connect-spring-boot](https://bitbucket.org/atlassian/atlassian-connect-spring-boot/src/master/) for your app? as mentioned in the readme, you can let it inject an atlassianhostuser into your rest controller methods:\n\n@controller\n\npublic class helloworld {\n\n@requestmapping(value = \"/hello-world\", method = re…", "name": "", "is_accepted": true } ]
952272e359fa493e7aa1194c8e67bf48
i’m trying to create a jira issue with a jira addon i’m developing but keep receiving ‘401 unauthorized’ error when posting to the url. other request i’m doing, like searching issues or getting a list of issue types work. is there anything i’m not aware of that’s different for post requests? this i…
jira addon: create issue with jwt authorization
atlassian.com
2021.17
[ { "text": "by debugging the result of createcanonicalrequest function i’ve sorted out that i hardcoded the ‘get’ method somewhere :sweat:\n\nthanks for your help, it now works like charm!", "name": "", "is_accepted": true } ]
f480e84460aa596ce83c0f44ffabc728
i create an issuetype in java. now i want to add that issuetype to the current issuetypescheme of the project. i foudn this: [https://bitbucket.org/topmanage/tm-project-templates/src/6a3f0467bf1c51406fd5f7018d85d142cd8d5dbb/src/main/java/com/topmanage/jiraplugins/projecttemplates/projectcloner.java?…](https://bitbucket.org/topmanage/tm-project-templates/src/6a3f0467bf1c51406fd5f7018d85d142cd8d5dbb/src/main/java/com/topmanage/jiraplugins/projecttemplates/projectcloner.java?at=master&fileviewer=file-view-default)
jira plugin: adding an issuetype to an issuetype scheme in java
atlassian.com
2021.17
[ { "text": "my solution:\n\nfor (final project p : projectmanager.getprojects()) {\n\nfinal fieldconfigscheme scheme = issuetypeschememanager.getconfigscheme(p);\n\nif (!scheme.getassociatedissuetypes().contains(issuetype)) {\n\nfinal optionset op…", "name": "", "is_accepted": true } ]
28c4b8c6c5014b729929fcd8f0d946d6
hey everyone, i have a plugin that creates a new page via /rest/api/content. this is the body data: const bodydata = `{ "title": "${newpagetitle.value}", "type": "page", "space": { "key": "${context.confluence.space.key}" }, "ancestors": [ { …
editing pages created via /rest/api/content
atlassian.com
2021.04
[ { "text": "this seems to work when hitting the wiki/rest/api/content/ endpoint\n\n{\n\n\"title\": \"test page from api editor v2\",\n\n\"type\": \"page\",\n\n\"space\": {\n\n\"key\": \"ts1\"\n\n},\n\n\"status\": \"current\",\n\n\"ancestors\": [\n\n{\n\n\"id\": \"1239286918\"\n\n}\n\n],\n\n\"body\": {\n\n\"storage\": {\n\n\"value\": \"test c…", "name": "", "is_accepted": true } ]
b94ddd2b06f5dd522b89d0c680e4e66a
hi folks, apologies if this has been asked and/or answered elsewhere, but i haven’t been able to find anything. i have multiple jira plugins that ideally i would like accessible via one drop-down menu on the nav bar. i know that in making a nav-bar web-item in one plugin i can make the other plugins…
shared web item
atlassian.com
2021.17
[ { "text": "you can write a condition that uses the pluginaccessor to see if the other addons are installed <https://docs.atlassian.com/atlassian-plugins-api/4.0.0-rc001/atlassian-plugins-api/apidocs/com/atlassian/plugin/pluginaccessor.html> has more details.", "name": "", "is_accepted": true } ]
c8aa58be948271b02c9fca9629474b6e
i started to develop a simple add-on. once i started to add the translations descriptors in atlassian-connect.json "translations": { "paths": { "en-us": "/i18n/en\_us.json" } } the deployment has as result the add-on disabled. the message i get is registered with h…
add-on deployed disabled if translations mentioned in descriptor
atlassian.com
2021.17
[ { "text": "i finally found out what the issue was: the json file containing the translations was malformed (missing a comma). i corrected it, and suddenly the macro is installed and enabled at installation.\n\ni discovered this accidentally. i am wondering how can i get more detailed diagnostic in such cases usi…", "name": "", "is_accepted": true } ]
8dbf8762276f7a5a896862e4f7486839
i have a client asking if we can add a per-user field to the pr screen. once filled out, i would need to send that field’s value to jira (the user is authenticated in both systems - sso). i am quite familiar with jira add-on development and have a clear vision of the jira side of things, but i can’t…
add field to pr?
atlassian.com
2021.39
[ { "text": "hi [@derekwhite](/u/derekwhite), if you want to customize the bitbucket pull request screen, in bitbucket 7+, you can start using [client-side extensions](https://developer.atlassian.com/server/framework/clientside-extensions/).\n\nyou can check the guide on how to start using cse:\n\n<https://developer.atlassian.com/server/framework/clientside-extensions/guides/introduction/>\n\nhere is the link …", "name": "", "is_accepted": true } ]
76ad252f767b5c52b1a2cd36f7b3afad
i need to get the time stamps for when an issue has changed status (e.g. open -> in progress -> closed). i want this for all the changes, not just the most recent one. <https://jira>..com/rest/api/2/issue/ returns a massive amount of information including current status, but not previous changes. i k…
get time stamps for status changes from rest api
atlassian.com
2021.17
[ { "text": "you should add include ?expand=changelog parameter or use a separate changelog rest api [https://docs.atlassian.com/jira/rest/cloud/#api/2/issue/{issueidorkey}/changelog-getchangelogs](https://docs.atlassian.com/jira/rest/cloud/#api/2/issue/%7bissueidorkey%7d/changelog-getchangelogs)", "name": "", "is_accepted": true } ]
814274e09f92578b9765053315981d40
i spent the last six months creating an apple watch app called [kanbann](https://kanbann) in my spare time that brings trello to your wrist. i released it on 20th december, and [people seem to like it](https://www.reddit.com/r/applewatch/comments/edadki/kanbann_trello_on_your_apple_watch_now_in_app/) an hour ago i received an email from a person at atlassian asking me to remove it from the apple store because it is n…
requesting authorization for creating third-party apps
atlassian.com
2020.05
[ { "text": "michael pryor replied on reddit. all good for now <https://www.reddit.com/r/trello/comments/ed6iuy/comment/fbuedq5>", "name": "", "is_accepted": true } ]
af3e1d543301e5a94cb1e399dba16fe0
dear community, i am seeking some help on the challenge on how to bring custom context parameters in url or any alternatives that can be used by backend to route to the page right content. example: * https://<instance>.atlassian.net/plugins/servlet/ac/<addon>/<page>?id=<id> or * https://<instan…
custom context parameters in url
atlassian.com
2020.45
[ { "text": "eventually found how to add [here](https://developer.atlassian.com/cloud/jira/platform/context-parameters/) (ref. app-specific context parameters section)", "name": "", "is_accepted": true } ]
7ead27b4022a5064eac849b10aefad64
i’m following the tutorial at <https://developer.atlassian.com/server/framework/atlassian-sdk/creating-an-admin-configuration-form/> and the link on that page to <https://studio.atlassian.com/browse/ajs> seems to be dead. what i’m trying to do is to use elements from [https://docs.atlassian.com/aui/9.0.…](https://docs.atlassian.com/aui/9.0.2/docs/toggle-button.html)
how to use aui in a jira plugin?
atlassian.com
2021.04
[ { "text": "[@danielanechitoaie](/u/danielanechitoaie) did you required com.atlassian.auiplugin:aui-toggle webresource?\n\nyou can do it for example adding $webresourcemanager.requireresource(“com.atlassian.auiplugin:aui-toggle”) at the top of your velocity template.", "name": "", "is_accepted": true } ]
a61585f958ee5a60a54e1f9dcca26084
hi all, anyone know how to use jira api (groovy) to check the user have application access or not. in this case is jira software access. i find out below docs on jira rest api. [https://docs.atlassian.com/jira/7.1.7/com/atlassian/jira/application/applicationauthorizationservice.html#canuseapplicati…](https://docs.atlassian.com/jira/7.1.7/com/atlassian/jira/application/applicationauthorizationservice.html#canuseapplication-com.atlassian.jira.user.applicationuser-com.atlassian.application.api.applicationkey-)
groovy script to check the user have application access or not
atlassian.com
2021.17
[ { "text": "import com.atlassian.jira.application.applicationauthorizationservice\n\nimport com.atlassian.jira.application.applicationkeys\n\nimport com.atlassian.jira.component.componentaccessor\n\ndef applicationauthorizationservice = componentaccessor.getcomponent(applicationauthorizationservice)\n\ndef usermanager = c…", "name": "", "is_accepted": true } ]
ac557478d05aa04b36096ce9917eb14a
hi, i am trying to find the jira implementation for their rest apis for create/edit issues etc. where can i find the source code? also, where in the source code can i find the rest api implementation for create issues, etc. i am very new to this. so any help will be greatly appreciated.
jira source code
atlassian.com
2021.17
[ { "text": "the source code would be available from <https://my.atlassian.com> if you have a license for jira. the rest api’s are implemented as a plugin so you should find it in the jira-plugins folder within the source.", "name": "", "is_accepted": true } ]
d6a92e0170e37411901bdd4dde0d24fc
hi all, is there any way to raise a comment on behalf of a customer? tried a bunch of stuff like adding author as per other posts, but no luck. it shows as posted by my connect add-on. further then, can we at least change the avatar of the connect add-on user via the api? i couldn’t find anything …
raise comment on behalf of customer via api
atlassian.com
2021.17
[ { "text": "hello [@alexsopinka](/u/alexsopinka),\n\nyes you can, be sure that your app has act\\_as\\_user scope and the user you are impersonating has the necessary permission to comment on the ticket (or else you get a 403). i wrote a sample app using [atlassian connect for express](https://bitbucket.org/atlassian/atlassian-connect-express/src/master/) and here’s the snippet to give you an idea.\n\napp.ge…", "name": "", "is_accepted": true } ]
713040689b3bf7b1a8f1ffeba432b1d8
hi, once i have a trello rest api user token (read & write) and can list the boards the user can access (either ones they own, or ones they have joined such as <https://trello.com/b/1jz6sorc/the-dev-board>), how can i determine what actions are permitted? specifically for a board, how can i tell if …
determining what actions user is permitted using trello rest api
atlassian.com
2020.05
[ { "text": "[image] dmehers:\n\nwould i be right in thinking that i need to look at the board 's idorganization and see if it is an id from the member’s idorganizations ?\n\nyep! that sounds right.", "name": "", "is_accepted": true } ]
2b485a0dd30e980578e0644dddf0a22d
hi, the url to upm is /plugins/servlet/upm and it displays all addons. is there any possibility to link to one specific add-on ? best regards, adrien
url to a plugin in upm / "manage add-ons"
atlassian.com
2021.17
[ { "text": "[image] playsql:\n\n/servlet/upm\n\n<baseurl>/plugins/servlet/upm#manage/<yourpluginkey>", "name": "", "is_accepted": true } ]
6cadc76ce3cc3ff7fd1ca2c80a0d41d1
what is [jira-dev.com](http://jira-dev.com)? is this simple a domain used by atlassian to verify that addons are working? i thought the only valid customer domains are [jira.com](http://jira.com) and [atlassian.net](http://atlassian.net), but [jira-dev.com](http://jira-dev.com) is in the white listed domains in atlassian-connect-express.
what is jira-dev.com
atlassian.com
2021.17
[ { "text": "hi [@jan.revis](/u/jan.revis),\n\nthe [jira-dev.com](http://jira-dev.com) domain is reserved for internal atlassian usage. we use it for dogfooding sites for atlassian cloud, which is why you can see it whitelisted.\n\ncheers,\n\ndave", "name": "", "is_accepted": true } ]
0704a66846c2caca7d265e4e522f2e65
i was able to get and delete, but i was not able to post or put. i was able to make all calls using basic authentication but not oauth. i followed the tutorial from <https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/> . the example only uses get. i used the same…
unable to post and put using oauth for rest apis
atlassian.com
2021.17
[ { "text": "i use com.google.gson.gson to convert objects to/from json:\n\nprivate final gson gson = new gsonbuilder().setprettyprinting().create();\n\ninstead of passing in a string or genericdata, i pass in a json object. convert the json string into object.class:\n\nobject jsonobject = gson.fromjson(jsonstring, o…", "name": "", "is_accepted": true } ]
e092be1bd0ea94d996cf579279f600df
import forgeui, { render, macro, macroconfig, text, textfield, useconfig } from "@forge/ui"; import { storage, startswith } from '@forge/api'; const defaultconfig = { name: "unnamed pet", age: "0" }; const app = () => { (async function name(params) { console.log('123'); awa…
how to use storage
atlassian.com
2021.39
[ { "text": "hi [@111112](/u/111112) ,\n\nmaybe the thing you’re missing is useaction and usestate hooks. here’s some abbreviated code:\n\nimport forgeui, { useaction, usestate, ...} from '@forge/ui';\n\nconst app = () => {\n\nconst [initialdata] = useaction(value => value, async () => await storage.query().where(etc).getmany());\n\n…", "name": "", "is_accepted": true } ]
a29e85c449fdd9b673861bed7cdd21f2
hi! i’ve managed to connect my production environment to a database and now i get an error that some tables are missing. i cannot find any documentation on how these tables should be configured and my guess is that they should’ve been created by the ace lib itself. in any case, i’ll add in the sta…
"error: er\_no\_such\_table" when connecting ace to database
atlassian.com
2021.17
[ { "text": "hi!\n\ni just switched the adapter to sequelize and everything works fine.\n\nthe information on how to connect to database using juggingdb is deprecated (the “store” object in config.json is totally wrong for jugglingdb, and once connected i spent the entire day trying to get it to create tables that w…", "name": "", "is_accepted": true } ]
09c858c988ebb15e03dfb1ace29826c7
i’ve run into a strange issue with my jira plugin. we have a plugin that is used to force employees to choose a visibility level for comments they make on issues. to do this, we pop up a dialog when the user adds their comment asking them if they want the comment to be sent to all users, or just dev…
jira plugins fail to load when using a filter
atlassian.com
2021.17
[ { "text": "you need to bind using jira events:\n\n<https://developer.atlassian.com/server/jira/platform/extending-inline-edit-for-jira-plugins/>\n\najs.$(function() {\n\njira.bind(jira.events.new\\_content\\_added, function(e, context, reason) {\n\nif (reason === jira.content\\_added\\_reason.pageload) {\n\n.…", "name": "", "is_accepted": true } ]
0833e58c2adee7e696d89a1a2f2b4f4d
my web app automatically checks for the new modification or new issues with the jira after certain interval(each 25 minutes). now, access token gets expired within an hour. so what would be best practice around re-issuing user’s access token? should i continuously make call to get the access t…
what would be best practice around re-issuing user’s access token?
atlassian.com
2021.17
[ { "text": "hi [@brikme](/u/brikme)\n\nin the atlassian-connect-express library, atlassian …\n\ncaches access tokens together with their expiry time (which you can get from the jwt or the http headers i think)\n\nupon sending a request, they check if the previous access token expired.\n\nif it did, then they fetch a new one and put…", "name": "", "is_accepted": true } ]
5daa1fd3a0e8dfb71fc9f595adb9e337
hello, why can’t we use bitbucket pipelines in bitbucket server?
pipelines in bitbucket server
atlassian.com
2020.50
[ { "text": "hi [@rajeswari.thangavel](/u/rajeswari.thangavel),\n\nthanks for reaching out. bitbucket pipelines was designed and built for bitbucket cloud (i.e. [bitbucket.org](http://bitbucket.org)). instead, bitbucket server integrates with [bamboo](https://www.atlassian.com/software/bamboo) (though it can be used by other ci tools). you can find more information about this topic in this jira ticket: [bser…](https://jira.atlassian.com/browse/bserv-9245)", "name": "", "is_accepted": true } ]
6ec3fd789ba6b93d33b40178e49a6d6f
basic authentication to connect and upload an attachment to jira , always shows 401 error since past 3 days. however, earlier the same code base was working fine.i made no changes in code but it is not working any more. i wrote my code in vba excel to connect to jira and upload excel attachments. …
basic authentication to connect and upload an attachment to jira , always shows 401 error since past 3 days
atlassian.com
2021.17
[ { "text": "hi,\n\ni have similar problem since 2 days ago and now resolved with api tokes.\n\n<https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/>\n<https://confluence.atlassian.com/cloud/api-tokens-938839638.html>\n\ni hope this help.", "name": "", "is_accepted": true } ]
b1dbb32108023fb5fc240ca867eb4bc0
hi, i am trying to create a new page under a space using the following code in nodejs: var jsondata = { "type": "page", "title": "my test page", "space": { "key": "test" }, "body": { "wiki": { "value": "h1. hello world!", "representation": "wiki" } }}; router.get('/content', (req, res) => { axio…
bad request - create confluence content page
atlassian.com
2021.17
[ { "text": "okay, i found my problem, my axios request was in the wrong format, the corrected code is:\n\nrouter.get('/content', (req, res) => {\n\nif (req.query.hasownproperty(\"name\")) {\n\njsondata.title = req.query.name;\n\naxios({\n\nmethod: 'post',\n\nurl: `${confluencerooturi}/r…", "name": "", "is_accepted": true } ]
f34a7749b10402e88fb2970a92fe08bb
i have the following api: /rest/agile/latest/board/4/sprint. i am looking for a search api that can provide jql compatability.
do we have jira search api for jira agile?
atlassian.com
2021.17
[ { "text": "as mentioned in the other threads where you’ve asked this question, jql is for searching issues and there is no search api for sprints. jira doesn’t provide an out-of-the-box for grouping sprints by date. as i mentioned in [my previous response](https://community.developer.atlassian.com/t/is-there-any-api-to-retrieve-the-list-of-sprints-in-a-month/14519/3?u=dmeyer), the definition of the “date” of a sprint can be interpr…", "name": "", "is_accepted": true } ]
8fddafb7946366a84b85a3a3e3a6c53a
hi everybody, this on is biting me for days now. i am writing a confluence plugin that offers a macro with a body. i have not figured out a suitable way in my java class to check for an empty body. it seems that confluence creates default content if the body is submitted empty by the user. it look…
confluence plugin check for empty macro body
atlassian.com
2021.17
[ { "text": "i played around some and came up with this solution (not perfect probably but it works):\n\nimport org.apache.commons.codec.binary.hex;\n\n...\n\nbody = body.trim();\n\nstring hexbody = hex.encodehexstring(body.getbytes());\n\nif (!hexbody.equals(\"3c703ea03c2f703e\")) {\n\n// this is a user body. do something wi…", "name": "", "is_accepted": true } ]
be10f2d14da7a3514b4d12fd7fb22ee3
is there any limit for the number of items in the list passed to [cql’s “in” operator](https://developer.atlassian.com/cloud/confluence/cql-operators/#in)? in other words, if we have for example following cql fragment: space in (spacekey1, spacekey2, ... , spacekey{n}) then what’s the highest possible {n} number of items we can have?
limit of items for cql "in" operator
atlassian.com
2021.39
[ { "text": "hello [@lukaszwiatrak](/u/lukaszwiatrak)\n\naccording to [confcloud-66588](https://jira.atlassian.com/browse/confcloud-66588), it’s described as being 1024.", "name": "", "is_accepted": true } ]
099121992bede92de06055915b845c22
hi, everyone. to get a specific issue for a particular jira project, i wrote the following perl script: use utf8; use filehandle; use strict; use warnings; use encode; use jira::rest; use rest::client; use json; use data::dumper; use mime::base64; my $jira = jira::rest -> new({ url => ‘[h…](http://www.ideaic.co.kr:8080/)
i want to print only specific field values of a specific issue
atlassian.com
2021.17
[ { "text": "hello [@netdynamics](/u/netdynamics),\n\nhash is being returned by my $issue = $jira -> get(\"/issue/smpkb-16?fields=summary,description\"); in which i think is workable for us. dumping $issue via dumper($issue) and printing it results in\n\n$var1 = {\n\n'key' => 'test-7',\n\n'self' => 'http://localhost:2990/…", "name": "", "is_accepted": true } ]
0b81583c0e8a3bb879f7277d0ff8caa5
i’m working on a plugin that mostly only uses jira core, but sometimes should do a small extra thing for the service desk. is it possible to build it so that the same marketplace app, from the same jar, would work on jira without sd and provide some extra features when running with sd? obviously i …
optional dependency on servicedesk api
atlassian.com
2021.17
[ { "text": "these are a bit old - but take a look at:\n\n<https://bitbucket.org/bwoskow/optional-service-sample-plugin>\n\n[image]\n\n[how can i configure component imports as optional](https://community.atlassian.com/t5/answers-developer-questions/how-can-i-configure-component-imports-as-optional/qaq-p/548497)\n\nhello, i have a little (or not so little?) problem. i develop a plugin using components from the subversion and git plugin. but…", "name": "", "is_accepted": true } ]
9d943f99d6b594fb5e9b7d47ed43d468
i have a custom ui that shows a list of issues, what i would like is to be able to open a link by clicking on them, or even better to open the issue in a modal like you would in a board. i’ve not seen a way to achieve this from the documentation, can anyone help me to achieve this? thanks rory
custom ui unique link to issue
atlassian.com
2021.39
[ { "text": "hi [@rorystandley](/u/rorystandley), you should be able to use the router.open or router.navigate functions to open links: <https://developer.atlassian.com/platform/forge/custom-ui-bridge/router/>", "name": "", "is_accepted": true } ]
a1c838e0e7f9e73b244ec52bd74c370c
i am very confused about those two things which are aui-react and atlaskit… what is aui-react?? what is atlaskit? can i use the both when i make a front-end page for jira server ?? some blog said to the fact that when i make react and rest api , i can use my app to jira server and cloud version …
what are differences between aui-react and atlaskit? .. what is the best example of using it?
atlassian.com
2021.17
[ { "text": "good question!\n\nthe difference between aui and atlaskit is the result of the decoupling of server products and cloud, mostly due to the fact that the cloud architecture allows for more rapid development and deployment.\n\naui can be considered the legacy implementation (used in server products). atlas…", "name": "", "is_accepted": true } ]
c9a1289451efd9535f3bd92598eff844
i upload a file via atlassian-connect-express to a confluence attachment, from a dynamic content macro. this.httpclient(useraccountid).post('/rest/api/content/{id}/child/attachment', input); input is { pathparameters: { id: confluencepageid }, …
attaching a file via restapi to a confluence page draft
atlassian.com
2021.17
[ { "text": "i have also created <https://jira.atlassian.com/browse/confcloud-71905> since it seems like a gap in our documentation.", "name": "", "is_accepted": true } ]
d161516d4e2682b7dd0e040969fca88a
hi all, i have few questions concerning migration of p2 plugin (jira server plugin) to atlassian connect. is there a possibility to quickly migrate p2 plugin to atlassian connect? can i install p2 plugin which is available on marketplace on jira cloud?
migrating p2 plugin to cloud plugin (atlassian connect technology)
atlassian.com
2021.17
[ { "text": "short answer:\n\nno\n\nno\n\nlong answer:\n\ndepends on how complex your add-on is. if your add-on is heavily focused on client-side development and does not have many internal server product touchpoints, it should be relatively easy to migrate. however, connect is definitely a different beast compared to …", "name": "", "is_accepted": true } ]
6c7a520928334aac0b2e973b169e03cc
hi! i’ve created forge custom field types. these fields are similar to default select lists and user pickers. when i open an issue, these fields are rendered correctly. [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/6/3/6353868e1eddd395446dd24370e4dbed31b7a3e6.png "image") edit views also work correctly. [image] but when i open create issue screen, these fields are rendered incorrectly …
forge custom fields are renrdered incorrectly on the create issue screen
atlassian.com
2021.43
[ { "text": "fixed here [custom field type module not working on issue create](https://community.developer.atlassian.com/t/custom-field-type-module-not-working-on-issue-create/52224)", "name": "", "is_accepted": true } ]
a16c1daefe3852316fd7c43634d9651a
are the captcha images shared in the data center on the individual nodes? is it possible to use the captchamanager in the datacenter environment?
is the com.atlassian.confluence.security.captchamanager datacenter ready?
atlassian.com
2021.17
[ { "text": "answer by joe xie:\n\nthe captcha mechanism uses a cluster wide cache, so i’d expect that it should work from all nodes (that is, user sends captcha from 1 node to another node, and it should check correctly).", "name": "", "is_accepted": true } ]
79eff261e395adc7b0769bd9f02e5b67
hello, i have a web panel (atl.jira.view.issue.right.context) and for it i provide the web resources: <web-resource key="tmtrdetails-assets"> <transformation extension="js"> <transformer key="jsi18n"/> </transformation> <dependency>com.atlassian.auiplugin:ajs</dependency> <re…
web resources not loaded for web panel (atl.jira.view.issue.right.context)
atlassian.com
2021.21
[ { "text": "for panels i’ve had better luck using contexts this way to make sure they are loaded.\n\n<context>jira.view.issue</context>\n\n<context>jira.navigator.advanced</context>\n\n<context>jira.navigator.simple</context>", "name": "", "is_accepted": true } ]
0dc0a3ae0e2c84ce46a09941f7072e27
how to remove/delete a due date from a card using trello api, i am unable to find it on trello api. is it possible? if it’s not, is there any workaround? thanks!
remove due date using trello api?
atlassian.com
2020.16
[ { "text": "you can update any field on a card, including the due date, via a put to 1/cards. you will see in the parameters that due is an option.\n\ndocumentation: <https://developer.atlassian.com/cloud/trello/rest/#api-cards-id-put>\n\nfor future questions on “how to do x with the api”, i’d highly recommend openin…", "name": "", "is_accepted": true } ]
c70b5744ce80ed2065a8584863daa629
i want to create a macro or plugin which allows me to add or delete records on confluence page. records will be urls of external or internal confluence pages. attached is the image which gives glimpse of what is expected. please help me out to decide how can i implement this requirement. [require…
want to create macro that adds or delete record on confluence page
atlassian.com
2019.47
[ { "text": "as i mentioned my macro saves the data inside the macro body. the macro body is simple page content. so you if you want to create a new entry, you parse the xhtml/storage format of the page, find your macro, enter a new entry into it’s body tag and then save the modified xhtml.\n\nof course you could …", "name": "", "is_accepted": true } ]
145ae51eef2217927d9f0f269565bdd7
i only have 3 com.atlassian.auiplugin dependencies and the atl.popup decorator. when loading the page it has 563 request with a total of 1.3 mb which takes almost 4 seconds. why are there so many requests and is it possible to combine the js and css files to make it faster?
jira add-on with pop-up decorator very slow
atlassian.com
2021.17
[ { "text": "for debugging purposes, jira does not bundle / compress static resources. if you install the add-on in a production ready instance, you will notice that static resources are bundled and compressed and the overall footprint will be less.", "name": "", "is_accepted": true } ]
b83f767bb9e36e97830eafe56364a6ec
i want uninstall system plugin and install my plugin, their names are the same! i just add some condition for permission. when i upload plugin ,show the error message below. 2018-08-13 19:36:11,647 upmasynchronoustaskmanager:thread-3 info admin 1170x479x1 1y3qlgw 0:0:0:0:0:0:0:1 /rest/plugins/1…
how to unistall system plugin
atlassian.com
2021.17
[ { "text": "steps\n\ndisabled it\n\nupdate my plugin(will display error message ,tell the plugin uninstalled )\n\nstop jira\n\nstart jira\n\nenable it(now system plugin became my plugin)", "name": "", "is_accepted": true } ]
6c99a38820aa84d1b68e65810248496b
hi! i’m starting with the rest api for jsd server. so far, all gets are working, but my first attempt to a post failed with this message. however, i want to understand what am i doing incorrectly… so… i have a request in open state. next state should be inprogress… if i right click on the “inprogr…
understanding sd.customer.transition.error.transition.unavailable error
atlassian.com
2021.17
[ { "text": "hello [@leo.lagos](/u/leo.lagos),\n\ni see the problem with your current approach (and i’ve fallen for this one, too :slight\\_smile: ); short answer, the transition id you passed for the jsd rest call is not allowed.\n\nfor a bit longer answer:\n\nwhen you call [get transitions](https://docs.atlassian.com/software/jira/docs/api/rest/7.6.1/#api/2/issue-gettransitions), you’re getting the transitions possible for…", "name": "", "is_accepted": true } ]
b2cf27382898b91bfcb35f651626ec37
hi i’m currently stuck with the following problem. i read a lot, i tried a lot, but so far i still could not figure out how to solve it. i also reached out to the atlassian community (not developer) and on stackoverflow but so far no success. i would like to achieve the following: jira issue tab…
problem connecting jira plugin to second external db
atlassian.com
2021.17
[ { "text": "we had similar issues that we opened this question with: [how can i provide an sql driver in the sdk to develop against?](https://community.developer.atlassian.com/t/how-can-i-provide-an-sql-driver-in-the-sdk-to-develop-against/28815)\n\nwe were able to get a mssql driver loaded in the sdk via the method described in our thread, and we relied on the system driver that was deployed on production.", "name": "", "is_accepted": true } ]
4e8b92be60aa083e563c2d3b9cfc68b8
i want to use the new richtext editor in my plugin, but i get the old one, with a bug (it shows the text above the blue icon) a second time. if i disable the new richtext editor, the old editor is rendered ok. i’m using jira core 7.3.6. here you see what i get and what i expect. [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/6/2/629b57e3dea5e96e1c874b2928b1e847a67ec0bc.png "both.png") thats m…
old jira rich editor in my plugin instaed of new rich editor
atlassian.com
2021.17
[ { "text": "late answer but maybe someone could still find this useful.\n\nadd this line to your velocity template:\n\n$!webresourcemanager.requireresource(“com.atlassian.jira.plugins.jira-editor-plugin:init”)\n\nand everything should work.", "name": "", "is_accepted": true } ]
b3971d60a75b1c58c2e1166d59cc0c0a
hello. i have created laravel 5 package to create atlassian connect add-on in a few steps: <https://github.com/brezzhnev/atlassian-connect-core> i’m planning to maintain and improve this package, so please, add it to your page “framework and tools”: [https://developer.atlassian.com/static/connect/do…](https://developer.atlassian.com/static/connect/docs/latest/developing/frameworks-and-tools.html)
add atlassian connect framework to build add-on with laravel 5
atlassian.com
2020.10
[ { "text": "awesome [@brezzhnev](/u/brezzhnev),\n\nyou probably want to list that framework here instead <https://developer.atlassian.com/cloud/jira/platform/frameworks-and-tools/> since the connect docs will be going away in favor of them being integrated with the product docs.\n\nwith that said the new docs have the ability to hav…", "name": "", "is_accepted": true } ]