id
stringlengths
32
32
text
stringlengths
0
895k
name
stringlengths
0
33k
domain
stringlengths
5
44
bucket
stringclasses
19 values
answers
list
3b3d10f624718035d5e2d566079bda79
hi, there. i want to get option list by using the following api on jira cloud. ``/rest/api/2/field/{fieldkey}/option/suggestions/edit i called this api with several patterns on my browser as jira administrator, [https://xxxxxx.atlassian.net/rest/api/2/field/customfield\_10500/option/suggestions/ed…](https://xxxxxx.atlassian.net/rest/api/2/field/customfield_10500/option/suggestions/edit)
'get suggestions edit' rest api don't work
atlassian.com
2021.17
[ { "text": "thanks, david.\n\ni noticed that i tried to apply the api to general ‘select list’ field created by hand on ‘custom fields’ management screen.\n\nthe rest api document says,\n\nselect list issue fields can be defined by a connect add-on. the add-on that provided the field can add,\n\nremove and update the …", "name": "", "is_accepted": true } ]
c438679b95e7567497338fdeb6016446
(this one probably goes out to [@daz](/u/daz)) our saml sso server app uses the aui iconfont for some of its icons. with confluence 6.7 or so however, aui 7 was introduced. it looks really nice and clean and i like the overall look of it a lot. but one of the icons we used was changed so significantly, that…
aui iconfont list-remove inconsistency in 7.6
atlassian.com
2021.17
[ { "text": "hi [@tobitheo](/u/tobitheo),\n\ni agree with you that there’s a difference here, and there’s a chance the change may cause users to assume it behaves in a certain way and come to the wrong conclusions.\n\nthe problem would occur if a user has the expectation that ‘x’ means “go away, but i can bring this back later” by…", "name": "", "is_accepted": true } ]
baad179c60b7fcf785d068d8962f5675
i see it if i go to the admin area: [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/e/a/eaae462e591df0db703301df7619cce4a917df50.png "profile_dropdown.png") but i don’t see it on the non-admin screens. am i looking in the wrong place?
where is the profile drop down in confluence?
atlassian.com
2021.17
[ { "text": "it looks like you will need to expand the sidebar in order to see the profile drop down. when the sidebar is collapsed, it is not there.", "name": "", "is_accepted": true } ]
2af4f8b12fcfd966302f3b38abd418db
hi, i’m trying to follow the steps in the tutorial at <https://developer.atlassian.com/cloud/confluence/lesson-1-the-source-awakens/> to refresh my addon knowledge. no problem going to <https://developer.atlassian.com/cloud/confluence/lesson-1-the-source-awakens/#starting-and-installing-the-app> . the…
tutorial help / confluence
atlassian.com
2019.47
[ { "text": "[@nmansilla](/u/nmansilla) addressed the triple slash issue in [failed to register when attempting confluence cloud hello world](https://community.developer.atlassian.com/t/failed-to-register-when-attempting-confluence-cloud-hello-world/32816/16)", "name": "", "is_accepted": true } ]
871f66abeac9ab3a00bcae0e330fe6e0
hello, i have to add a custom field to ~1000 screens (or the first tab of the respective screen to be more precise) and doing this via the web interface will be taking way to long. however, running the api call " add screen tab field" {post /rest/api/2/screens/{screenid}/tabs/{tabid}/fields} alway…
cannot add field to tab via api
atlassian.com
2021.43
[ { "text": "hello [@tobiashttenmller](/u/tobiashttenmller)\n\nit’s a shame that you didn’t actually say that you had tried both the v2 and v3 endpoints and gotten the same results, but anyhow… i have just tested the [v3 add screen tab field endpoint](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields/#api-rest-api-3-screens-screenid-tabs-tabid-fields-post) using postman and it worked exactly as expected:\n\n[[annotation 2021-09-24 195039]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/0/8/0800259e71ec1b6a70e8cdd9da6efe1c6bf420b7.png \"annotation 2021-09-24 195039\")\n\nwhen …", "name": "", "is_accepted": true } ]
93fb4895219145ae11d509551ff8d195
if i fetch issue createmeta via rest api (/rest/api/2/issue/createmeta?projectids=10200&issuetypeids=10201&expand=projects.issuetypes.fields) the options for a select list (multiple choices) custom field (com.atlassian.jira.plugin.system.customfieldtypes:multiselect) seem to appear in random order i…
options for select list (multiple choices) appear in seemingly random order in issue createmeta
atlassian.com
2020.05
[ { "text": "we’ll engage with the jira cloud ecosystem team to see what’s going on here.\n\nedit: <https://ecosystem.atlassian.net/browse/acjira-2003> – pinging the jira cloud ecosystem team for more info.", "name": "", "is_accepted": true } ]
e872a6fc1ca97ff3f720f58103b641d1
hi community, we are working on our first app using atlassian-connect framework and we wonder how to deal with permissions on a customer instance we chose the read/write scopes for our add-on. however, whenever a page/space is restricted (by a user or the space admin), our add-on user is not allo…
how to handle page restrictions for an add-on user?
atlassian.com
2021.39
[ { "text": "hi [@farid](/u/farid) ,\n\nso long as the act\\_as\\_user scope is only used for the user that is active and there’s no attempt to retain the accessed content for use in some other context, then i’d say this would be the way to go.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
366b8241faffe75fde3eaac741e07498
i need to disable a new feature introduced in jira 7.6 related to draggin&dropping subtasks. reason is that i have a wbs implemented as subtasks and therefore the order is very important, so having them changed should be disabled. any idea or suggestion on how to do this?
jira 7.6: disable drag and drop subtasks
atlassian.com
2021.17
[ { "text": "javadoc has mention to it as a featureflag ( <https://docs.atlassian.com/software/jira/docs/api/7.6.1/com/atlassian/jira/jirafeatureflagregistrar.html#issue_table_draggable_feature> ) - so in theory you could probably pass in a system property to disable it across the system ( but - i would be careful…", "name": "", "is_accepted": true } ]
9e438767b2096799f2ab3d32f3fd5dcf
hi there, i’m currently in the early stages of working on a small bitbucket plugin which will be used to locally clone a specified repo branch (i’m using jgit) and then pass the fresh clone on to a third party jar (via a command-line call) which will scan through the cloned project and do some stuf…
pass repository id or projectkey + reposlug?
atlassian.com
2021.10
[ { "text": "hi [@a.webster](/u/a.webster),\n\nwhilst i’m familiar with the api, i believe it would be better to use repository.id on the assumption that the repository.id is immutable whilst repository.project.key and repository.slug could be mutable.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
b1b4cbff003c35905619e20e07020c93
hi community, i want to create a group child / parent connection in crowd by rest api. all my other rest calls work fine, but this one won´t work. i use the following api call: post /rest/usermanagement/1/group/child-group/direct the only available parameter is groupname (used for parent group)…
crowd rest api for group child won´t work
atlassian.com
2020.10
[ { "text": "the solution for the issue is:\n\nheader parameter groupname = parent group\n\njson parameter name = child group\n\nthe atlassian documentation is incorrect on this point", "name": "", "is_accepted": true } ]
bfaaa39cd5834787e549821eed25d112
atlas-create-jira-plugin executing: /applications/atlassian/atlassian-plugin-sdk-8.0.16/apache-maven-3.5.4/bin/mvn com.atlassian.maven.plugins:jira-maven-plugin:8.0.2:create -gs /applications/atlassian/atlassian-plugin-sdk-8.0.16/apache-maven-3.5.4/conf/settings.xml [info] scanning for projects... […
recently i start facing socket connection problem atlas-create-jira-plugin
atlassian.com
2019.43
[ { "text": "according to [this thread](https://community.developer.atlassian.com/t/atlassian-sdk-8-0-16/30173/7) this command might solve your problem: \natlas-create-jira-plugin -dallow.google.tracking=false", "name": "", "is_accepted": true } ]
a7ce42f0c907576c4b268cdbc45b6c44
i’m trying to create an issue with the jira rest api using an atlassian connect app made with express (<https://bitbucket.org/atlassian/atlassian-connect-express>). my problem is that when i send a post request to “/rest/api/latest/issue”, it create an issue but doesn’t set the assignee with that req…
connect app - create issue using rest api with jwt authorization
atlassian.com
2019.43
[ { "text": "hi [@nolat](/u/nolat), \nin the latest apis, you can no longer set user-related fields via “name”. you have to set them via “id” instead, which is equivalent to the “accountid” field in <https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-user-get>", "name": "", "is_accepted": true } ]
27aa74113353c18fc6db70db53ced13c
i’m trying to upgrade our p2 plugin from an older sdk (6.2.14) to the latest sdk. the plugin compiles and works in a local jira instance started with ‘atlas-run’. however, installing the plugin on a separate server running jira 8.3.0, the plugin fails to initialise with the following message: detec…
missing com.atlassian.bamboo.buildqueue.manager after upgrading to latest sdk
atlassian.com
2021.17
[ { "text": "never mind!\n\nthe problem was that i hade declared my dependencies on com.atlassian.upm with <scope>compile</scope> rather than <scope>provided</scope>.", "name": "", "is_accepted": true } ]
bab63f95627624b1fa465133cca0727f
my project is missing when i am trying to create a new board under the only project that i have?! [[30]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/0/0/00c3f05638eed9691543cafd5da96d1aa13ee777.png "30")
project missing when creating a new board
atlassian.com
2021.17
[ { "text": "yes, thank you. i had to delete my project first and start a new one :stuck\\_out\\_tongue:", "name": "", "is_accepted": true } ]
180e12ee7c9bffe2bf4cd98200ab5eea
hi there, i am using ap.jira.workflowconfiguration.onsave to save post function’s configuration. however, i would like to run an async operation just before saving the configuration. when i convert callback function to async and run await statements, the config sent to jira is malformed and the pur…
asynchronous operations in ap.jira.workflowconfiguration.onsave
atlassian.com
2021.21
[ { "text": "hi [@jbevan](/u/jbevan) and [@anon62119125](/u/anon62119125),\n\ni’ve created <https://ecosystem.atlassian.net/browse/acjira-2127> to suggest this improvement.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
484531f63cebc2275ce6ecb34b320a80
up until recently, there was an option in space’s sidebar configuration to hide app links that are by default visible in the sidebar in cases where application has some custom content. it seems it’s not possible anymore, which was also reported by our customers. is it some known recently introduced …
not being able to hide app sidebar link in space configuration anymore
atlassian.com
2020.50
[ { "text": "dear lukasz, i guess you saw that you and your customers can change the links by hovering “apps” and then using the edit icon?\n\nandreas", "name": "", "is_accepted": true } ]
b7c9364f1839877aaa126b8dd41a7ce6
i’m seeing some inconsistent behavior with the bitbucket rest api. i’m hesitant to say this is a bug, but something certainly isn’t adding up. i’m using user a’s bitbucket access token, and calling the teams/{username}/members api to list the members of a bitbucket team. [https://developer.atlassia…](https://developer.atlassian.com/bitbucket/api/2/reference/resource/teams/%7busername%7d/members)
team members api returns different result than user permissions api
atlassian.com
2020.50
[ { "text": "[@chrisatpulumi](/u/chrisatpulumi) could you create a support ticket so that you can provide more info? <https://support.atlassian.com/contact> just skip the “workspace url” part", "name": "", "is_accepted": true } ]
258aa8570b7d2887f9497e80cc10d78a
hi all, i’m wanting to develop a bitbucket cloud app that would theoretically get added to the marketplace in time. so the concept of having to ask every user to create their own oauth consumer before the app can be installed seems like an odd step. is there something which can be added to the atl…
bitbucket connect without predefined oauth consumer
atlassian.com
2020.10
[ { "text": "you actually don’t need an oauth consumer for bitbucket cloud at all. in fact, the preferred way is to not create and specify one in the descriptor.\n\ninstead, make sure your descriptor uses “jwt” as the value for the authentication field ([https://developer.atlassian.com/cloud/bitbucket/authenticatio…](https://developer.atlassian.com/cloud/bitbucket/authentication-for-apps/)", "name": "", "is_accepted": true } ]
0baaf113f7498f67b784abb50e74d774
i am using jira alpha, and the “admin\_plugins\_menu” location where i would add a websection for my addon is no longer available [[manage\_add-ons\_-\_jira]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/0/0/0010baa7f97dca053760fefa9836c074cbedc983.png "manage_add-ons_-_jira"). was this intentional? where is the best place to add a section for my addon configuration screen in the new jira that is compatible with the exi…
admin\_plugins\_menu location missing in jira alpha
atlassian.com
2021.17
[ { "text": "hi jan,\n\nthis might be insufficient for you, but you could instead create your own section and add a link there:\n\n{\n\n...,\n\n\"modules: {\n\n\"websections\": [\n\n{\n\n\"key\": \"my-section\",\n\n\"location\": \"admin\\_plugins\\_menu\",\n\n\"name\": {\n\n…", "name": "", "is_accepted": true } ]
a8af0f18b6afbbcee7f84fbcd6ffafe5
i have been using private marketplace listings and access tokens to tests my add-ons in production mode for a while. now somethings seems to have changed. modules with addon\_is\_licensed condition do not get rendered anymore with access token status set to active subscription. expected behaviour: if…
condition addon\_is\_licensed not working anymore with private listings
atlassian.com
2021.17
[ { "text": "we are aware of this issue and we are working on a fix. the issue is being tracked at\n\n<https://ecosystem.atlassian.net/browse/ac-2357>\n\nas i noted in that jira, there is a workaround available until the fix is generally available. please add your instance name as a comment and we will enable the work…", "name": "", "is_accepted": true } ]
aa947f0e06cf947d4995dacc1b9d7d1e
hey there :slight\_smile: i spotted a bug in the api when creating cards, where the position field seems ignored reproducability: import requests url = “<https://api.trello.com/1/cards>” querystring = {“pos”:“5”, “name”:“paul”, “idlist”:“5e03aef826440779352a3be4”, “key”: “key”, “token”: “token”} …
api bug, position of card not working
atlassian.com
2020.05
[ { "text": "hi paul,\n\ni’m relatively new to the trello api, so this may not be useful, but i believe that the position field is relative to the position field of other cards in the list.\n\nso if you want to position a card as the fifth card in a list you will want to get the position of the existing 4th and 5th …", "name": "", "is_accepted": true } ]
a4c5e733dfa2a380d574b64e8d4b9279
does anyone know how i can add an icon to the add-on listing in the “manage integrations” page? the icon is shown correctly in the “find integrations” sections, but when i add it the icon is not displayed.
adding icon to bitbucket cloud integration
atlassian.com
2021.17
[ { "text": "currently, bitbucket cloud has it’s own internal list of integrations that are “synchronized” with the atlassian marketplace. eventually, the integration will be more like jira and confluence where the marketplace is fully integrated (no synchronization). in the meantime, if you have problems like t…", "name": "", "is_accepted": true } ]
ef6f682ffb1441e12d858b0dbdf16bc2
hi, i’ve tried to set up a webhook in atlassian-connect.json which will be filtered by project.property. it’s not working. i’ve tried many combinations, like project in project.property[someproperty].somekey or project.property[someproperty].somekey = somevalue or project.property[someproperty…
webhook filter in atlassian-connect.json not working with project.property
atlassian.com
2021.21
[ { "text": "following filter works in our case:\n\n\"filter\": \"project.checklistdisabled is empty or project.checklistdisabled != 'true'\"\n\n+ part of jiraentityproperties:\n\n{\n\n\"keyconfigurations\": [\n\n{\n\n\"extractions\": [\n\n{\n\n\"objectname\": \"checklistdisabled\",\n\n…", "name": "", "is_accepted": true } ]
b122d63fc5139d3c65a9b004efe68cc6
hi, my plugin adds a new tab under projectgroup4 of project settings page in jira. when i click the tab that is newly added, i render a velocity template which should also look like project settings page but with the panel on the right specific to my plugin. i couldn’t find any decorators other th…
page decorator value for project settings page in jira
atlassian.com
2021.21
[ { "text": "for jira the best source is to look is the source. i’ve tried to programatically extract it but you have to start heading into sitemesh land and jira’s api didn’t expose it at the time. i’ll add it to my list to look at tomorrow.\n\nbut that said in jira’s source - take a look at jira-project/jira-com…", "name": "", "is_accepted": true } ]
f24169763ff65f0dcbfc5be1c1d7b071
i am using <jira.version>7.13.5 & <amps.version>8.0.2. all other components are working fine in my soy template. table soy elements: <table id="datatable" class="aui aui-table-sortable"> <thead> <tr> <th>t</th> <th class="aui-table-column-issue-key">key</th> <th>cycletime</th> <t…
aui aui-table-sortable not working on chrome and ff, but fine on edge!
atlassian.com
2019.51
[ { "text": "appears it had to do with a stale target folder which included the main sortable jars and the min ones (but there by me) and then upon packaging them another .min-min was created causing conflicts and confusion.", "name": "", "is_accepted": true } ]
90e784d7c995a905f2f19657431ad854
hi experts, kindly correct my rest api calls. i just want to get all the issues by project key and issue type(filter). i tried but it is not working. please, someone, help me to correct this rest api call. rest api: <http://server/>rest/api/2/search?jql=project=uc&issuetypenames=test&expand=project…
how to get all issues by project key and issue type using rest api
atlassian.com
2021.17
[ { "text": "[image] dchouksey89:\n\n<http://server/rest/api/2/search?jql=project=uc&issuetypenames=test&expand=projects.issuetypes.fields&startat=0&maxresults=500>\n\nthe jql you want is probably “project=uc and issuetype=test”.\n\nthe expand parameter value should probably be “projects,issuetypes,fields”.\n\ndon’t …", "name": "", "is_accepted": true } ]
18edc355184f02022c7be3f234345db0
i have a question around the install lifecycle hooks called in a cloud app. when a change in the descriptor is discovered and an update occurs, does the confluence or jira instance only update itself based on the descriptor definitions or are the install life cycle hooks called as well? looking at…
are install lifecycle hooks called on an update
atlassian.com
2021.17
[ { "text": "an upgrade will trigger the installed and enabled lifecycle events.", "name": "", "is_accepted": true } ]
cb34e299e6a427dff79f5f2797841af5
hi guys, can anyone tell me what’s happening with the popup dialog replacing the sidebar in the issue details view? as far as i understand, there’s no way to add our add-on in there. base on a comment left by [@dmeyer](/u/dmeyer) in this [thread](https://community.developer.atlassian.com/t/how-to-find-jira-cloud-version/7241/12?u=yvesriel), it’s supposed to be eventually rolled out to new jira cloud with…
what's happening with the issue details view popup functionality?
atlassian.com
2021.17
[ { "text": "hey [@yvesriel](/u/yvesriel), i can give you some more information on this topic.\n\nsince dave’s post back in november, we have sent out some more information in december about our upcoming alpha program. the alpha program is being used to provide information and time for app developers to use the new apis and see …", "name": "", "is_accepted": true } ]
5861cf1035c7d80276bde218be8f2b6b
hi, i’m writing jira connect add-on and persisting some project data to the database. i’m retrieving the relevant data based on projectid. in order to run this add-on on multiple jira instances/hosts (e.g <https://org1.atlassian.net>, <https://org2.atlassian.net>) i need to ensure that projectid is u…
is project.id property unique and immutable across all jira cloud hosts?
atlassian.com
2021.17
[ { "text": "hi, [@glib.cornichon](/u/glib.cornichon).\n\nproject ids are unique only to a cloud instance. in your example, 2 different instances will have two projects with the same id. if you need to have a unique id, i would go the route of using the baseurl/instanceurl combined with projectid.\n\nhope this helps.\n\nian", "name": "", "is_accepted": true } ]
0fc31e1818cbc9df9d44745fbdeec73a
hello, i’m just starting with using the tutorials for creating conf-server plugins. while testing the created plugins/marcos using atlassian sdk i’d like to debug the javascript parts as well (e.g. using chrome dev tools, setting breakpoints …) . i see that my created javascript code is merged in…
how to debug javascript in a created conf-server plugin?
atlassian.com
2020.34
[ { "text": "hello franz,\n\nuse [debugger](https://www.w3schools.com/js/js_debugging.asp) in your code, to stop javascript execution.\n\nuse the browsers developer tools “search” function to search for specific code of yours.\n\n[[image]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/5/5/55b1d3b8c19e18866f952b816ef26338d5841fc1.png \"image\")", "name": "", "is_accepted": true } ]
1604b67cb53c21c1c1fb411340516350
hi experts, i have rest service to create issue in my jira plugin which is calling by third party api but the while creating issue i am getting below exception. exception: [info] [talledlocalcontainer] 2. error while creating issue: {issuetype=the issue type selected is invalid., pid=anonymous us…
how to create issue without logged in user
atlassian.com
2021.17
[ { "text": "hi [@david.pinn](/u/david.pinn) & [@daniel](/u/daniel),\n\ni got the solution. i need to pass basic authentication of jira user in header of third party api client then i can able to get logged in user by below methods. thanks to all.\n\nrequest xml of thirrd part api which is calling jira rest service:\n\n[image]\n\nnote: you need to d…", "name": "", "is_accepted": true } ]
ebaa889d495dd9cd093686c9fb0bad9f
hey all, while looking at the evaluations report today, i noticed that evaluation numbers for months june, july, and august this year are off (or at least are different than what they were in the past). we are seeing about 15-20% evaluations less for those months than what the marketplace was repor…
evaluations/license data missing?
atlassian.com
2021.43
[ { "text": "these reports were always like that (unreliable at tracking evaluations). at the start of the month all licenses are at evaluation, but when the time passes some transfers to commercial status. past months shows only number of evaluations that did not transfer to commercial, while current months inc…", "name": "", "is_accepted": true } ]
692c5d2776e47eb5cec0c6bd5b7113e8
i’ve set up a connect app in spring boot which can happily accept requests from jira and then make requests back into jira all within the scope of that one request. i’m doing this using code such as: atlassianhostrestclients.authenticatedasaddon().put( "/rest/api/3/issue/10050", mapdata, string.cla…
making a request to jira as an add on from spring boot
atlassian.com
2021.17
[ { "text": "figured it out. the fallback is to use the base url to fetch the host from the repository. in our case we had only set a relative uri (no base url) and therefore the framework couldn’t figure out all the information it needed.\n\nthe following is now working for us:\n\natlassianhostrestclients.authentic…", "name": "", "is_accepted": true } ]
425562d1833a2b0f3f5c33be7ff7592e
hi, i have added a custom global permission to my app which looks like this: "jiraglobalpermissions": [ { "key": "administer", "name": { "value": "administer permission", "i18n": "administer.permission.name" }, "description": { "value": "custom global administrat…
global permission is not revoked when app is uninstalled
atlassian.com
2021.17
[ { "text": "ok good to know its not me :slight\\_smile:\n\ni have created [[acjira-1828] web-item conditions use uninstalled custom global permissions](https://ecosystem.atlassian.net/browse/acjira-1828)", "name": "", "is_accepted": true } ]
52ef3f10c2fd4c41d959b34157512719
i’m trying to develop an app were i can create a main page and subpages benieve the main page. i am using the atlassian python api were all the commands can be found here: <https://atlassian-python-api.readthedocs.io/confluence.html> . the link descrips how to create a main page but not how a subpage…
confluence: create subpage via python api
atlassian.com
2020.29
[ { "text": "create page from scratch\n\nconfluence.create\\_page(space, title, body, parent\\_id=none, type='page', representation='storage')\n\njust specify the id of the parent page you want to create page under. here it says parent\\_id=none but if you want to create a subpage you specify the id of the page you want…", "name": "", "is_accepted": true } ]
8e4e5b918ffce9d66ea9e5db8c9f6060
hi, i have added user property on ui based on next info: <https://confluence.atlassian.com/cloud/update-roles-and-properties-for-jira-users-744721647.html> how can i get it? i can not find it neither in entity properties *.atlassian.net/rest/api/2/user/properties?accountid=557058:cc8b6b9 no in user …
how to get user properties from ui
atlassian.com
2021.17
[ { "text": "if you set user properties in the ui - you’re setting properties on the user. but if you’re using the rest api - you’re setting properties on the user object. basically - it’s 2 different things.\n\nit’s a bug with a bunch of ticket:\n\n<https://jira.atlassian.com/browse/jracloud-60326>\n[https://jira.atl…](https://jira.atlassian.com/browse/jracloud-45502)", "name": "", "is_accepted": true } ]
3599f889f04b8568737792bf7d521a44
hi, we want to use ap.cookie method from js api (<https://developer.atlassian.com/cloud/confluence/jsapi/cookie/>) and for us, it means that user data will be transferred to atlassian servers on each request. is it secure to store private user data using ap.cookie? do atlassian use cookies to store p…
is it secure to store user private data using ap.cookie?
atlassian.com
2021.17
[ { "text": "hi [@nnmatveev](/u/nnmatveev),\n\nafaik, ap.cookie is considered “secure” as we enforce it over https. we make use of cookies as well as discussed [here](https://confluence.atlassian.com/cloud/cookies-744721661.html) and [here](https://www.atlassian.com/legal/cookies). in relation to gdpr or atlassian storing the cookies, i was informed that there would be no issue, i.e. if some of the cookies you send us contain pd, becau…", "name": "", "is_accepted": true } ]
f990baac3cac3feca892d3570d0decde
hi, is there any possibility to download the attachments using connect javascript api? i’ve tried using ap.request, but any request for the attachment content just gets me the file content as text, which obviously corrupts all the binary attachments. since the ap.request does not permit any other c…
unable to download attachments using ap.request
atlassian.com
2021.21
[ { "text": "hi [@mariusztusinski](/u/mariusztusinski) ,\n\ni have updated [acjira-2379](https://ecosystem.atlassian.net/browse/acjira-2379) to cover this capability.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
983aca3c844b7aab88843227abdac3cf
when querying jira api from an external script, how to detect if our custom plugin is installed? particularly, i need to detect if a custom property is searchable to optimize jql queries by property search. (if the property is not searchable, then the script would search all properties and does pro…
detect plugin is installed (entity property is searchable)
atlassian.com
2021.39
[ { "text": "when querying jira api from an external script, how to detect if our custom plugin is installed?\n\nmaybe the old and crusty [upm rest api](https://ecosystem.atlassian.net/wiki/spaces/upm/pages/6094960/upm+rest+api#how-do-i-get-a-list-of-installed-plugins?).", "name": "", "is_accepted": true } ]
3464b4ad396af35040c1886538caab1b
hello, i am attempting to get/update an issue. i am attempting to use oauth 2.0 impersonations. i can do all the necessary get and updates, except for when i am attempting to add update/get a field that is not visible. i am attempting to run the following rest command. /rest/api/3/issue/${issueidor…
only connect add-on users with admin scope permission are allowed to override the editable flag
atlassian.com
2021.10
[ { "text": "hi [@bruce](/u/bruce),\n\nthis is documented in the [api](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put):\n\nconnect app users with admin permissions (from user permissions and app scopes) can override the screen security configuration using overridescreensecurity and overrideeditableflag.\n\nyou would need to ensure your app’s descriptor includes the admin sc…", "name": "", "is_accepted": true } ]
b5dfc120586b274db53fc64169d93a63
hi, i know that every user has long accountid that is unique, but is it safe to use user\_id (for example “admin”) and host url (for example “[somestuff.atlassian.net](http://somestuff.atlassian.net)”) as user identifier? is that user name unique inside one jira instance?
is user\_id that is given by jira in request to addon unique?
atlassian.com
2021.17
[ { "text": "yes, you need to use and accountid. how you get the bearer token depends on the library you are using (e.g. atlassian connect express) but all these libraries now expect an accountid.\n\nyou receive the accountid of the current user in the rest call jira makes to your app (e.g. in a post-function) and…", "name": "", "is_accepted": true } ]
c8cf2cd2d7adefd6ffa1560fd711b4db
hi guys, i am currently working on a connect add-on and would like to configure a dynamic content macro via user input. i.e.: user opens macro → dialog is shown → user provides a value for configuring the macro → dialog closes and macro is executed with the value provided as a parameter so far i …
best practice for configuring a macro and storing the config?
atlassian.com
2021.10
[ { "text": "hi [@cust0mfirmware](/u/cust0mfirmware),\n\nit sounds like you’re on the right path. you can create a custom macro editor (see the editor property in the [dynamic content macros documentation](https://developer.atlassian.com/cloud/confluence/modules/dynamic-content-macro/) to provide a custom experience for entering the url). the parameters can be saved and retrieved with the [savemacro and getmacrodata](https://developer.atlassian.com/cloud/confluence/jsapi/confluence/) …", "name": "", "is_accepted": true } ]
2b92cf49c879a45c4676923906d3ce86
hello, i developed a custom field type that extends abstractmulticftype. i added a customfieldoperationshandler for this type (in order to expose the custom field to rest). i was able to update the customfield while overriding the method: @override public void finaliseoperation(collection values…
customfield operations handler // addition of developed custom field type to jira create api
atlassian.com
2021.17
[ { "text": "hi christian,\n\nif you haven’t already, i’d suggest you to check how it’s done for the class multiselectcftype and multiselectcustomfieldoperationshandler. the later class does not inject the issuemanager and indeed it should not.\n\nthe finalizeoperation method is given the issueinputparameters so it …", "name": "", "is_accepted": true } ]
bd9591727a8766451777ade7e93b1e2e
hi, i googled a few but can’t reach my rest api url. how i can reach my rest api url? my server runs on localhost:8080 and here is my atlassian-plugin.xml: <rest name="rest service" key="rest" path="restservice" version="1.0"> <description key="restservice">the rest service</description> </r…
can't find my rest api url
atlassian.com
2021.43
[ { "text": "i am answering myself:\n\nthe url is: http://localhost:8080/rest/restservice/1.0/main/child", "name": "", "is_accepted": true } ]
a7c7f3ae2f37c7ccf4b31e20ae04a30b
i have developed a dashboard plugin and save the preferences with “this.api.savepreferences(preferences);”. now i would like to reload the preferences while editing. is this possible?
jira dashboard load preferences
atlassian.com
2020.34
[ { "text": "i’ve found the solution", "name": "", "is_accepted": true } ]
9ee315817d6d2061119d18110f1c6cb9
i can get likes via /wiki/rest/likes/1.0/content/{id}/likes in the browser, but not if i call via ap.request? it returns a 403 error. any ideas?
why can't i get likes on a document via ap.request?
atlassian.com
2020.34
[ { "text": "hi [@james.dellow](/u/james.dellow),\n\nlikes can also be retrieved directly from the content api’s metadata (via expand). for example:\n\n/rest/api/content/{contentid}?expand=metadata.likes\n\nwould that work for your use case?\n\ncheers,\n\nryan", "name": "", "is_accepted": true } ]
663d5c0d0f16727d9fd966a22587321c
we are thrilled to announce the winners for our [2019 marketplace vendor partner awards](http://www.atlassian.com/wac/partners/awards19). the past year was especially notable as the [atlassian ecosystem reached $1b in lifetime sales](https://blog.developer.atlassian.com/a-milestone-moment-1b-in-lifetime-sales/), which we could not have done without these marketplace vendor partnerships and the broader marketplace community. ple…
congratulations to our 2019 marketplace vendor award winners!
atlassian.com
2020.34
[ { "text": "hi [@anton2](/u/anton2), we shared the high level criteria when when we initially announced the [awards categories](https://community.developer.atlassian.com/t/marketplace-vendor-awards-fy19/32021) last september to the community. i hope this helps!", "name": "", "is_accepted": true } ]
d224d8dd5f669365c6c6c2ce840e4369
hi all, try to use this class com.atlassian.jira.issue.attachment.attachmentdirectoryaccessor for getting attachment path for issue, but can’t find dependency for this class. added this dependency to the pom.xml, but it didn’t help. <dependency> <groupid>com.atlassian.jira.plugins</groupid> …
attachmentdirectoryaccessor
atlassian.com
2021.39
[ { "text": "interface attachmentdirectoryaccessor exist on this package:\n\n<dependency>\n\n<groupid>com.atlassian.jira</groupid>\n\n<artifactid>jira-core</artifactid>\n\n<version>${jira-version}</version>\n\n<scope>provided</scope>\n\n</dependency>", "name": "", "is_accepted": true } ]
859cf0ebddd2d29bb27c031278d39c4f
what’s the safest way to migrate from userid to accountid if userid was part of the property name? i’ve implemented function that will remove previous properties and will create new one, but it sounds for me not gdpr ready solution. that means that my users should start migration procedure on their…
gdpr and app properties
atlassian.com
2021.17
[ { "text": "as scary as it might sound… yes. because when customers install your app, they grant your app access to their jira instance, and as part of that (the “/installed” hook), you store a jwt public key that allows you to “talk” to their jira instance “as the add-on user”. so you can use that access to ca…", "name": "", "is_accepted": true } ]
24f59f4e1398c68e0c8a30d4be9fc913
hi guys, this is my first time into jira plugin development on cloud. i followed the instructions on this page [1] to setup a local project from scratch but facing issues while running the project. could someone help me get past this issue? here’s what i did so far: followed instructions from: [h…](https://bitbucket.org/atlassian/atlassian-connect-spring-boot/overview)
atlassian-connect-spring-boot: not able to run
atlassian.com
2021.17
[ { "text": "hey guys,\n\njust to reply my own question, i faced the issue with httpclient dependency because, i had older version of httpclient in jdk extension folder installed by other software, removing them fixed the issue :slight\\_smile:\n\nthanks!", "name": "", "is_accepted": true } ]
bd2a31ac754fb0ae64ec87499ce4c3df
i intend to access external databases with a p2 plugin and i would like to use the builtin library querydsl; <https://bitbucket.org/atlassian/atlassian-pocketknife-querydsl/> i did a few attempt but none worked, do you have some simple example about how to create a database connection and perform se…
how to use atlassian-pocketknife-querydsl
atlassian.com
2021.17
[ { "text": "the library makes a large assumption about where the connections come from. and that is that transactionalexecutorfactory is giving out connections\n\n[https://bitbucket.org/atlassian/atlassian-pocketknife-querydsl/src/ddaa68e513215222daeaadc63bdcea8c562b6cca/api/src/main/java/com/atlassian/pocketknif…](https://bitbucket.org/atlassian/atlassian-pocketknife-querydsl/src/ddaa68e513215222daeaadc63bdcea8c562b6cca/api/src/main/java/com/atlassian/pocketknife/internal/querydsl/databaseaccessorimpl.java?at=master&fileviewer=file-view-default)", "name": "", "is_accepted": true } ]
adff05ee0cd350eb1d39e92d7e28c276
the [latest readme update](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3e90177a61585bcc0ff8ad866849309428f408eb#lreadme.mdt34) in repository mentions that sources should be available “this week for certain”, and update was on 2020-01-06. can you provide an estimate when sources will be available?
atlaskit sources
atlassian.com
2020.10
[ { "text": "[@a.belostotskiy](/u/a.belostotskiy) - <https://bitbucket.org/atlassian/design-system-mirror/src/master/>\n\nsomeone from the eng team will be updating the readme that you mentioned to point there as well.", "name": "", "is_accepted": true } ]
1dec86a9eeb806deb3c6063ebad34ddb
hello, i am trying to get an authentication flow going for an app i’m building but the authentication approval page shows the “allow” button as disabled. i read on another post that there is a 3 second time-out so i tried visiting the auth page from directly within my browser (in the case js is dis…
trello api authentication allow disabled
atlassian.com
2021.43
[ { "text": "i have discovered the issue. the icon i was using was taking too long to load and that must be blocking the accept timeout script.", "name": "", "is_accepted": true } ]
6c2e3927a44b3a9de0bf4e0b9edd56c0
i’m trying to find a way to save data to a custom field from my plugin without having that field displayed on the user’s issue screen. i can’t seem to find if this is possible or not, any ideas?
save to custom field not on the screen
atlassian.com
2021.17
[ { "text": "hi, [@x2boarder](/u/x2boarder),\n\nit seems issue properties with jql indexing could work for you. check out this documentation: <https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/>\n\nbest regards\n\nkrzysztof", "name": "", "is_accepted": true } ]
35226c2281af3358a1b5f5a199b3ca9c
i have a confluence page with the following file attached to it: test1 - :::;;;’’~!@#$%^&*()\_+`-=[]{}"’|<>,.?/.txt what should be api call to download it? server/download/attachments/id/{what should go here?} thank you
how to download attachment with special characters in its name through rest call?
atlassian.com
2021.17
[ { "text": "i had a hard time creating a file with the name you proposed :slight\\_smile:\n\non linux it is not possible to create files containing the forward slash “/” (see this so article: <https://stackoverflow.com/questions/9847288/is-it-possible-to-use-in-a-filename> )\n\nescaping the forward slash would be %2f,…", "name": "", "is_accepted": true } ]
3ad72a5ab105937c77f088b55454fe97
hi there, i’m trying to set a condition that only shows a profile tab if a java method returns true. to do that i have: <view-profile-panel key="user-profile-templates-panel" i18n-name-key="user.templatemanagement.title" name="my templates management" …
condition on view-profile-panel
atlassian.com
2021.17
[ { "text": "[@filipe.ribeiro](/u/filipe.ribeiro),\n\ntake a look at the last comment of this issue: [jraserver-25641](https://jira.atlassian.com/browse/jraserver-25641)\n\nyou might be achieve your solution by implementing [optionaluserprofilepanel](https://docs.atlassian.com/software/jira/docs/api/7.1.2/com/atlassian/jira/plugin/profile/optionaluserprofilepanel.html) which is :\n\n\" an optional interface for [viewprofilepanel](https://docs.atlassian.com/software/jira/docs/api/7.1.2/com/atlassian/jira/plugin/profile/viewprofilepanel.html) modules that allows the panel to only be show when a criteria is met.\"\n\ncheers,\n\ni…", "name": "", "is_accepted": true } ]
51a209a7ef9524b93a0f8252efb3df64
hey together, so i’m having some issues implementing my soy template into my plugin. the following is present: plugin.xml <web-resource key="library-management-resource-module" name="wfenhance library management resource module"> <dependency>com.atlassian.auiplugin:ajs</dependency> …
"undefined" when trying to use soy template?
atlassian.com
2021.17
[ { "text": "hi [@schollemarcus](/u/schollemarcus),\n\nit seems you’re missing soydoc in your template. i tested it out using your .soy file and was able to hit an error, although i didn’t get “undefined”. kindly add soydoc like\n\n/**\n\n* this is user search and a sample soydoc\n\n**/\n\n{template .usersearch}\n\nonce i added this in the soy t…", "name": "", "is_accepted": true } ]
2cc2f7d10aeb0ab4b11988f61459ba4a
atlas-create-jira-plugin executing: /applications/atlassian/atlassian-plugin-sdk-8.0.16/apache-maven-3.5.4/bin/mvn com.atlassian.maven.plugins:jira-maven-plugin:8.0.2:create -gs /applications/atlassian/atlassian-plugin-sdk-8.0.16/apache-maven-3.5.4/conf/settings.xml [info] scanning for projects... […
recently i start facing socket connection problem atlas-create-jira-plugin
atlassian.com
2021.17
[ { "text": "according to [this thread](https://community.developer.atlassian.com/t/atlassian-sdk-8-0-16/30173/7) this command might solve your problem:\n\natlas-create-jira-plugin -dallow.google.tracking=false", "name": "", "is_accepted": true } ]
b6f1345e49dab31803374268a83668b1
i’m having an issue consistently getting the child stories of an epic in classic projects. i’ve used: /rest/api/3/search?jql=cf[10014]={epickey}&issuetype=story&maxresults=50 my issue is that custom\_field 10014 (cf[10014]) works for some classic projects, but errors out in others. i’m looking for…
consistently get stories in an epic in classic projects using rest api
atlassian.com
2021.17
[ { "text": "the epic custom field will have a different id (the number in square brackets) on different instances. you should refer to it by name instead, so the jql query will be:\n\n\"epic link\" = <issue-key> and issuetype = story", "name": "", "is_accepted": true } ]
efd8893501fb9e29ece91dcad068b9c2
is a blueprint module in work for forge modules? is there a roadmap for new coming modules for confleunce cloud on forge?
roadmap new modules in forge for example blueprints
atlassian.com
2021.25
[ { "text": "hi [@kendimkodzadziku](/u/kendimkodzadziku) ,\n\nthere isn’t a roadmap detailing the modules being developed for confluence cloud, but i don’t think the addition of a blueprint module is planned for the next couple of months at least.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
78e360757de1c722b2b0ca368ad6813b
hello. i’m developing report using atlassian-connect tool. my app successfully register. i can run report. my nodejs server recieve message on url “/my-custom-report-url” i check incoming request for parameters and can’t see information about project. this information present in brouser url par…
report add-on. getting project.id trouble
atlassian.com
2021.17
[ { "text": "can you post the the part of your atlassian-connect.json where you’ve declared my-custom-report-url ? you’ll need to declare the {project.id} as part of the url. ie. /my-custom-report-url?project={project.id}", "name": "", "is_accepted": true } ]
e1a4442e8af33cc4cf5f813043fc03ce
am building a forge app for confluence using forgeui kit. please how can i get currently login user info like atlassian user account id, username ,email etc any api on this. thanks
how to get currently login user info via forge ui kit
atlassian.com
2021.39
[ { "text": "resolved via this link\n\n[solution](https://community.developer.atlassian.com/t/failing-to-get-current-user-information-with-oauth2-3lo/44312/2)", "name": "", "is_accepted": true } ]
278ab4547809b40e745cb741e756d27a
i have a java project in which i’m trying to interact with our jira cloud platform. the current task that i’m working on is to insert a comment on a ticket using /edit endpoint. i know there is an endpoint just for inserting comments, but i want to use /edit endpoint. based on [atlassian example](https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#adding-a-comment--examples) it …
how can we add comment using edit endpoint
atlassian.com
2020.29
[ { "text": "after tinkering with the body, i made this change and fixed the issue:\n\n{\n\n\"update\": {\n\n\"comment\": [\n\n{\n\n\"add\": {\n\n\"body\": {\n\n\"version\": 1,\n\n\"type\": \"doc\",\n\n\"content\": [\n\n{\n\n\"type\": \"paragraph\",\n\n\"co…", "name": "", "is_accepted": true } ]
1a9e62cf2f5e4b401c79ad20a38e136f
this relates to [confluence 6.9 eap released - read-only mode is coming!](https://community.developer.atlassian.com/t/confluence-6-9-eap-released-read-only-mode-is-coming/16572): can we assume that confluence itself disables all ways to insert/edit a macro when in read-only mode so that developers do not need to explicitly prevent writes that might otherwise result from persisting macro configuration? …
is macro insertion/editing automatically disabled in confluence read-only mode?
atlassian.com
2021.17
[ { "text": "to answer my own question: yes, obviously pages are not editable at all the moment read-only mode is enabled, so while macros can still be changed when already editing a draft for example, confluence properly communicates the page read-only status right away and the macro changes cannot be saved in …", "name": "", "is_accepted": true } ]
d9d8db37645f06893510064ffbe7fdc8
hi, i had found some time ago that payload format of responses in case of error had changed. i need to extract actual message from that payload. before the change, in most cases payload contained properties “errormessages” or “errors” which is documented - [https://docs.atlassian.com/jira/rest/cloud…](https://docs.atlassian.com/jira/rest/cloud/)
rest api error responses
atlassian.com
2021.17
[ { "text": "hi [@maciej.dudziak](/u/maciej.dudziak),\n\nsome of our older rest resources do not follow our standard error response format, but this is the format we are trying to standardize on moving forward.", "name": "", "is_accepted": true } ]
f964a495edf1d27a364dbf0f23708978
the iframe in which our plugin loads in has a vertical scrollbar that appears in edge. this can easily be removed with the scrollbar = “no” attribute but, of course i cannot add this from our javascript code. is there any solution for this?
remove iframe scrollbar in edge
atlassian.com
2020.29
[ { "text": "yes, for some reason certain styles are not being transferred over to edge. i have several posts open about different aui styles but i will combine in one post, all the issues i’ve seen\n\ni solved this by manually adding overflow-y: hidden to the body but i’m experiencing other aui style issues on ed…", "name": "", "is_accepted": true } ]
937b3847f3fce997a420731687688383
hello experts, i want to use rest api url /rest/api/2/user/picker for one user picker field, so firstly, i tried to just fire the rest url in a browser, it is working but it is not returning avtarurl attribute. as per the [documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v2/#api-rest-api-2-user-picker-get), i should get that, right? [[image]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/9/5/95b82b340ee9c4e07aa5d3bc28474321bfa75480.png "image") please let me know if i …
not getting avatarurl after using rest api /rest/api/2/user/picker
atlassian.com
2020.05
[ { "text": "you only get it if you request it with showavatar=true as query param.", "name": "", "is_accepted": true } ]
bdc949af9f6d3de51c86882014c0cb63
this is my code: @scanned public class login extends httpservlet { private static final logger log = loggerfactory.getlogger(login.class); @componentimport private templaterenderer templaterenderer; @componentimport private projectservice projectservice; @inject public login(projectservice p…
templaterenderer can not be inject
atlassian.com
2021.17
[ { "text": "i resolve it myself, just make a little mistake,it doesn’t need the code:\n\ntemplaterenderer templaterenderer = componentaccessor.getcomponent(templaterenderer.class);\n\nthanks a lot!", "name": "", "is_accepted": true } ]
25cc4e661643a72c50c7c530704138ce
hi everyone, i want to automate my jira with a custom plugin. this is what i’m trying to accomplish: when a project is created, the project has the custom workflow (customwf) and all its components (post functions, conditions, etc…) automatically available. currently, i’m able to get the customwf…
assign custom workflow when a project is created
atlassian.com
2019.47
[ { "text": "i’ve included one of my project hooks, the java code that is executed after the project is created:\n\n@named(\"tasktrackinghook\")\n\npublic class tasktrackinghook extends emptyaddprojecthook {\n\nprivate final jirahookhelper helper;\n\n@inject\n\npublic tasktrackinghook(jirahookhelper helper) {\n\n…", "name": "", "is_accepted": true } ]
1dd3f02957976a52505590e80b72ef59
i need to create a plugin that provides a capitalization report. the report should take the total time spent specified in the work logs. my question is, where should i put this feature inside jira. should i add it as a gadget, should i add it to reports section or neither? also, what is the correct…
capitalization report plugin location inside jira
atlassian.com
2021.17
[ { "text": "depends on what you’re trying to do really. if you’re looking across a project, then maybe a project page might be best:\n\n<https://developer.atlassian.com/jiradev/jira-platform/guides/projects>\n\nif you’re looking across search then a search view might be a decent approach:\n\n[https://developer.atlassian…](https://developer.atlassian.com/jiradev/jira-platform/building-jira-add-ons/jira-plugins2-overview/jira-plugin-module-types/search-request-view-plugin-module)", "name": "", "is_accepted": true } ]
ba13350d1506f3819c3d37e4921091dc
hello, i have a little problem with my script. i’m using the documentation of jira, i want returns the details for an issue thanks to the method ‘get issue’. i’m using nodejs. ([https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm\_source=%2fcloud%2fjira%2fplatform%2frest&utm\_medium=302#…](https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2fcloud%2fjira%2fplatform%2frest&utm_medium=302#api-api-3-issue-issueidorkey-get)
access problem for the study of an issue (error 403)
atlassian.com
2021.17
[ { "text": "hello [@noreez.ulhassanshah](/u/noreez.ulhassanshah),\n\n[image] noreez.ulhassanshah:\n\nvar options = { method: ‘get’, url: ‘<https://actility.atlassian.net/rest/api/3/issue/scii-1>’, auth: { bearer: ‘<***>’ }, headers: { ‘accept’: ‘application/json’ } };\n\nit seems you’re using basic auth, one way you can do is:\n\nremove thi…", "name": "", "is_accepted": true } ]
bc1a567bf5e0849f2764883940b3fb44
their site just assumes every visitor already knows what it is or has the time to fart around for hours trying to figure out what it’s for. i don’t have that time.
what is atlaskit??
atlassian.com
2019.51
[ { "text": "hi [@ammarhassan](/u/ammarhassan)!\n\ni’m not sure if there are guides published on [developer.atlassian.com](http://developer.atlassian.com) that make extensive use of atlaskit in their ui. [the getting started tutorial for a jira cloud app](https://developer.atlassian.com/cloud/jira/platform/getting-started/) makes use of atlaskit’s css, which is a gentle introduction.\n\nif you’re interested in learning from other people’…", "name": "", "is_accepted": true } ]
0abc24fbf2891be6e91b57b32c3e27f5
hello, i’m trying to both set and get page properties. in the developer documentation under “[persistence in confluence](https://developer.atlassian.com/confdev/development-resources/confluence-architecture/confluence-internals/persistence-in-confluence)” it does discuss using pagemanager/contentpropertymanager (which must of course be injected with p2 plugins via the constructor). seems straight forward. however, when i look up…
set/get page properties from java plugin macro
atlassian.com
2021.17
[ { "text": "my final working solution based on the conversioncontext:\n\npublic string execute(map<string, string> parameters, string body, conversioncontext conversioncontext) throws macroexecutionexception {\n\nstring name = parameters.get(\"name\");\n\ncontentproperties contentproperties = conversioncontext.getent…", "name": "", "is_accepted": true } ]
4fd6f846bff20bcb5c7fe3b755292836
we’ve added a web item to the sidebar navigation in jira in our add-on. it works fine apart from the fact that when it is selected it is not marked (that is the background color is not changed). when selecting one of jira’s pre-existing web items in the list it is marked with the class ‘aui-nav-sele…
mark sidebar list item when it is selected
atlassian.com
2021.17
[ { "text": "hi,\n\ni resolved same situation with changing naming rules.\n\n<web-item key=\"foo-item\" name=\"foo item\" section=\"jira.project.sidebar.plugins.navigation\" weight=\"900\">\n\n<link linkid=\"foo\\_view\">/projects/$pathencodedprojectkey?selecteditem=com.atlassian.jira.jira-projects-plugin:foo-item</link>\n\n</web-…", "name": "", "is_accepted": true } ]
b7b0693e0e40589956c027d549a4243a
hi colleagues, same issue as of this post of 2017; [aui select 2 not working properly](https://community.developer.atlassian.com/t/aui-select-2-not-working-properly/3542) tried this code even but the result appears to be the same as the screenshot attached. console provides an error like: ajs.multiselect is not a constructor… presumably, there is something wrong of aui settings o…
aui select2 - wrong appearance applying with scriptrunner
atlassian.com
2021.39
[ { "text": "hi [@tw1](/u/tw1),\n\ni’m one of the developers working on the scriptrunner team.\n\nin order to limit amount of data send to client and seed up page load times, the custom macros doesn’t include any of the additional aui dependencies. select2 is one of those dependencies that are not available by default.\n\nas [@…](/u/daz)", "name": "", "is_accepted": true } ]
299a56bef25c01a81960d114e332c718
for example, performing jest synthetic testing against a jira cloud add-on. a new headless chrome/firefox is made, meaning no log in credentials are available. is there a way to provide authentication (via auth api token, or request params) when navigating to the apps landing page on an instance? …
cloud fortified reliability synthetic tests
atlassian.com
2021.43
[ { "text": "[image] dennymiller:\n\nif not, is it expected to start at the instance homepage, log in, then navigate and perform the synthetic tests?\n\nyes. at least, that’s what we do :man\\_shrugging:", "name": "", "is_accepted": true } ]
44fd99d7a6a8a84f1ea93d18351bec95
when trello migrated their api docs to jira i was sad. it is incredibly frustrating to read through because everything looks the same. not to mention everything is in a single column. i understand and respect the reasoning behind the migration, but it’s just painful to try and read. so, almost imme…
easier to read trello documentation
atlassian.com
2021.31
[ { "text": "hi [@jeremiahfischer](/u/jeremiahfischer) ,\n\nthanks for the feedback on the design. the trello api is rendered in accordance with the [atlassian design system](https://atlassian.design/).\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
b7b7c9b29b78660554d821461d3994e5
hi i’ve been trying to get a jira gadget working using a rest resource by following this tutorial: <https://developer.atlassian.com/jiradev/jira-platform/guides/dashboards/tutorial-writing-gadgets-for-jira> i’ve managed to create the module and add the gadget to a dashboard. however, when i load the…
error when creating jira gadget in 7.x "uncaught typeerror: cannot read property 'getviewportdimensions' of undefined"
atlassian.com
2021.17
[ { "text": "the problem turned out to be in my gadget.xml in terms of what required features i needed.\n\ni didn’t check to see but i assume i was missing <require feature=\"dynamic-height\"/> which was what gave me the error.\n\nit has been solved now thanks.", "name": "", "is_accepted": true } ]
4c1ca9052024a259269e81dc47cd5e8c
i want to create a velocity template consisting of a few fields to use in a web-panel for the view-isssue screen. the fields should contain information retrieved from a active object entity. the user is then able to change the values inside these fields. if there is no data stored ub the active obje…
how can i store user input from a velocity template into a active object
atlassian.com
2021.17
[ { "text": "i figured out i need to use the rest api to do this but i’m still having trouble. i have created a new topic here to ask for help with the rest api: <https://community.developer.atlassian.com/t/how-can-i-store-user-input-from-a-velocity-template-into-a-active-object/11817>.", "name": "", "is_accepted": true } ]
85ea503d32403ed3284f130bf400f419
hai all, i got 429 error while developing forge custom ui app. why it’s happen? is there any api call limit in jira? how can i fix this issue? thanks in advance…
got 429 error in jira forge custom ui app
atlassian.com
2021.31
[ { "text": "[@suryaa](/u/suryaa),\n\nyes. jira does have [rate limiting](https://developer.atlassian.com/cloud/jira/platform/rate-limiting/). your app should catch 429 responses and use [retry-after headers](https://developer.atlassian.com/cloud/jira/platform/rate-limiting/#retry-after-headers) to decide when to safely resend the request.", "name": "", "is_accepted": true } ]
cf9b2ec8386ab7a3a6d80f05a30b80bb
we have two confluence instances. now we want to merge the two sites into one. does this cause page or attachment conflicts? for example, two confluences have a page with the same id. or, how can we safely merge the two sites together? confluence(server)version is 6.6.0 and 6.4.1
how do i merge the two confluence sites into one?
atlassian.com
2021.17
[ { "text": "you’ll probably want to ask this question over at the user community site: <https://community.atlassian.com/t5/confluence-questions/merging-two-confluence-instances/qaq-p/180999>", "name": "", "is_accepted": true } ]
3836a7553c1e9f2429c30b3801b037a0
i have an application that uses 3 different mysql connections. when the tests run, the build seems to pass when i use up to two connections. they fail (without showing a proper error log) when i try to use 3 connections. the mysql service start command in the yaml file for pipelines looks like this …
bitbucket pipelines does not seem to support more than 2 mysql databases
atlassian.com
2021.17
[ { "text": "[image] pratik:\n\ni have an application that uses 3 different mysql connections. when the tests run, the build seems to pass when i use up to two connections. they fail (without showing a proper error log) when i try to use 3 connections.\n\nthe mysql service start command in the yaml file for pipel…", "name": "", "is_accepted": true } ]
6496b0f40a391ae9241754d0dd2b3d18
you go the aui date-picker <https://docs.atlassian.com/aui/7.9.3/docs/date-picker.html> open code in jsfiddle see how great looking this date-picker design copy code to your notepad: <html> <head> <!-- external dependencies --> <script src="//cdnjs.cloudflare.com/ajax/libs/jque…
aui-datepicker-field aui vs reality - how is that?
atlassian.com
2021.17
[ { "text": "if you’re saving that html snippet to a local file, like test.html, then opening that html file directly in a browser, the example code won’t work. the aui docs examples are using a “protocol-relative” url pattern – note that they start with // instead of https://. that’s because they expect to be l…", "name": "", "is_accepted": true } ]
cc0a6adbd2f2ebcb4adce06cd16f463f
i am trying to make jira:jiraentityproperties work with forge app, so fiddling with manifest.yml (according to [trying to get search for an issue property set by a customfield in forge](https://community.developer.atlassian.com/t/trying-to-get-search-for-an-issue-property-set-by-a-customfield-in-forge/46565/) but without success yet). i have observed: when an app has been deployed with app.connect, then removing app.conne…
forge connect key changes causes deploy/install errors
atlassian.com
2021.39
[ { "text": "hi [@ondejmedek](/u/ondejmedek) ,\n\nthanks for trying out connect-on-forge. the inability to change the key is a known limitation that we’re working on right now. you can follow [this ticket](https://ecosystem.atlassian.net/browse/frge-372) for updates.\n\nthe fix should also enable you to remove the app.connect.key (assuming you don’t have any connect modules).", "name": "", "is_accepted": true } ]
614a84bbbdbb868877100b2d22cde411
hi there, i’m trying to implement a rest service for my confluence app that should be accessible to anonymous users. i proceeded as described in the [atlassian tutorial](https://developer.atlassian.com/docs/atlassian-platform-common-components/rest-api-development/developing-a-rest-service-plugin). i wrote a single rest get endpoint and annotated it with @anonymousallowed. as far as i understand the tutorial and any example c…
unable to access my @anonymousallowed rest method anonymously
atlassian.com
2021.17
[ { "text": "ok, so i finally managed to find my error: in my app, i don’t use the catch-all asterisk in the osgi package imports in the pom.xml since this results in errors in a real-world app with lots of dependencies. now, what i missed was adding the package com.atlassian.plugins.rest.common.security to my p…", "name": "", "is_accepted": true } ]
deb6079b9c36d8da328d172021541a8e
i have a major release of my add-on planned with a completely new codebase and localbaseurl. i want to understand if: customers need to manually approve this major version upgrade (even if the scopes are the same). there’s a way for customers to rollback to the old version of my app if they prefe…
rollback a major release of an add-on
atlassian.com
2021.10
[ { "text": "hi [@rhysdiab](/u/rhysdiab),\n\nfrom my experience:\n\nnew version with changed url but same scope does not require manual approve from jira admin (the update will go automatically)\n\nthere is no way/button in jira for customers to rollback to the old version (installing directly from url might work though - we didn’t …", "name": "", "is_accepted": true } ]
523f85ea7a20f2c3f8484013446984b3
hello! i have a problem with running a sample app from <https://bitbucket.org/atlassian/atlassian-connect-spring-boot-samples/overview>. exceptionorg.springframework.beans.factory.beandefinitionstoreexception: failed to process import candidates for configuration class [sample.connect.spring.basic.a…
exception while running atlassian connect spring boot app
atlassian.com
2021.17
[ { "text": "[@kamil.gabryjelski](/u/kamil.gabryjelski), atlassian-connect-spring-boot has not yet been upgraded to work with spring boot 2.0. [acspring-70](https://ecosystem.atlassian.net/browse/acspring-70) tracks that upgrade.", "name": "", "is_accepted": true } ]
50bd810023487a9717df4483cbe08bb2
how to make date custom field with date selector? <customfield-type key="issuestartdate" name="issue start date" class="com.atlassian.jira.issue.customfields.impl.datecftype"> <description>start date for issues to use gantt chart.</description> <resource type="velocity" name="edit" l…
how to make date custom field with date selector?
atlassian.com
2021.17
[ { "text": "search through the sources for “datepicker-input” gives me velocity: atlassian-jira-software-7.1.6-source/jira-project/jira-components/jira-core/src/main/resources/templates/plugins/fields/edit/edit-datepicker.vm", "name": "", "is_accepted": true } ]
5b51364be9bdc7b5c4c6e7b76f0e3018
i use the storage api get() function to query stored data and its working fine. const data = await storage.get('mykey'); here is what am trying to achieve: is there anyway to access stored data externaly from server side eg from php applications thanks
how to access storage api externally
atlassian.com
2021.39
[ { "text": "hi\n\naccording to the atlassian page “<https://developer.atlassian.com/platform/forge/storage>”, you can only access your data from your own app. the app storage is separated per app, so that it is not possible to access your app’s data by other forge apps due to security aspects. therefore, i doubt th…", "name": "", "is_accepted": true } ]
61a84aa3965fb11a5b32033a26659807
after downloading a working codebase i started seeing the following error: error: cannot read property 'length' of undefined typeerror: cannot read property 'length' of undefined at function.glob.hasmagic (c:\users\juanma\appdata\roaming\nvm\v12.22.1\node\_modules\@forge\cli\node\_modules\glob\g…
error: cannot read property 'length' of undefined on forge/cli v1.3.4
atlassian.com
2021.25
[ { "text": "hey not sure if it works for you but it helped me in another project.\n\ni had to change the line break style in my project from crlf to lf in my .gitignore. no idea why it helped but it did for me.", "name": "", "is_accepted": true } ]
e65b102d7660d4ea981d6f3027c32d32
we want to have a dynamic content macro that is hidden from the macro search, however when setting the hidden flag as true in the descriptor, the edit button is not shown on the new page editor. it is however shown on the old page editor. app descriptor contains the ‘“hidden”: true’ key value. go …
new page editor does not show the macro edit button for macros that are hidden
atlassian.com
2021.39
[ { "text": "hi [@michaelbairdtechtime](/u/michaelbairdtechtime) ,\n\nthanks for raising this. i have reproduced the problem and created [confcloud-72728](https://jira.atlassian.com/browse/confcloud-72728) for the confluence cloud team to address.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
355aa1d774de5c25febaabd167ddfb20
hi, i am currently working on migrating a bunch of our bamboo plans into bamboo specs (java). among the refactoring of the bspecs code, we decided to have all inline script code in files and have java load them into the plan spec code. given the maven project structure i stored all the script fil…
load inline script code from a file in bamboo specs
atlassian.com
2021.39
[ { "text": "[image] seifkhal:\n\ndo you know whether the java version used for bamboo specs is the same as the one used to install bamboo server or is it something that could be configured separately?\n\nin principle, a bamboo spec build is just a normal java&maven build, so you should be able to use a differe…", "name": "", "is_accepted": true } ]
aad93b412a5d690688ee3b23c8957e70
hi currently there does not seem to be an api [jira software cloud rest api](https://developer.atlassian.com/cloud/jira/software/rest/intro/) to get the priority sequence. there is one to get all prior /rest/api/3/priority and specific priority /rest/api/3/priority/2 is there a way to get the priority sequence/order eg: which is highest → high → med → low so on…
jira cloud rest api - to obtain priority order/sequence
atlassian.com
2021.17
[ { "text": "hi [@karthikr](/u/karthikr),\n\ni looked at the code and the returned list is in descending order of priority. i.e. the highest priority is first.\n\ni have created [acjira-2316](https://ecosystem.atlassian.net/browse/acjira-2316) to have the documentation improved.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
ddbf30bd46a0f31d5ff9efd189ae0271
hi, i just read the blogpost <https://blog.developer.atlassian.com/important-gdpr-changes-in-jira-server/> and i like the approach of only storing userkeys instead of usernames. i have some questions :slight\_smile: let’s assume we have jira 8.3 and later and this feature is fully active. what hap…
jira server 8.2 gdpr userkey changes - what about userrenamedevent? does the userkey change over time?
atlassian.com
2021.17
[ { "text": "hello bernhard!\n\nsorry for the very late reply - i’ve only now noticed the notification.\n\nin general, the answers provided by jeffrey above are correct, that the user key does not change with renames and that this change only affects newly created users.\n\nhowever, as stated in the first part of the …", "name": "", "is_accepted": true } ]
7991d65f341bd72445823c965d267a00
hello, according to this [site](https://developer.atlassian.com/platform/forge/runtime-reference/fetch-api/) it should be possible to use api.fetch(url, options ) for external calls. i’m building a custom ui app and i need get a file. i tried it int app.js from in static content and index.js but both run into the same error: uncaught typeerror: cannot read property ‘fetch’ o…
fetch api does not work for me
atlassian.com
2021.25
[ { "text": "hi [@hansemarco](/u/hansemarco),\n\nat the moment in a custom ui app, you need to make external calls via a resolver function. see [custom ui resolver](https://developer.atlassian.com/platform/forge/runtime-reference/custom-ui-resolver/). here is where you’ll use @forge/api and make your fetch call.\n\nyou’ll invoke the resolver via the [@forge/bridge](https://developer.atlassian.com/platform/forge/runtime-reference/custom-ui-bridge/) which will receive whatever data your resolver function …", "name": "", "is_accepted": true } ]
6f98f5b8aed121409776f924a9234207
i want to get some issue details in the issue viewer in my cloud instance for that i want issue key but i am not able to get it.is there any way to get the issue key from issue-right-panel and i can send it to the back-end. atlaasin-connect.json file "modules": { "webpanels": [ { …
is there any way to send the "issue key" to my backend code from issue-right-panel
atlassian.com
2021.17
[ { "text": "hey [@sowmya](/u/sowmya) try this:\n\n\"webpanels\": [\n\n{\n\n\"key\": \"example-issue-right-panel\",\n\n\"location\": \"atl.jira.view.issue.right.context\",\n\n\"name\": {\n\n\"value\": \"issue info \"\n\n},\n\n\"url\": \"/issueinfo?issuekey=${issue.key}\"\n\n}\n\n]\n\nhere’s some more info on c…", "name": "", "is_accepted": true } ]
a95958bff61f82b259128b6f69cb67ca
i am getting this on the atlas-version: [image] when i should be getting something more like this: atlas version: 6.2.9 atlas home: c:\applications\atlassian\atlassian-plugin-sdk-6.2.9 atlas scripts: c:\applications\atlassian\atlassian-plugin-sdk-6.2.9\bin atlas maven home: c:\applications\atlas…
environment confusion
atlassian.com
2021.17
[ { "text": "think i figured out part of the problem in it not finding java — needed the user variables changed too, the tutorial i was using assumed i had admin access so i was only editing the java\\_home environment variables.\n\nas for the ignoring option maxpermsize i know i have to delete something bu i am no…", "name": "", "is_accepted": true } ]
3e872c4c637dfe346d73b5981bcc1343
i need to instantiate an object of avatartranscoder. the only constructor is: avatartranscoder(avatarmanager avatarmanager, avatartagger avatartagger) avatarmanager can be extracted from componentaccessor. to instantiate avatartagger we have the class avatartaggerimpl with the constructor: avatar…
instantiate an avatartranscoder with a jirahome object
atlassian.com
2021.17
[ { "text": "don’t try to instantiate one, use the componentaccessor:\n\ncomponentaccessor.getcomponent(avatartranscoder.class);", "name": "", "is_accepted": true } ]
2d4164127180c5b79ffa231f42ceeaf4
for some reason, i cannot manage to make my css to load correctly on my forge app. my manifest points to my entry point folder: resources: - key: main path: static/configurator-app/build inside that folder i do have a valid index.html with a css reference: <link rel="stylesheet" href="/ind…
cannot manage to make external css files to work
atlassian.com
2021.39
[ { "text": "hi [@domingolupo](/u/domingolupo), as [@must-have-plugins](/u/must-have-plugins) has [linked](https://developer.atlassian.com/platform/forge/custom-ui/#accessing-static-assets), forge custom ui apps are not hosted at the root of a domain.\n\nsince the static assets of a custom ui app are distributed via a url with a particular path that identifies your app, you should use relative paths when accessing these assets from your …", "name": "", "is_accepted": true } ]
9cd07508f101339a7fb71525b14399ab
hi, community. is there any possibility to add records into the jira audit log by the ace addon? i see that it’s possible for confluence, but for jira, it seems only one api endpoint for audit: * [get audit records](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records/#api-rest-api-3-auditing-record-get). maybe i’m missing something? it would be amazing to get any information about that. …
is it possible to add records to the jira audit log (ace)?
atlassian.com
2021.43
[ { "text": "hi [@piskunovigorm](/u/piskunovigorm),\n\nas you said, it looks like you can currently only get audit records from jira cloud.\n\nthe confluence cloud [endpoints](https://developer.atlassian.com/cloud/confluence/rest/api-group-audit/#api-wiki-rest-api-audit-get) that would allow you to add records to the audit log actually can’t be used by apps though:\n\nconnect apps cannot access this rest resource.\n\nand it’s been like t…", "name": "", "is_accepted": true } ]