id
stringlengths
32
32
text
stringlengths
0
895k
name
stringlengths
0
33k
domain
stringlengths
5
44
bucket
stringclasses
19 values
answers
list
2771bd4838070c0599d10ea06b94819e
i have a web item that i want to conditionally show under the user hover menu (system.user.hover.links section). i have my custom java class that implements com.atlassian.plugin.web.condition and it works nice for other condition checks that i also need, but i am stuck on this next one. the condit…
web item under the user hover menu - can i access the username of the hovered user from my custom java class i use in condition?
atlassian.com
2021.17
[ { "text": "after revisiting my need i saw, that the answer was staring right at me. the context was being passed to shoulddisplay() all along.\n\npublic class conditioncheck implements condition {\n\n..\n\n@override\n\npublic boolean shoulddisplay(map<string,object> context) {\n\n// the context variable holds wha…", "name": "", "is_accepted": true } ]
e2a9848c6384bd06e0ce3baa351e6ffb
hi community, when i start a jira instance with the “atlas-debug” command, it automatically gets a jira core license, which is valid for 3 days. if i wanted to use this for longer time, i would need to generate a new license for jira core. i know it’s not possible to create trial license for jira s…
jira core trial license
atlassian.com
2021.21
[ { "text": "hi [@nferi](/u/nferi)\n\nplease check this topic [how to obtain server starter licenses after february 2, 2021](https://community.developer.atlassian.com/t/how-to-obtain-server-starter-licenses-after-february-2-2021/44783)\n\ncheers", "name": "", "is_accepted": true } ]
de41aec9b4c577b6ea060b22bacb246b
hi community, i wonder if there any specifics about following webhooks: project events project\_created project\_updated project\_deleted i use following configuration to receive api call: "webhooks": [ { "event": "project\_deleted", "url": "/api/v1/hook/project-delet…
project\_deleted webhook is not triggered after project moved to trash
atlassian.com
2020.45
[ { "text": "the project\\_soft\\_deleted webhook is the one you want.", "name": "", "is_accepted": true } ]
c6f31a18f9320b17ce4bee3559a50985
hi, the documentation links for the javascript api for bb cloud are broken, returning 404s. <https://developer.atlassian.com/cloud/bitbucket/jsapi/ap/> the only available pages are about the javascript api and ap, with the rest of them returning 404. [https://developer.atlassian.com/cloud/bitbucket…](https://developer.atlassian.com/cloud/bitbucket/jsapi/events)
404 on javascript api doc pages
atlassian.com
2021.04
[ { "text": "this seems to be working now for me.", "name": "", "is_accepted": true } ]
41d7ea798c58c7f8d6450d996936434d
i’m working on an export plug-in for jira, where the admin needs to be able to export all issues of a project, even if he is not in all the appropriate roles to see all issues. now i’m wondering if there is any way of searching in jira without respecting permissions or another workaround to get iss…
accessing all issues (without respecting permissions)
atlassian.com
2021.17
[ { "text": "searchservice has searchoverridesecurity:\n\n<https://docs.atlassian.com/jira/7.0.4/com/atlassian/jira/bc/issue/search/searchservice.html#searchoverridesecurity-com.atlassian.jira.user.applicationuser-com.atlassian.query.query-com.atlassian.jira.web.bean.pagerfilter->\n\nthe user it’s expecting isn’t real…", "name": "", "is_accepted": true } ]
6abc89e9d92aa7e2da0dfb191254a430
hey community, my current plugin project causes jira to lock up on startup, due to some plugins not loading in time. i have followed the steps at [troubleshooting jira startup](https://confluence.atlassian.com/jirakb/troubleshooting-jira-startup-failed-error-394464512.html?_ga=2.188842280.2041015488.1494838169-1023378678.1489400378), increasing the wait time and the jvm allocated memory, but with either and both options enabled, startup still fails. del…
custom plugin causes timeout on startup
atlassian.com
2021.17
[ { "text": "i guess your plugin use some components which are currently not available while your plugin is trying to get started\n\nadd the following to the\n\n<plugin-info>\n\n<description>${project.description}</description>\n\n<version>${project.version}</version>\n\n...\n\n</plugin-info>\n\ntag i…", "name": "", "is_accepted": true } ]
6a6c488b7fd2574e39f851d812da4ed0
hi team, i’m going through this tutorial <https://developer.atlassian.com/platform/forge/create-a-giphy-app-using-the-ui-kit/> but when i insert macro on confluence page it asks to “allow the app to access atlassian products on your behalf”. the problem is that i can’t make any clicks on my macro bo…
cursor not-allowed on forge macro app
atlassian.com
2021.39
[ { "text": "you’re in edit mode and that is a preview. if you publish the page you can click the button.", "name": "", "is_accepted": true } ]
dc24e9ca4052b31941eca3ae2a781702
hey atlassian, i really appreciate the eaps that you’re giving us access to. they’re awesome - so please don’t stop. but… as a partner - it’s next to impossible to keep up. can we please get a standardized way for them to be announced and for us to sign up for them? if we can also get a list of w…
atlassian eap overload
atlassian.com
2021.21
[ { "text": "[image] danielwester:\n\nif we can also get a list of what eaps we’re enrolled for and where - that would be awesome as well.\n\nas a starting point, we’ve been working on rolling out new way for eaps to be run internally by teams. we’re leaning into using the developer community (where we are) as …", "name": "", "is_accepted": true } ]
91e0ebe46816aa738d789c235dc3c880
hi team, i’m testing some jsd experimental methods. jsd requires the header x-experimentalapi: opt-in to be set. i’m trying to send the header when calling from my js cloud addon to jira using ap.request but i cannot. it seems that the headers: parameter is restricted to ‘accept’, ‘if-match’ and …
sending x-experimentalapi: true through ap.request
atlassian.com
2021.17
[ { "text": "hi [@fboucquez](/u/fboucquez),\n\nthe ap.require api docs mention a boolean option for an “experimental” parameter you can set (it’s located at the bottom of the table on the site you linked to). is that maybe what you’re looking for?\n\ncheers,\n\ntobi", "name": "", "is_accepted": true } ]
1e2e5b8d06b5ce49d3e38522f46d8264
hi everybody, first of all, congratulations for the adg3 guidelines, they look awesome. how can i get documentation about the component table? i don’t know how to use it. i can see a detailed description in the [table component section](http://beta.atlassian.design/guidelines/product/components/tables), but there is nothing in the atlaskit pages. are there any cs…
table component documentation
atlassian.com
2021.17
[ { "text": "hi carlos,\n\nthis is just how a standard html looks. the patterns within the cells on that page are just indications of how it could look. none of those are available as components (yet). if you use the css-reset and add a table to the page, it’ll look like those designs. see this story: [https://au…](https://aui-cdn.atlassian.com/atlaskit/stories/@atlaskit/css-reset/1.0.2/?selectedkind=%40atlaskit%2fcss-reset&selectedstory=tables%20%28complex%29&full=0&down=1&left=1&panelright=0&downpanel=kadirahq%2fstorybook-addon-actions%2factions-panel)", "name": "", "is_accepted": true } ]
1940e7daeefc39ce0ff4345121c22f51
i crafted a condition to display webpanels and it looks like so: { "condition": "jira\_expression", "params": { "expression": "issue['addon.unique.key\_\_fieldname'].length > 0" } …
jira\_expression sees 'addonkey\_\_customfieldname' as null
atlassian.com
2021.31
[ { "text": "\"issue['addon.unique.key\\_\\_fieldname'] is null even though the field accessed as customfield\\_#### does return a value.\n\nare you 100% sure that the customfield\\_#### identifier corresponds to the field key? perhaps it’s a different field after all which is why it returns a different value? you can ge…", "name": "", "is_accepted": true } ]
b01bbbbfb9ec94751143bb92916f27a1
i like to configure a redirect for two confluence spaces we have migrated to another instance, so users which use an old link will be redirected two the new instance. the problem is for confluence pages which use page id urls instead of friendly name url, e.g. [https://xxx.atlassian.net/wiki/pages/vi…](https://xxx.atlassian.net/wiki/pages/viewpage.action?pageid=57686360)
rest api: get spacekey/id by page id
atlassian.com
2021.17
[ { "text": "hi winston,\n\nyou could use the rest endpoint get /wiki/rest/api/content/{id}\n\n<https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-get>\n\none of the elements that is returned in the response is the space key.", "name": "", "is_accepted": true } ]
d841a0abaea43eca2632ba8f724460b8
i define a project settings page meant only for use in jira service desks (cloud). "modules": { "jiraprojectadmintabpanels": [ { "key": "sdl-settings", "location": "ws-servicedesk-setting-section", "weight": 100, "name": { "value": "app name" …
module location 'ws-servicedesk-setting-section' also shows entry in non service desk products
atlassian.com
2021.17
[ { "text": "you need to add the project\\_type condition. take a look at <https://developer.atlassian.com/cloud/jira/service-desk/conditions/>", "name": "", "is_accepted": true } ]
beebe9e903920a9c4b1cbee2fd9c515e
i have a jira cloud account, free plan (not a trial but a very basic free accont). i’m trying to create an issue using third party service webhooks. first i tried to make a post request from postman and it works fine. i also tested a get request from this third party service (freshservice) and it wa…
403 error (forbidden) on post method from freshservice while it works from postman (rest api)
atlassian.com
2021.31
[ { "text": "so i just contacted freshservice team and discovered that their webhook tester isn’t working correctly: when i used the same endpoint, body request and credentials in regular mode, everything worked fine. :unamused:\n\nanyways, [@ibuchanan](/u/ibuchanan) thank you for your help!", "name": "", "is_accepted": true } ]
5a66145523c3503a7479d8d561343791
i am using aui forms <https://docs.atlassian.com/aui/latest/docs/forms.html> in my plugin. aui forms have a standard width for labels, but i would like to avoid line breaks in the labels, because i have lots of space on the right side of the screen. is there an easy way to increase label width in aui…
how to increase label width in aui forms
atlassian.com
2021.17
[ { "text": "hi,\n\nuse long-label class for the form element:\n\n<form class=\"aui long-label\">", "name": "", "is_accepted": true } ]
5235cc5f4da5410491fcb4d4a9c1d762
hey everyone. i just wondering is it possible to use ui kit components and hooks in a custom ui based project?
can i use ui kit components and hooks in a custom ui project?
atlassian.com
2021.21
[ { "text": "i think that you can use both in a single app but you’re limited to using one type per a module.\n\nfor instance, your manifest.yml could look like this:\n\nmodules:\n\nconfluence:contextmenu:\n\n- key: dictionary\n\nfunction: main\n\ntitle: define word\n\njira:issuepanel:\n\n- key: todo-panel\n\n…", "name": "", "is_accepted": true } ]
c7e91b84a364a71352949cf5cb38a9c8
hi, i created custom jira cloud app and installed. i followed this tutorial <https://developer.atlassian.com/cloud/jira/platform/getting-started/> created form in html that is loaded in jira iframe. afer form submitting i’m saving content into my db. multiple users installed same app and submitted …
how to get login user id in jira cloud app
atlassian.com
2021.17
[ { "text": "it seems the above one is deprecated so try with following one\n\nap.user.getcurrentuser(function(user) {\n\nconsole.log(\"the atlassian account id is\", user.atlassianaccountid);\n\n});", "name": "", "is_accepted": true } ]
26c97e16abf6de13e99686c8566aed3f
we have several apps on the marketplace and i see that although we give 30 days of trial, our users get longer trial periods some of them get 60 days and more. why is that? what do we miss? thanks!
why customers get more than 30 days of trial in our apps?
atlassian.com
2020.16
[ { "text": "if you are talking about cloud apps, the app starts being charged after day 30 days but only on the next billing cycle following the 30 days. this means that he effectively can have up to 60 days of trial if the customer installed your app the day following their billing cycle.\n\nunless altassian fix…", "name": "", "is_accepted": true } ]
868465b7b96fd77881dd2c259f2faafa
hello, i’m working to integrate jira cloud with one of our applications. the use case is something like this, when a user performs certain actions in our application, we need to create an issue in the jira cloud. what i could understand from the documentation is that jira cloud rest api calls can…
jira cloud rest api authorization
atlassian.com
2021.31
[ { "text": "thanks for your patience [@nawazpasha](/u/nawazpasha), i wanted to wait for this announcement before explaining:\n\n[image]\n\n[4 aug 2021 - action required - deprecating persistent refresh tokens](https://community.developer.atlassian.com/t/4-aug-2021-action-required-deprecating-persistent-refresh-tokens/50348) [announcements](/c/announcements/22)\nwhat is changing?\n\nwe’re rolling out a breaking change for oauth 2.0 integrations - fo…", "name": "", "is_accepted": true } ]
c734b10c4ecef24d530eb3c361697591
hi guys, how can i add a link in an ap.flag.create that once you click it, it will refresh the page. i been exploring the actions options but couldn’t make it work, just a link with a label that does nothing. here is my code: ap.flag.create({ type: 'success', …
how to display a link in a connect flag
atlassian.com
2021.17
[ { "text": "hello,\n\nyou need to use the javascript api events module to receive those events.\n\ntake a look into the [documentation](https://developer.atlassian.com/cloud/jira/platform/jsapi/events/). to reload the page, you can do it like by the javascript api too: ap.navigator.reload();\n\nif you need additional help, i’m available to help you.\n\nbest regards,\n\npaulo alves.", "name": "", "is_accepted": true } ]
8f9e42eef2cea7b890508716ee43ded8
hello ! i’m trying to set my company privacy policy / terms of service in the forge developer console, but got this error when i’m saving changes: [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/5/0/50139667add7c27d6e07fd48c94131cfc11c4891.png "image") according to the error message, i wrote a basic program to test requests from node-fetch library: [image] and i’m able to access the websit…
cannot set company privacy policy / terms of service
atlassian.com
2021.39
[ { "text": "hey [@clement\\_garin](/u/clement_garin),\n\nthis url returns a permanent redirect status code.\n\nit’s likely that wordpress corrects the url format to have a trailing /\n\nif you use https://elements-apps.com/terms/ instead of https://elements-apps.com/terms i expect that will work.\n\ni’ll pass on a note to the correct team t…", "name": "", "is_accepted": true } ]
42bd00cb9dd728dca2622950f7c57938
is there a way to parse confluence’s wiki markup in aui dialogs when creating confluence pages? use case: user tutorial has knowledge dependency, create a modal overlay which displays the (excerpted) instructions without the user leaving the dependent tutorial. [[noparse-02]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/5/c/5cbbe687ea1f1af6c96d9807e1f00f1a0a6466cc.png "noparse-02")
is there a way to leverage confluence's wiki markup in aui dialogs?
atlassian.com
2021.17
[ { "text": "if you’re rendering a page inside the dialog, you can just get the content from the rest api (expand view) and then place it in the content of the page. see <https://docs.atlassian.com/confluenceserver/rest/6.14.1/#api/content-getcontent> for more details.\n\nif it’s content not in confluence that you’r…", "name": "", "is_accepted": true } ]
510c0a22b4e1d65850e726a2825ff40b
here is the scenario we want to display an inline dialog on the selection of the text on the confluence page, but we want the context menu to be enabled for a certain type of text. for ex: when we select any @mention user on the confluence page, the comment is disabled. can we achieve similar funct…
is there a way that we can display context menu module conditionally?
atlassian.com
2021.39
[ { "text": "there isn’t a way to not show your app’s context menu for a selected set of text based on the documentation here: <https://developer.atlassian.com/platform/forge/manifest-reference/modules/#confluence-context-menu>.\n\nthe closest you could come to getting a similar experience would be checking the sele…", "name": "", "is_accepted": true } ]
4e45a7b6dbd376d273f02dfa185bfc53
hello, during development, every time i shut down my bitbucket plugin using ctrl-c the following happens: [info] bitbucket: shutting down [info] running shutdown hook [warning] there was an error attempting to stop bitbucket server [info] bitbucket: shutting down java.io.ioexception: failed to ret…
atlas-clean doesn't work
atlassian.com
2021.21
[ { "text": "ctrl-z then return does the trick! i have the windows 10 “legacy console” option ticked (although i’m not entirely sure that it’s necessary).\n\nthanks for all the suggestions!", "name": "", "is_accepted": true } ]
c94e297667a33da8ea3e3f443186d0fa
hi, i have been trying to figure out a way of making my issue property searchable, but have failed so far. my property is an array of json object in the following way : [ { “id”: “xyz”, “role”: “dev”, “key”: “admin” }, { “id”: “xyz”, “role”: “test”, “key”: “abc” }, . . . ] i am not ab…
making entity property searchable
atlassian.com
2021.17
[ { "text": "hi, [@abhinav.ojha](/u/abhinav.ojha),\n\ni’m afraid you can’t index properties that are arrays. you property needs to be an object. for example:\n\n{\n\n\"ids\": [\"xyz\", \"zyx\"],\n\n\"roles\": [\"dev\", \"text\"],\n\n\"keys\": [\"admin\", \"abc\"]\n\n}\n\nmy advise would be: you can still retain your original properties if you’re using t…", "name": "", "is_accepted": true } ]
1ddfc26ea378d1a15660eefd7bb946b9
effective at 10 dec 2018 there will be a new required field for cloud apps, stating if personal data is stored outside of atlassian systems by an app. we have an app that stores user data in user properties (/rest/api/2/user/properties). we think that this means that we still can select “no” in the …
storing personal data in user properties is gdpr compliant?
atlassian.com
2021.17
[ { "text": "[@m.schmidt](/u/m.schmidt), if you replace any user identifiers in those user properties by account ids, then you will not be storing any personal data. the project id is an atlassian entity identifier, and the personal message is user-generated content. neither is considered personal data.\n\nas long as you store us…", "name": "", "is_accepted": true } ]
d038ebf39d5188687c17af4abe4c2c5f
hi devs, we’ve been following the solution suggested in this thread [image] [confluence content search api does not return the expected fields](https://community.developer.atlassian.com/t/confluence-content-search-api-does-not-return-the-expected-fields/49568) [confluence cloud](/c/confluence/confluence-cloud/9) hi devs, we are trying to use the [confluence cloud content search api](https://developer.atlassian.com/cloud/confluence/rest/api-group-search/#api-api-search-get) to search for content in a specific instan…
confluence search api does not expose a mechanism for parallel processing
atlassian.com
2021.31
[ { "text": "hi [@hazem.gharib](/u/hazem.gharib),\n\nthe [content search api](https://developer.atlassian.com/cloud/confluence/rest/api-group-search/#api-api-search-get) provides the concept of a cursor to page through results. the cursor to the next page is provided as the next field in the response from a previous page of results.\n\nthe api is not really designed to be called with a high degree of concurrency. if you do so,…", "name": "", "is_accepted": true } ]
eae9ee2ee1415892dd53f91216b7f658
hey there, i’m implementing a jira plugin. on it’s ui there is a date picker which should adapt the look of jira. the problem is: for some browsers (eg. internet explorer) the date picker looks correct (jira style), but for others (chrome & firefox) the default date picker style is displayed. int…
aui date picker doesn't look the same in different browsers
atlassian.com
2019.47
[ { "text": "i got it!\n\nit was because i was calling:\n\najs.$(document).ready(function() {\n\najs.$(’#release-picker-rv’).datepicker({ ‘overridebrowserdefault’: true });\n\n});\n\nonce in the html head and once in an js file. turns out that the execution at the same time caused the wrong presentation of the date-pic…", "name": "", "is_accepted": true } ]
2fe3704bbd9a09f0cf78c131287cbf8f
i would like to let jira cloud users to use add-on without jira. add-on stand-alone will still read/write data in jira on behalf of the user (act as user), but user has to be authenticated first. is it something that atlassian platform can help with? i.e. can add-on standalone use atlassian cloud a…
how to authenticate end-user in connect add-on accessed standalone?
atlassian.com
2021.17
[ { "text": "3lo (<https://developer.atlassian.com/cloud/jira/platform/three-legged-oauth/> might be an answer, if standalone app can work disconnected from the connect add-on, or it might be possible to find 1:1 mapping to connect add-on settings basing on user authentication, e.g. by jira cloud url.", "name": "", "is_accepted": true } ]
7221f4e4bc0bbe387343e1c14590d662
[[test]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/e/2/e200aac433caa87650953ceeea1ba63892c1b238.png "test") notice how the side and top navigation doesn’t align properly? it’s even in the [example](https://atlaskit.atlassian.com/examples/design-system/page-layout/integration-example) you guys provide! i’ve noticed this long before, hoping there’d be discussion and a solution about this, but i’ve yet to find anything. resided to my last option, bugging you all :smiley: thoughts, comm…
navigation not aligning?
atlassian.com
2020.34
[ { "text": "it seems to be an issue with the example, and not appearing in product. could you let us know if you see this in the product / in your app? in the meantime i’m told the example will be fixed", "name": "", "is_accepted": true } ]
e343cbc8b73f427d1997405cbe22403e
hi everyone. i am developing a plugin that acts as a dashboard item. the plugin is built in react. i have a cookie need and i decided to use the library: [image] [universal-cookie](https://www.npmjs.com/package/universal-cookie) universal cookies for javascript unfortunately, after saving the cookie, the …
jira cloud development and problem with cookies
atlassian.com
2021.39
[ { "text": "hi [@mik](/u/mik) ,\n\nare you able to wrap ap.cookie.read as follows:\n\nreadcookie = (name) => {\n\nreturn new promise((resolve, reject) => {\n\nap.cookie.read(name, (value) => {\n\nresolve(value);\n\n});\n\n});\n\n}\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
bf95963ed91564280a5333c5f396435a
i am working on a powerup and i would like to know the date/time when a checklist item was checked so that i can incorporate that into a burndown analysis. but it looks like maybe that is not possible at the moment? i don’t see that data in the checklist data returned by the checklist endpoint.
when was checklist checked?
atlassian.com
2020.16
[ { "text": "ah. well, this information is not in the checklist data, but it is captured as an action so can be retrieved from the actions endpoint. with ‘filter=“updatecheckitemstateoncard”’, only these actions will be returned, and the action contains the complete checklist and checkitem objects so you can ver…", "name": "", "is_accepted": true } ]
d0f31fcb7b7afb833a6c617cfaa61ae3
hi all, i’m trying to access jira cloud api from gui (browser js) to perform some tasks needed in an app. when looking at the v3 rest api documentation, i see that authentication is done thru header containing mail address and token, as stated here: [https://developer.atlassian.com/cloud/jira/platf…](https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-user-properties-propertykey-put)
jira cloud api access from app's iframe
atlassian.com
2021.17
[ { "text": "hey,\n\ni also had problems with a put request for properties and this is what worked in the end. hopefully, you’ll be able to do something with it.\n\nawait ap.request({\n\nurl: `/rest/atlassian-connect/1/addons/xxx/properties/${prevstate.key}`,\n\ntype…", "name": "", "is_accepted": true } ]
64ff58fb9944f7085ca954963093c088
dear community, could it be that the confluence cloud migration assistant does not properly migrate dates/times (e.g. page creation time)? my test server shows the correct values and also the utc times are correct in rest calls. after migrating to cloud however the time shows an offset and also the…
confluence cloud migration assistant screws up time zones
atlassian.com
2021.43
[ { "text": "the atlassian support colleagues have been fast: [[confserver-57776] time is displaying differently after migrating from server to cloud - create and track feature requests for atlassian products.](https://jira.atlassian.com/browse/confserver-57776)", "name": "", "is_accepted": true } ]
4dcecc94f6a15c43d2172112e772510a
just curious to see if it’s me that didn’t understood this properly or there’s a bug in confluence. when inside a confluence page and linking to another page, confluence auto resolves the link and displays the page name in a nice format. now, it seems that this is not happening when in chrome incog…
smart link object-resolver issues?
atlassian.com
2021.10
[ { "text": "hi [@yvesriel](/u/yvesriel),\n\ni suspect you are correct in that the links used to work when accessing anonymously, but i haven’t investigated the issue to this extent. i have lodged [confcloud-71673](https://jira.atlassian.com/browse/confcloud-71673) to have this fixed, but i suspect it may take a while to fix. smart link resolving is a platform component so the con…", "name": "", "is_accepted": true } ]
4a5c7051a89ff581c60ae465e9bd0029
i followed this link during integration. <https://confluence.atlassian.com/doc/integrating-jira-and-confluence-2825.html> i am using confluence 6.1.1 and apache 2.4.25 (64 bit) on windows 10. here is what i have for apache’s server.xml <engine name="standalone" defaulthost="local…
errors found in integration of atlassian confluence and apache
atlassian.com
2021.17
[ { "text": "the proxyport in tomcat should match the port that apache is listening on (port 9090 in this case). make sure that the base url in the confluence instance is also updated.\n\nyou might also want to check [community.atlassian.com](http://community.atlassian.com) to see if the non-developer community has any ideas.", "name": "", "is_accepted": true } ]
063d1610d0a0cebeba1544dcc495b439
hi, i am trying to fetch results using javascript fetch when the page loads. i’ve wrapped the function in ajs.toinit() but the when i console.log() the results within the ajs.toinit(), it returns nothing. however, when i inspect the page after it loads and execute console.log(), it returns the resul…
js fetch does not retrieve response until after page is fully loaded
atlassian.com
2021.31
[ { "text": "i solved it by using async and await", "name": "", "is_accepted": true } ]
5a5d7a7e04296fcc1080af35e184a408
does the api ever return duplicated data through object nesting? for example, if i ask for a board (e.g. /1/boards/{idboard}) with cards and lists, would it be possible to get another copy of a card’s data inside the cards property of one of the lists? { "id": "boardx", "cards": [ { …
data duplication via nesting from the api
atlassian.com
2019.47
[ { "text": "i can’t figure out a way to get doubly-nested resources which is what would cause this. you should only be able to get one-layer deep in nested resources.\n\nso you may end up with some duplicate fields, but you shouldn’t end up with an entire object multiple times within the same request.", "name": "", "is_accepted": true } ]
e1a4374ce1fc7bbafcb1285e9452a4cb
hi! i have a problem — the user’s avatarurl is sometimes null, but they do have an avatar (they sent me a screenshot from the board). in the user object (api response) i can see that the avatarsource is set to atlassianaccount and that they have some gravatarhash field if that matters. is there…
an issue with displaying user avatars
atlassian.com
2020.45
[ { "text": "generally, avatar urls are in the format of:\n\n[https://trello-members.s3.amazonaws.com/{memberid}/{avatarhash}/50.png](https://trello-members.s3.amazonaws.com/%7bmemberid%7d/%7bavatarhash%7d/50.png)\n\nand we return the avatarhash field in the 1/members/me response if the user has set their avatar to be public.\n\nchances are if you look at the prefs for the given user, they will l…", "name": "", "is_accepted": true } ]
1c636aace0bc6af99067aa06b8f6f835
is it possible to change the value of system field in jira cloud through rest api?
updating value of system field in jira cloud through rest api
atlassian.com
2021.21
[ { "text": "welcome [@tatjanaarangjelova](/u/tatjanaarangjelova) to the atlassian developer community.\n\nunless i misundertand your question, the simple answer is yes, using put /rest/api/3/issue/{issueidorkey} to [edit an issue](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put).\n\nwhere things get confusing is the concept of “system field”. in the examples, you can see fields like summar…", "name": "", "is_accepted": true } ]
ae71757625ab2c18baaf42d1dcc1d62d
i’m new to confluence plugin development and want to create a macro. this tutorial seemed to be a good start: <https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-confluence-hello-world-macro/> i followed steps 1 to 6 under ’ create the plugin skeleton’, exactly as stated. for ste…
plugin not showing in user installed apps
atlassian.com
2019.51
[ { "text": "hi [@rensverhage](/u/rensverhage),\n\nwhile your app is running, can you open another terminal (make sure you are in your project folder) and run atlas-mvn package. quickreload should kick in and deploy/redeploy your app, if it still does not show up, errors will be seen in the first terminal.\n\ncheers,\n\nian", "name": "", "is_accepted": true } ]
1c2ccb09652f644e62525f181ec2dfe2
we’re attempting to switch one of our dynamic content macros to [cacheable app iframes](https://developer.atlassian.com/cloud/confluence/cacheable-app-iframes/). (fyi - the app uses [email protected], which should support cacheable iframes) as a first step, we successfully removed all context params previous passed in the app’s url (e.g. pageid, pageversion,…
cacheable iframes - could not find authentication data on request
atlassian.com
2021.17
[ { "text": "you can create a private listing on the marketplace (go to [https://marketplace.atlassian.com/manage/apps/{appid}/private-listings](https://marketplace.atlassian.com/manage/apps/%7bappid%7d/private-listings)) and with this listing’s token you can set the license on your atlassian cloud dev system to whatever state you want to.\n\nyou do that in the upm:\n\n[30] [37]", "name": "", "is_accepted": true } ]
9f06720d5657b75deaec5921f6714a74
i expect this is gdpr related, but does anyone specifically know why i can no longer use the [title field](https://developer.atlassian.com/cloud/confluence/cql-fields/) to limit the number of users returned using cql and the [search api](https://developer.atlassian.com/cloud/confluence/rest/#api-search-get)? previously cql=type=user and title ~ “search phrase” worked, but now it returns all users regardless. my user picker is unusa…
searching for users in confluence cloud using cql and title field to limit results no longer works
atlassian.com
2019.43
[ { "text": "[@james.dellow](/u/james.dellow) [@sfg](/u/sfg) - had a chat with the confluence cloud team, and apparently there’s some newly available method and cql params on the cusp of being documented externally. i’ll share them below, and will work with the product team to get these into the docs. \nmethod: /wiki/rest/api/search/user \nc…", "name": "", "is_accepted": true } ]
976c84fc9c7372eb547140c35218cf24
its possible to create user groups through the java api that contain upper-case characters in the name. confluence itself prevents such groups from being created though its ui. why does the ui not allow this? what problems are caused by creating such a group?
user group names containing upper-case characters
atlassian.com
2021.17
[ { "text": "in a wonderful world - the api wouldn’t do it. it causes problems in the ui world since you could end up (and will end up) with:\n\nmy-group\n\nmy-group\n\nmy-group\n\nmy-group\n\neach one can have their own list of users so each one is valid.\n\nso why is this bad? well if you’re saving the group name in your se…", "name": "", "is_accepted": true } ]
4dd7365c72f06981103b714118df35a1
hello folks, i am working on a jira & confluence cloud add-on. i want to make use of the new sidebar in jira’s new experience. i want to nest menu’s inside of the sidebar. nesting more than 1 menu isn’t supported in the old design with the menu bar on top. what is the recommended way to go about do…
vision for the sub menu in new jira experience
atlassian.com
2021.17
[ { "text": "hi [@f.demir](/u/f.demir) & [@maarten](/u/maarten),\n\n(thanks for pinging me maarten)\n\nright now, the majority of our jira cloud customers are still using the old experience.\n\nwe are rolling out slower than initially planned while we improve the overall experience prior to actively encouraging all users to migrate.\n\nat this sta…", "name": "", "is_accepted": true } ]
5f4c64cd6a3ba4da707df6153ec561c3
i’m developing an add-on that uses the [[put] ‘/addons/{addonkey}/properties/{propertykey}’](https://developer.atlassian.com/static/connect/docs/latest/rest-apis/#put-addons-addonkey-properties-propertykey) endpoint and noticed that i get a [409](https://httpstatuses.com/409) response from jira when too much data is saved under the endpoint for a given addonkey. if i remove some properties the 409 goes away and i’m allowed to put again to the e…
undocumented 409 response for addons rest endpoint
atlassian.com
2021.17
[ { "text": "according to the http spec a 409 status conflict should return a response to help debug what’s wrong.\n\nconflicts are most likely to occur in response to a put request. for example, if versioning were being used and the representation being put included changes to a resource that conflict with those…", "name": "", "is_accepted": true } ]
d581da0f949f432ffbedbb891bc9b747
hi, we have updated our [app descriptor](https://sonarcloud.io/integration/bitbucketcloud/descriptor) last week. some changes were made in the url of some modules (added some new parameters). a new version of our app was correctly created by the [polling service](https://developer.atlassian.com/platform/marketplace/upgrading-and-versioning-cloud-apps/?utm_source=%2fstatic%2fconnect%2fdocs%2fdeveloping%2fupgrades.html&utm_medium=302). but now, even after a week, when trying to render widget in bitbucket cloud ui, it is still the o…
app descriptor updated, but change not propagated, even after 24h+
atlassian.com
2021.17
[ { "text": "hi [@julien.henry](/u/julien.henry),\n\nfor bitbucket, you’ll also have to click “update” on the manage apps page. <https://bitbucket.org/account/apps>.\n\nwhile the marketplace will poll for changes, bitbucket, for the time being needs to be updated manually. you can see when it was last updated on that screen as well, to …", "name": "", "is_accepted": true } ]
50614475de3a35171feac116561ee014
hi, our customers can’t access the application’s modal for a week clicking on a project sidebar menu. [sidebar\_menuitem] getting “something’s gone wrong” error. [index\_err] it works just fine when accessed from issue view https://[instance\_name].atlassian.net/browse/[issue-key] but breaks on …
error message “something’s gone wrong” clicking side bar menu link on jira project board context
atlassian.com
2021.25
[ { "text": "solved by switching to “jiraprojectpages” [module](https://developer.atlassian.com/cloud/jira/platform/using-the-project-page-module/)", "name": "", "is_accepted": true } ]
b7b707df4fa6961b2de11bf8eb3be928
hi, i’m working on a jql function that is supposed to filter issues based on the value in a specified custom field. however, i’m running into a problem in getting components. i need access to jqlquerybuilder and searchservice in order to return a list of issues to filter but i’m currently running i…
jql function: actual and formal argument lists differ in length
atlassian.com
2021.17
[ { "text": "hi [@neil.sonnenberg](/u/neil.sonnenberg),\n\nyou still get the:\n\n[error] compilation error :\n\n[info] -------------------------------------------------------------\n\n[error] /c:/projects/jira-plugins-old/issue-risk/issue-risk-levels/src/test/java/ut/com/teledyne/jira/plugins/jql/issuewithcustomfieldvaluetest.java:[39,20] cons…", "name": "", "is_accepted": true } ]
9ff6b3e1fcb8acd5af1ec546fdccdc4f
i want to get all organizations where the logged in user is a member off. currently you can only get all the groups and applicationroles.
add organizations from jira service desk to myself rest api call /rest/api/2/myself
atlassian.com
2021.17
[ { "text": "with the /rest/servicedeskapi/organization rest call you get a list of organizations the user is a member of.", "name": "", "is_accepted": true } ]
8fe2231e0d7714677647a3674069f81a
hello, i usually use csv or scriptrunner’s built in script for copying custom field values, but i need to do a migration for over 200k issues. scriptrunner can do the job, but it times out and we can’t benchmark the time (we know it’s several hours) in development so our governance team has given th…
migrate custom field values for type change through sql query?
atlassian.com
2021.39
[ { "text": "hi [@741](/u/741),\n\nof course - i can’t judge if your process is the right decision. there are of course multiple options. you could go with your existing approach, but instead run the update in batches.\n\nscriptrunner does not timeout in my experience in jira, usually my log statements just continue to run fi…", "name": "", "is_accepted": true } ]
5e84037372cfb40e41de0a03b519b087
hi, we are working on integrating one of our products with jira cloud through oauth 2.0 (3lo) app approach. we do store user’s refresh token for fetching the access token later without having to take the user through atlassian oauth flow again. does storing the refresh token means we have to imple…
oauth 2.0 app configuration
atlassian.com
2021.39
[ { "text": "[@nawazpasha](/u/nawazpasha),\n\nthanks for your patience while i check with our thoughtful privacy team.\n\n[image] nawazpasha:\n\ndoes storing the refresh token means we have to implement the personal data reporting api?\n\nno. atlassian does not consider refresh tokens to be personal data. you can store them without…", "name": "", "is_accepted": true } ]
d0bae06906e1fdcf66f91350cf9fceff
we noticed that after 5 dec the rate of user\_updated and user\_deleted webhooks has significantly declined across all jira instances where our app is installed: it used to come steady (and make up for most of the webhooks during weekends!), but now they happen quite rarely. the decline is quite sharp…
whatever happened to user\_updated and user\_deleted webhooks after 5 dec?
atlassian.com
2021.17
[ { "text": "this was something we were working with atlassian with for a while and it got fixed on the 5th as you observe. the additional hooks were sent in error and we saw them as costly noise.", "name": "", "is_accepted": true } ]
a7172b897d6826cdbaeb6c7b61fb8e60
is an ordering defined for the options of issue fields? is it possible to change that ordering programmatically for a particular field?
can i change the order in which issue field options appear?
atlassian.com
2021.17
[ { "text": "issue field options are ordered by id. you can assign your own ids to options when creating them using put (as opposed to post which assigns an id automatically for you).", "name": "", "is_accepted": true } ]
6d2939cdc248061d8c67cc0b285a11b8
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
2021.21
[ { "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.\n\ni just confirmed that i received an action for both archiving and …", "name": "", "is_accepted": true } ]
f8d44f259e0125e92ac3aa131c851527
trying to add options programmatically to some select component but cannot find my way in. maybe someone can throw a simple example.
how to dynamically add options to select in ui kit?
atlassian.com
2020.50
[ { "text": "hey [@richardvencu](/u/richardvencu),\n\ni have created an example in a confluence content byline item. on button press, the options will change.\n\nimport forgeui, { render, usestate, contentbylineitem, select, option, button, inlinedialog, fragment, form } from \"@forge/ui\";\n\nconst app = () => {\n\nconst [options, setopti…", "name": "", "is_accepted": true } ]
460f6cd1d92a77af36b3304ed0586663
we want to handle pages in our app differently depending on if they’ve been created with the old or new confluence editor. we would need to get this information through the confluence rest api. does anyone know if this is possible?
detect if page been created by new or old editor through the rest api
atlassian.com
2019.51
[ { "text": "you can use the api /wiki/rest/api/content/{content-id}?expand=metadata.properties.editor. if the value is ‘v2’, it’s the new editor. if it’s not present or ‘v1’, then it’s the old editor.\n\ncheers.", "name": "", "is_accepted": true } ]
b7a1f681721425cbbb4c0aaef896b3c7
hi, i’m using dialog2 ([dialog2 - aui documentation](https://aui.atlassian.com/aui/7.9/docs/dialog2.html)) and wish to render json response to dialog using js so once the button is clicked the response is shown on the dialog. can someone please suggest any approach to achieve this? as per docs, to get a reference to the api for a dialog2 instance, cal…
how to dynamically render json to dialog2 (aui-dialog2-content)
atlassian.com
2021.39
[ { "text": "hi [@mansingshinde](/u/mansingshinde), what you can do is to query the dom and retrieve the content element you want to update:\n\n<section id=\"my-dialog\" class=\"aui-dialog2 aui-dialog2-medium\" role=\"dialog\">\n\n<!-- dialog header -->\n\n<header class=\"aui-dialog2-header\">...</header>\n\n<!-- main dialog content -->\n\n…", "name": "", "is_accepted": true } ]
b69656f1d421bfa3651e0b92fd572c0c
hi, based on this issue <https://jira.atlassian.com/browse/jracloud-69783>, it is mentioned that the “id” should be used for accountids. but if i’m sending an accountid as ‘id’ with ‘/rest/api/2/issue/{issuekey}/notify’ call then i’m getting an error, the only way it works if i’m explicitly saying ‘…
rest api gdpr accountid inconsistencies
atlassian.com
2021.17
[ { "text": "jracloud-69783 deals specifically with creating and updating issues. the substance of that ticket is “it seems like accountid works everywhere else, but not for creating issues.” you should use “accountid” here.\n\ni appreciate that this is a bit confusing (including, as i just noticed, that the rest …", "name": "", "is_accepted": true } ]
e5fa8974038d0dccfbfcf8a0a2ecd39c
hello, i am attempting to kick off an export via the api and then retrieve its status as described here: <https://developers.trello.com/docs/automating-exports> i am able to kick off the export successfully and retrieve the export id. however, when i attempt to check the status of the export, i recei…
"invalid id" error when retrieving the status of an export via the export api
atlassian.com
2019.43
[ { "text": "i verified that the id was indeed included in the list, but i think i figured out the issue. \nthe documentation lists the uri for retrieving the export status as: \nhttps://trello.com/1/organizations/{orgidorname}/exports/{exportid}?key={key}&token={token} \ni believe there is a slash missing after th…", "name": "", "is_accepted": true } ]
8538acc7b08d33b5e02c195f950d31e1
/rest/api/3/project has a ‘recent’ parameter i didn’t find with /rest/api/3/project/search . how can i get a list with recently used projects using …/search ?
what is the replacement for 'recent' query parameter of deprecated '/rest/api/3/project'
atlassian.com
2021.17
[ { "text": "[@m.schmidt](/u/m.schmidt),\n\ncurrently there is no way to get the recently used projects using …/search.\n\ni got the feedback from the jira cloud ecosystem that this functionality will be added before they remove the old endpoint. i would recommend that you use the old endpoint up until that time.", "name": "", "is_accepted": true } ]
3895563090711859bdea4363dc99cf77
has anybody given thought to enabling gzip compression on their atlassian connect add-on? is that something that can even be done for connect modules?
enabling gzip encoding
atlassian.com
2021.17
[ { "text": "you don’t have to specify them, the browser will take care of this :slight\\_smile:\n\nif you add a generalpages module, this will create a link in the host application navigation. as soon as someone clicks on that link, you will go to an atlassian connect placeholder page, which will include an iframe …", "name": "", "is_accepted": true } ]
e9a5a4bc5e15fcd45ff6c5efda609354
hi all! i’m going to build a spring boot application for jira cloud and just stumbled across a question about storing clients data in a database. as far as i understood the concept correctly all the clients’ data is stored in one single database, is that correct? if the answer is yes my question …
share a single database across multiple clients (a multitenancy) in a spring boot app
atlassian.com
2021.17
[ { "text": "hi [@artemg](/u/artemg),\n\ndo i have to add a new column to each entity with a client key(e.g. atlassianhost.getclientkey()) to make sure that the data belong to that client? use com.atlassian.connect.spring.atlassianhost.getclientkey() method?\n\nyes and yes.\n\nanother approach is to have tenant separation in you…", "name": "", "is_accepted": true } ]
474b85a2f112a09ce84ed31e573c5e4f
hey community, this is a followup to [this question](https://community.developer.atlassian.com/t/javascript-not-loading-in-issue-search/2527). so the current jira build will not load javascript through requireresource on components describing an issue in the issue search. the solution to this would be to place the javascript files into the atl.general context, ensuring they’re loaded ev…
javascript conflicts
atlassian.com
2021.17
[ { "text": "alright, found something that solves the problem, with thanks to [this post](https://community.developer.atlassian.com/t/execute-javascript-code-when-page-is-loaded/2056/2) and adding some timeouts to the functions, i’ve gotten a replacement for ontabready without breaking anything.\n\njira.bind(jira.events.new\\_content\\_added, function(e, context, reason){\n\nif(reason == jira.cont…", "name": "", "is_accepted": true } ]
b0b55871f6a90569ace7b943475d9d7f
i want to add image files in the vm files or just other js files… when i searched answers of my question in the google… they said <img src="$req.contextpath/download/resources/plugin\_key:resource\_key/images/yam\_btn.gif"> but… i think there is another way because of it is complicated answer and th…
how to add images in the vm files or js files...?
atlassian.com
2021.17
[ { "text": "so i just took a quick peek at our code…\n\nwe specified a resources directory for our images at top level in our atlassian-plugin.xml:\n\n<resource type=\"download\" name=\"images/\" location=\"/pocketquery-core/images\"/>\n\nin our css we are then able to just do this:\n\n#pocketquery-header {\n\nbackground-im…", "name": "", "is_accepted": true } ]
7fe3dbb49281d499db2b0b4d1df74405
if i interpret the docs correctly, it is currently not possible to call the jira software api from a forge app. i have been playing around with a sample app for a while trying to call api.asapp().requestjira("/rest/devinfo...") but i got to 403 - oauth 2.0 is not enabled for this method. can anybo…
is it possible to call the jira software api from a forge app?
atlassian.com
2021.04
[ { "text": "hi [@tbinna](/u/tbinna),\n\nyou are correct. the jira software rest api endpoints do not currently support oauth 2.0 authentication at this stage. the team are aware of this and planning to fix it, but i don’t think there is a target fix date yet.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
bf55e0bb398282c8d5a2176f2cb37db8
i can’t seem to find a list of locations to use for modules. for example: "modules": { "generalpages": [ { "url": "/hello", "key": "hello-world", "location": "system.top.navigation.bar", <--- "name": { "value": "gr…
list of locations for jira cloud modules
atlassian.com
2021.17
[ { "text": "rather than hunt around for the documentation, i suggest that you install [web fragment finder](https://marketplace.atlassian.com/plugins/com.wittified.webfragment-finder/cloud/overview) add-on. you’ll save heaps of time, and get the definitive answer.", "name": "", "is_accepted": true } ]
d38a5cd55e1dc4895b18d40ca374fbf2
hey, it seems that for (new) next-gen projects, the jql search for the resolution field is broken. i can reproduce this in our instance ([yasoon.atlassian.net](http://yasoon.atlassian.net)) as follows: create new next-gen jsd project (e.g. template hr onboarding) raise new request try searching for issues with resolution is em…
next-gen: jql search for resolution field broken
atlassian.com
2021.17
[ { "text": "just got an update from our team. the concept of classic’s resolution doesn’t exist in jsd next-gen only (jsw next-gen still has the resolution field). alternative is to use statuscategory != done to do the same thing. we already have a ticket on updating the docs for this.", "name": "", "is_accepted": true } ]
945ac79e08e18db8ecffe47cbef17ea7
hello, i am trying to get the git clone url from inside a bitbucket plugin (java api). the navbuilder does not seem to provide such a mechanism and i spent a lot of time looking for it in the source code, to no success. does anybody know a good solution? thank you in advance.
getting the git clone url from inside bitbucket plugin
atlassian.com
2021.04
[ { "text": "try to use repositoryservice#getclonelinks", "name": "", "is_accepted": true } ]
12a4b723a1053c3a7c64044d7769d07c
hello jira community, i want to create a jira plugin in java. it should be a new view inside the jira admin settings interface. can anyone tell my how i can create this new view inside jira or at least what module i need to create? it shouldn’t be an external page or own ui elements on an existi…
jira plugin: how can i create a new view in the admin settings?
atlassian.com
2020.05
[ { "text": "[@niklasgrossmann](/u/niklasgrossmann) you can refer following link\n\n[image]\n\n[kitchen duty plugin for atlassian jira® by comsysto reply](https://comsysto.github.io/kitchen-duty-plugin-for-atlassian-jira/tutorial/04-step-01-planning-page--webwork-action-and-html-view/)\n\nan interactive tutorial on how to write plugins for atlassian jira® by comsysto reply\n\nyou can find sample code on following link\n\n[https://bitbucket.o…](https://bitbucket.org/mdoar/webwork-sample/src/master/src/main/resources/atlassian-plugin.xml)", "name": "", "is_accepted": true } ]
7a12b20bfc14e260b974aa0e0a0e0b4a
hi, i am new to jira development and i am trying to develop a custom (sprint) report for our jira cloud. i successfully did the [getting started](https://developer.atlassian.com/cloud/jira/software/getting-started/) and the build-a-jira-app-using-a-framework tutorials. i then searched the docs and found the [report module](https://developer.atlassian.com/cloud/jira/platform/modules/report/). this seems to be what i am looking for. i a…
how to develop a custom report
atlassian.com
2021.17
[ { "text": "i solved my problem.\n\ni created a web-app with the atlassian-connect-express framework and provided a route handler for the route configured in atlassian-connect.json.\n\nthanks everyone for taking your time", "name": "", "is_accepted": true } ]
bc2f7afd83c7691f38f50c5c7cb5b0b9
hey, i’m developing an app that needs something like a connect app lifecycle event. it needs to create an object in storage once it’s installed. something like installed or enabled. i’ve looked at the documentation and this forum, but i can’t find anything that would take me in the right direction…
forge app lifecycle events
atlassian.com
2021.39
[ { "text": "hi [@chupacabra](/u/chupacabra)\n\nforge doesn’t support lifecycle events like connect does yet. i agree that this is very useful and it will be something that will be added to forge eventually, although i don’t have a timeline or eta on when this might be added to the roadmap.\n\nas a workaround, you could look a doin…", "name": "", "is_accepted": true } ]
8ec9bd8cf331dd2949086a3ec37fd7cf
i’m trying to get all issues assigned to a particular user. i do the following for that purpose: applicationuser user=componentaccessor.getjiraauthenticationcontext().getloggedinuser(); jqlclausebuilder builder= jqlquerybuilder.newclausebuilder(); query query=builder.assigneeuser(user.g…
getting nullpointerexception for searchservice.search
atlassian.com
2021.17
[ { "text": "i missed the builder.assigneeuser( user.getname() ) part. could you do something like assigneeiscurrentuser() instead?\n\nas far the injecting the jiraauthenticationcontext - it’s better for mocking as well as it helps the performance of the osgi system (instead of doing the osgi objects at runtime in…", "name": "", "is_accepted": true } ]
9232b1abc1f9d5e07805ed69dc664156
we have a private listing in marketplace that we no longer use, and we have taken down the server. we are now getting regular polling error notifications for the descriptor. is there a way to remove the provate listing or turn of notifcation? i cannot find any in the marketplace vendor interface…
removing private listing from marketplace
atlassian.com
2021.17
[ { "text": "you can raise a support ticker for the marketplace team here: <https://ecosystem.atlassian.net/servicedesk/customer/portal/9>", "name": "", "is_accepted": true } ]
0f650da751d488d819c603a19f24be1d
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
2019.43
[ { "text": "okay, then i suspect it’s my other piece of advice. \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 } ]
8261fd944a5748dda5511633bb396562
how to check if certain user has “personal space” permission using confluence java api?
check if user has "personal space" permission?
atlassian.com
2021.17
[ { "text": "hello [@o.polinkevych](/u/o.polinkevych),\n\nwhen you say, “personal space” permission, what do you exactly mean? is it permission to create a personal space? if so, you might want to check out [permissionhelper](https://docs.atlassian.com/atlassian-confluence/6.6.0/com/atlassian/confluence/security/permissionhelper.html), specifically permissionhelper#cancreatepersonalspace. there are other permission-related checks there that mig…", "name": "", "is_accepted": true } ]
d3d457da079acc62a286afa83769bf25
hi, i’m working on a jira cloud addon and i’m having some issues with the workflow of: submit form in a dialog via ajax flash a message based on result currently, the form submits, the ajax call gets made successfully, and the addon server responds with json and a 200 response code. however, th…
form submit with ajax fails despite 200 response + ap.messages
atlassian.com
2021.17
[ { "text": "feel free to close this, as i’ve rewritten almost all of this code and it’s working with axios, ap.flag, etc.", "name": "", "is_accepted": true } ]
62e11b6b107142632803466eb3b57d5f
hello community, i’m rather new to confluence development, and i’ve been getting myself familiar with the system for the last couple of months. i have managed to override some default actions, in order to extend the profile page in confluence. however i have noticed that, by overriding some action…
overriding actions in certain package
atlassian.com
2021.17
[ { "text": "ok, i think i have found a solution for my problem.\n\ninstead of extending the users package, i was extending the default package with package named “users”. in this case i was replacing the users package with my own, and thats why the other actions were missing.\n\n<package name=\"users\" extends=\"defau…", "name": "", "is_accepted": true } ]
a1f05045bf7deb6fc4cfc00684f98534
since 2 days ago we have been receiving reports that our customers can’t access one of the app’s page [[image%20(2)]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/5/2/524b1ffd242ab0fa3817d2a84f6d19060e990c26.png "image%20(2)") we haven’t change anything recently. after some investigation it turned out that the url contains additional slash before “config” part, i.e. [- jira](https://glowawchmurach.atlassian.net/plugins/servlet/ac/com.intenso.jira.issue-templates//config-page?s=com.intenso.jira.issue-templates__config-page-web-item) if an additional slash is remov…
atlassian-connect.json - web item module url change
atlassian.com
2021.17
[ { "text": "[@maciej.dudziak](/u/maciej.dudziak) i can’t recall a specific change in that area that would explain this change in behavior, but your web item module should never have worked. the new behavior is correct.\n\ni have checked the documentation and in the example, there is a slash in url.\n\nyou are right about that. but th…", "name": "", "is_accepted": true } ]
1d43521c5ec40158c577cbd754c2f5fd
hello, could anyone please explain why clean jira cloud has this warning messages and what’s the proper way to work with it? [deprecation] document.registerelement is deprecated and will be removed in m73, around march 2019. please use window.customelements.define instead. see [https://www.chromest…](https://www.chromestatus.com/features/4642138092470272)
deprecation messages in log (document.registerelement, etc)
atlassian.com
2021.17
[ { "text": "i want to understand the reason of this deprecation messages. is batch.js comes from jira core? or…how it works?\n\nhi [@piskunovigorm](/u/piskunovigorm), these are reasonable questions to ask :slight\\_smile:\n\nthe batch.js file is something that jira itself constructs and serves. there can be several per page, and their…", "name": "", "is_accepted": true } ]
f3d4a2d13eb15b6a9f7743d4bf44d335
in an iframe context i try to get the users and groups of the currently logged in user with: ap.request({ url: '/rest/api/3/groupuserpicker', data: { query, maxresults: max\_query\_results, casein…
/rest/api/3/groupuserpicker in ap.request context, doesn't return users and groups for some users
atlassian.com
2021.17
[ { "text": "hello [@m.schmidt](/u/m.schmidt),\n\nkindly check if the user is part of a group with browse user and groups global permission. if the user does not have this global permission, an empty result set will be returned.\n\ncheers,\n\nian", "name": "", "is_accepted": true } ]
1e5502bf12d99958f45e6fb0059811aa
hi everyone! we are developing some jira cloud addons and we are having problems when we try to do rest calls to jira acting act on behalf of users. we have followed the instructions from the documentation, implementing oauth 2.0 and looking at the example codes. the problem is that we are gettin…
problems when acting on behalf of users
atlassian.com
2021.17
[ { "text": "hi [@epehrson](/u/epehrson),\n\ngreat explanation, you give the clue to solve the problem. you were right, i though i was using the user key but it was the user name. now it’s working nice.\n\ncheers.", "name": "", "is_accepted": true } ]
b5c98a21ea4f7b6f4ebdc3485c68c6b8
i am working on adding an option to bitbuckets pull request action menu. i have the new option showing up using client side extensions. i have created a condition that i have to the client side extension that checks to see if the option has been enabled for the current repo or not. the issue is t…
context is empty in condition used by client-side-extension
atlassian.com
2021.25
[ { "text": "hi [@gluft](/u/gluft), based on your message, i think you are talking about using server-side context and server-side conditions, right?\n\nunfournalty, the cse doesn’t support server-side context yet. what you can do instead is to use the client-side context. using the repository and project entities, you can se…", "name": "", "is_accepted": true } ]
25f34770a160115f6d590a4ef79be6bc
hello! after i click the “try it free” button, the spinner starts and rotates for a few minutes, but the application is not installed. also few error messages are added to the console: instrument.js:109 error: actions must be plain objects. use custom middleware for async actions. instrument.js:10…
installapp: failed to install the app jira cloud
atlassian.com
2021.43
[ { "text": "hi [@danylohreshchuk](/u/danylohreshchuk), we’re not seeing any systemic issues with installing apps on cloud instances. i just installed a free trial of an app myself, and it worked. are you getting to the modal that displays fee after trial, and presented with a button start free trial or are you not even getting to th…", "name": "", "is_accepted": true } ]
46b7045a320c7cf2b79809b849e4980e
why? because of this: [info] amps:stop in 54s plus, add on all the time atlas-run takes from the time my plugin fails to the time jira is up and running and ready to be shutdown gracefully. i am wasting several minutes every time something goes wrong.
atlas-run should fail if my plugin isn't loaded
atlassian.com
2020.05
[ { "text": "if the plugin fails, then just fix the problem and use ‘atlas-package’ to repackage it. if you have quickreload set up, then it should reinstall the plugin immediately at runtime. you shouldn’t need to stop and start the full container.", "name": "", "is_accepted": true } ]
f8b48a2e4adea3706d23f659e80eebfc
is there a place i can find which versions of jira platform go with which versions of jsd? specifically, i am trying to build a plugin against jsd 3.3.1, but i get failures that the atlassian-jira-webapp v7.3.1 can’t be found. it seems like maybe my versions are out of sync and i would be intereste…
what versions of jira platform go with which versions of jsd?
atlassian.com
2021.17
[ { "text": "i found it! <https://confluence.atlassian.com/adminjira/jira-platform-releases/jira-applications-compatibility-matrix>", "name": "", "is_accepted": true } ]
c49dec8419dc675163b303a7a56b8df9
continuing the discussion from [invoke create issue dialog from my add-on](https://community.developer.atlassian.com/t/invoke-create-issue-dialog-from-my-add-on/411/5): i believe there’s an error in the ap.jira.opencreateissuedialog function, which results in a referenceerror occurring at runtime. [image] in all-debug.js, the error appears as a reference to an unknown function: [image] i…
coding error in ap.jira.opencreateissuedialog function
atlassian.com
2021.17
[ { "text": "hi david,\n\ni’ve created an issue in acjs to track this: <https://ecosystem.atlassian.net/browse/acjs-632>\n\nregards,\n\nmike", "name": "", "is_accepted": true } ]
060e9d777b228dfa16ff964142486a6e
in my forge custom ui app, calls to requestjira will then throw an error as in the picture: [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/2/e/2ed6711b1cbcdcceecfba6388a790f81edff8519.png "image") this error happens after i upgraded @forge/cli from 2.0.1 to 2.0.2. then i downgrade it to 2.0.1 but the problem is still there. the exact request which causes the problem: requestjira('/rest/ap…
@forge/bridge requestjira stopped working: an unexpected error occurred when fetching an auth token
atlassian.com
2021.43
[ { "text": "hi [@nhac.tat.nguyen](/u/nhac.tat.nguyen)\n\nwe have had an incident last week whereby the consent flow would not succeed for some custom ui apps (see: [app authorization requires manual refresh](https://community.developer.atlassian.com/t/forge-macrho-app-authorization-needs-manual-refresh-of-confluence-page/52216)).\n\nin some cases, the requestjira or requestconfluence of the @forge/bridge methods appear broken. in order to fix it, you can rev…", "name": "", "is_accepted": true } ]
ec3ace53758aebdd7d30724d0b7d16ea
‘on-enable’ fires just fine. i’ve defined ‘on-disable’ in the same way and it’s not firing when i disable my power-up. [image] 'on-enable': function(t, options) { console.log('enable', options) }, 'on-disable': function(t) { console.log('disable') }
"on-disable" event not firing in power-up
atlassian.com
2020.29
[ { "text": "i did not enable on-disable in my power-up’s capabilities :slight\\_smile:", "name": "", "is_accepted": true } ]
2d6885655a861da93e204d9de26a0116
hi everyone, there are some differences between the design guidelines and atlaskit components. i know it’s a work in progress, so this is expected. but which one of the two is the most recent version? take lozenges for example. this is what lozenges look like in the design guidelines: [image] …
adg3 vs atlaskit
atlassian.com
2021.17
[ { "text": "hi again [@maarten](/u/maarten) yes it looks like the atlaskit component needs to be updated to match the latest adg 3 lozenge design spec. it’s not scheduled at the moment but it’ll be mentioned in the component release notes (available on <https://atlaskit.atlassian.com> component pages) when it happens.\n\ncheers\n\n…", "name": "", "is_accepted": true } ]
3d465ea92a3806e8d31c0f1814544da9
does anyone know why i can retrieve an attachments body using curl but using either postman or salesforce it returns an empty body? the requests using postman or salesforce both return 200 ok and give no signs of errors in the header, yet the body is still empty.
attachment body returns when using curl but is empty when using postman or salesforce
atlassian.com
2021.17
[ { "text": "hi parker,\n\ni was able to resolve this issue.\n\nissue:\n\nas expected , http callouts from salesforce doesn’t handle url redirection\n\nresolution :\n\nan http response with this status code will additionally provide a url in the location header field. which can be used for making further callout to get th…", "name": "", "is_accepted": true } ]
48aa2c8b80fd129b9ea9df4772aed296
hi, this question is similar to [this one](https://community.developer.atlassian.com/t/product-screenshots-with-adg3/1264), however, the topic is slightly different. we have on our app a filter bar very similar to the “old jira” one: [[filter]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/0/1/0198e15e308a8061fba5c02da1d8c8710ca78da7.png "filter") now, we are starting to use atlaskit and we’ve found components like this: [http://atlaskit.atlassian.com/packages/core/select/example/…](http://atlaskit.atlassian.com/packages/core/select/example/checkbox-select)
issue search bar with adg3
atlassian.com
2021.17
[ { "text": "hi [@vpelizza](/u/vpelizza),\n\nif you’re providing the entire ui, definitely use atlaskit components rather than trying to use jira ones (they’ll all migrate to ak eventually). if you’re in a filter bar, you probably want to be using the popupselect variant of the select component: [http://atlaskit.atlassian.com/pac…](http://atlaskit.atlassian.com/packages/core/select/example/popup-select)", "name": "", "is_accepted": true } ]
26507528215f323f13fb634f87c18834
hello, i am having trouble trying to understand why the jql query i am using to get issue information from jira returns issues with ‘comment’ field absent in the response. the rest api call is https://<my\_domain>/rest/api/2/search?jql=project=<project\_key>%20and%20issue=<issue\_key> i get the json…
jql query does not return 'comment' field- jira cloud rest api
atlassian.com
2021.17
[ { "text": "hi [@manosree](/u/manosree),\n\nhave you tried this:\n\nhttps://<host-name>.atlassian.net/rest/api/2/search?jql=project%20%3d%20dev&fields=comment\n\ncheers,\n\nanne calantog", "name": "", "is_accepted": true } ]
d77a25278f2de25f2d8c5bb3d1ceada3
hello, i have created a jira plugin on my local machine and uploaded the plugin to my jira data center integration environment. my plugin has a positive case and negative case. the positive case is where the business logic executes. the negative case displays a page to configure your jira project.…
jira plugin data center compatibility
atlassian.com
2021.17
[ { "text": "most likely you are getting an exception. try writing out to the log. you won’t see the error the way you’re doing it.\n\nprivate final logger log = logger.getlogger(this.getclass());\n\nlog.error(“something went wrong.”, e);", "name": "", "is_accepted": true } ]
70b192f8f950ff3f256d323d82c8e787
in the confluence 6.6 beta release notes it claims we’ve made some changes to reduce the cpu and memory load of actions that search for users, for example mentioning someone, sharing a page, and selecting a user in a blueprint field or macro parameter. would someone from atlassian be able to she…
conflunce 6.6 user searching improvement details
atlassian.com
2021.17
[ { "text": "for completeness i’ve been advised this note was referring to the updates that shipped with <https://jira.atlassian.com/browse/confserver-54262>", "name": "", "is_accepted": true } ]
ffe6ebf5f066f6af8056dca1e5591018
hi, i am looking into using jira issue properties in my connect add-on. i am trying to store the following data into a property: [ { "id": "14471984509", "appid": "w5l3q6fg" }, ... ] storing this value is not a problem at all, but i ran into issues trying to make id search…
how to format jira entity properties such that they are searchable via jql
atlassian.com
2021.17
[ { "text": "hi [@tbinna](/u/tbinna),\n\ni have tried your suggestion, it doesn’t work. i think for the reason atlassian explained here :\n\n[image]\n\n[making entity property searchable](https://community.developer.atlassian.com/t/making-entity-property-searchable/21855/2) [jira cloud](/c/jira/jira-cloud)\n\nhi, [@abhinav.ojha](/u/abhinav.ojha),\n\ni’m afraid you can’t index properties that are arrays. you property needs to be an objec…", "name": "", "is_accepted": true } ]
b9adcb750124f0e4b081d6bb668e9c91
we are in the process of writing a com.atlassian.sal.api.upgrade.pluginupgradetask that needs to migrate issue properties to a new data format ([because of this issue](https://community.developer.atlassian.com/t/indexing-an-array-in-issue-entity-properties-is-broken-on-jira-8/27925)). instead of blindly processing all issues, i am trying to run a jql query that gets us only the issues that actually have the propert…
how to get a user to call searchservice.search from pluginupgradetask?
atlassian.com
2021.17
[ { "text": "it seems calling parsequery with null as searcher (applicationuser) seems to be fine and instead of calling search, using searchoverridesecurity with a null searcher works.\n\nregarding updating properties it seems that issuepropertyservice.getproperty and issuepropertyservice.validatesetproperty take…", "name": "", "is_accepted": true } ]
2d8017b76257fe628aca3a0ce4859463
hi, in gdpr mode(given ‘x-atlassian-force-account-id’:true in request headers), the response of ‘/rest/api/2/user/picker?showavatar=true&query=xxx’ doesn’t include any avatars. but for example, /rest/api/2/user/assignable/search returns the response which includes avatars. does anyone know how t…
gdpr: no avatar in /rest/api/2/user/picker response
atlassian.com
2021.17
[ { "text": "it may be a defect.\n\n<https://ecosystem.atlassian.net/browse/acjira-1732>", "name": "", "is_accepted": true } ]
3db9ddf56a828a83ad409cc7f3343eb0
hello. i am learning jiracloud. now i’m going through the manual <https://developer.atlassian.com/cloud/jira/platform/getting-started/> everything worked until step 3: install and test your app when i trying to upload atlassian-connect.json i catch [exception](http://prntscr.com/qjjs9t) like that: “problem accessing the fi…
problem accessing the file in jiracloud manual
atlassian.com
2020.10
[ { "text": "hi oleksii,\n\nlooks like there is a typo in your url, one slash after https, url should be <https://767c9c74.ngrok.io/atlassian-connect.json>.\n\nthank you.", "name": "", "is_accepted": true } ]
f82b50f53f090b1e04532605a499d3a9
documentation is at <https://docs.atlassian.com/bitbucket-server/rest/6.2.0/bitbucket-rest.html#idp176> i use token authentication. i have write access to the repo and admin access to the project. there are no branch permissions defined for the repo or the project. post returns 401 without any error…
getting 401 when posting to /rest/api/1.0/projects/{projectkey}/repos/{repositoryslug}/branches
atlassian.com
2021.17
[ { "text": "the problem was the token. it was created without write permission.", "name": "", "is_accepted": true } ]