id
stringlengths
32
32
text
stringlengths
0
895k
name
stringlengths
0
33k
domain
stringlengths
5
44
bucket
stringclasses
19 values
answers
list
662c39e0841adb3a59f5dd271fa3f2b8
hey there i need the information about the current selected board in a jira project. how do i get this information within a jira project? i need a way via jira api or javascript ap interface. thanks for your help. regards, patrick
how to get current selected jira board via api or javascript api?
atlassian.com
2020.34
[ { "text": "hi [@patrick](/u/patrick),\n\nyou can modify your descriptor so that your project page is passed the id of the board. to do this, add the board.id [context parameter](https://developer.atlassian.com/cloud/jira/platform/context-parameters/). your descriptor will then look as follows:\n\n\"jiraprojectpages\": [{\n\n\"key\": \"collect-feedback\",\n\n\"name\": {\n\n\"value\": \"sprint feedback\"\n\n},\n\n\"u…", "name": "", "is_accepted": true } ]
815d1c4aa02f31934945c28c64a4efa9
i have an evaluator who installs my app and claims that it uninstalls itself a few minutes later. has anyone else encountered this and if so, is there something that can be done? cheers, rhys
addon uninstalls itself shortly after installation
atlassian.com
2020.34
[ { "text": "we’ve already seen such problem a couple of times. we have learned that if there is a problem with the billing, the ability to install apps is disabled. atlassian is aware of this problem", "name": "", "is_accepted": true } ]
a77b12a7d10bd01edb5fda311d45c3c5
does even atlassian uses machine translation? [[image]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/e/1/e10792f7c890cb61f00bf5ea837b3af2d1c343bf.png "image")
who finds the error? (germans only ;)
atlassian.com
2020.34
[ { "text": "i’m not german but found out that zitat should be preisangebot :slight\\_smile:\n\nblame the english language which has such double-meaning words as “quote”.", "name": "", "is_accepted": true } ]
201f8883f31000d7fd7a1c7508a2337e
hello everybody, i’m trying to implement my first bamboo plugin to be able to download an artifact based on a specific plan and a label instead of the latest successfull artifact. the problem i have now is that when i’m trying to retrieve all label names in the task execution with this code: for (…
how to get labelnames from resultssummary in task execution?
atlassian.com
2021.17
[ { "text": "hi [@epalardy](/u/epalardy),\n\ni have not encountered your exact problem, but ran into similar ones occasionally. you might want to try wrapping your code in an explicit transaction using sal’s transaction template - see [brydie’s answer to a similar issue for details.](https://community.atlassian.com/t5/answers-developer-questions/hibernateexception-could-not-initialize-proxy-the-owning-session/qaq-p/556473#m94129)\n\ncheers,\n\nhenrik", "name": "", "is_accepted": true } ]
bf5d0b4ab84482346765549403c14936
i’m receiving a 401 unauthorized error when trying to post attachments to the jira cloud. everything works just fine on hosted server. what’s wrong? hosted post /rest/api/2/issue/:id/attachments { 'authorization': "basic #{base64.encode64(name + ':' + password)}", 'x-atlassian-token': 'no-ch…
401 unauthorized
atlassian.com
2021.17
[ { "text": "earlier this year atlassian moved cloud customers to an atlassian account. we’ve discovered some painpoints in that move specifically with calling rest api endpoints with basic authentication.\n\nread this page for further details [https://confluence.atlassian.com/cloud/the-upgrade-to-atlassian-accoun…](https://confluence.atlassian.com/cloud/the-upgrade-to-atlassian-account-873871204.html)", "name": "", "is_accepted": true } ]
81d3c369b3f64849e62749b2cca543bb
hi there, i have a questions about security self-assessment program. my cloud app is hosted by leaseweb and i have acronis backup system for my cloud app that i can use to restore whole system with only single mouse click if something goes bad and disaster happens. is it ok i host my app on lease…
qestions about security self-assessment program?
atlassian.com
2021.39
[ { "text": "one of the key “features” of connect is that you as a vendor are responsible for the hosting of the app. you can use any service you want.\n\nmany vendors choose for aws or heroku, we are using google cloud (firebase). you can use leaseweb.\n\nthe point of the questionnaire is not to force you to use aw…", "name": "", "is_accepted": true } ]
345a01a3c1a664ca47e75308aa7ce156
with the release of the [confluence 7.14 eap](https://community.developer.atlassian.com/t/confluence-7-14-release-eap-available-now/51584) we’ve done some testing of scriptrunner for confluence. while most features seem to work about as expected, a lot of our automated tests are failing with hibernate errors whenever they try to cleanup after themselves by deleting a test page or test space t…
confluence server 7.14 hibernate errors
atlassian.com
2021.39
[ { "text": "okay, final update: i have it!\n\nthe final problems i was having, above, were because my fixture for creating pages wasn’t clearing things out properly before the spacemanager removed the space. that’s what was leading to that final hibernate error: a page that was still in the session somewhere woul…", "name": "", "is_accepted": true } ]
92d561f51d8c32b3d9b469e39156fb86
hey there! my name is antony, i’m pretty new here. i am trying to get the date value of the powerup “countdown”, which has a date value. i couldn’t really find out how to get the value trough a http request. if anyone could give some more information about it or could link the docs that would be…
trying to get powerup value (date)
atlassian.com
2019.43
[ { "text": "welcome! it looks like the countdown power-up stores its data in the shared scope on a card. this is accessible via the plugindata on a card. you can access this via 1/cards/{idcard}/plugindata1 documented here: <https://developers.trello.com/reference#cardsidplugindata>. \nhere is an example of the re…", "name": "", "is_accepted": true } ]
11f8936f5c5c68ad4eb3a5fb51e42764
hello, we are thinking of moving our instance to the cloud, but, we have few constraints: 1- how much time the validation of our customized plugins will take? 2- can we publish our customized plugins in our instance only, or, it will be public, so, it can be accessible and shared by anyone? than…
ability to publish the plugin in a private instance
atlassian.com
2021.17
[ { "text": "hi [@rosy.salame](/u/rosy.salame) -\n\nif your app is private on the marketplace, it should take no time at all. on your cloud instance, an admin can enable private listings to install these non-public apps.\n\nif your app is private, it’s listing/descriptor isn’t published anywhere. to install the app, you would use upl…", "name": "", "is_accepted": true } ]
28845bbe02a95c52ac3cbe58f6cc26d5
i’m getting the following http status 401 - basic authentication failure - reason : authenticated\_failed for the following curl command curl -u admin:<mypassword. -x get “https://.atlassian.net/wiki/rest/api/content?title=testpage123” any ideas why i’m not authenticating?
need help with confluence cloud rest api authentication
atlassian.com
2021.17
[ { "text": "the issue was i was using my admin credentials. you need to create another set of credentials and authenticate using those.", "name": "", "is_accepted": true } ]
6aa3208dd5c9c5a2feec04774f4d3df5
hi, does jira align provide an api for developers? thanks, al
is there a published jira align api?
atlassian.com
2021.17
[ { "text": "hi [@alj](/u/alj) - there is an api; however, the docs are not published on [developer.atlassian.com](http://developer.atlassian.com). if you’re a jira align customer, you can navigate to the in-product api docs here:\n\n<https://yourinstance.net/api-docs/public/>", "name": "", "is_accepted": true } ]
e66587cade7ac3945a2542dccbb6d939
i just downloaded the windows sdk 6.3.4. verified the install with ‘atlas-version.’ but when i run ‘atlas-create-jira-plugin’ i get a build failure, seems that it cannot find: downloading: http://repo.maven.apache.org/maven2/com/atlassian/maven/plugins/maven-jira-plugin/6.3.6/maven-jira-plugin-6…
jira plugin sdk not working
atlassian.com
2021.17
[ { "text": "i’ll answer my own question as a colleague helped me solve it:\n\ni had to edit c:\\applications\\atlassian\\atlassian-plugin-sdk-6.3.4\\apache-maven-3.2.1\\conf\\settings.xml\n\nand uncomment the “localrepository” tag from:\n\n<!-- localrepository\n\n| the path to the local repository maven will use to store…", "name": "", "is_accepted": true } ]
ea2d44089fe8fcffb5e8d18059b1fa54
when the atlassian gdpr changes take effect it will no longer be possible to use username in cql. in our app we currently let users put in contributors as usernames, that is then used to filter search for activities (/rest/api/search?cql=contributor in (“username1”,“username2”…)). is there anyway f…
is it possible to let users input users for cql with the gdpr changes
atlassian.com
2021.17
[ { "text": "i think your best option at this point would be to implement a user picker that customers can use to find the right accountid.\n\nhowever, there is no user picker rest api in confluence cloud - it has been requested here <https://jira.atlassian.com/browse/confcloud-59705> (that ticket has a partial work…", "name": "", "is_accepted": true } ]
8f1730d2c4c45447863e90b76d6f3020
i am developing a company application using jira as the backend workflow engine. i found 3 java apis (we are a java shop) <https://docs.atlassian.com/jira-rest-java-client-api/2.0.0-m31/jira-rest-java-client-api/apidocs/> (java rest api) [https://docs.atlassian.com/jira/7.1.9/index.html?overview-su…](https://docs.atlassian.com/jira/7.1.9/index.html?overview-summary.html)
which java api to use?
atlassian.com
2021.17
[ { "text": "the api in 1 is not an api for jira, it’s for the jira rest client, which is an application that runs outside jira and talks to it over rest, reproducing some of the data structures in jira so you’re not working with plain raw rest formatted data.\n\nthe api in 2 is for plain jira, and in 3, there’s a…", "name": "", "is_accepted": true } ]
9b6b7bbd2264af0dfde8e8ff882da7fe
in our app, we are running the following jira expression: issues.map(it => { id: it.id, key: it.key, epic : it.isepic, issuetype: it.issuetype, style: it.project.style }) we observe that about 1% of all requests (which affects some 6 of jira instances using our app) fail with this message: {"e…
sometimes jira expression it.isepic will result in error "unrecognized property"
atlassian.com
2021.39
[ { "text": "how are you selecting the issues? could you be retrieving non jsw issues?", "name": "", "is_accepted": true } ]
d275390d6937a73bde3b3501e7d35ef0
i get a build error when using the atlaskit breadcrumb component with a create-react-app project. once i use the breadcrumb somewhere i get this error during build: app/node\_modules/react-loosely-lazy/lib/esm/suspense/index.js attempted import error: 'fallback' is not exported from './context'. wh…
atlaskit breadcrumb component build error -> react-loosely-lazy -> 'fallback' is not exported from './context'
atlassian.com
2021.17
[ { "text": "hi [@clouless](/u/clouless), it looks like there is a new version 11.0.3 of the breadcrumbs package: [unpkg - @atlaskit/breadcrumbs](https://unpkg.com/browse/@atlaskit/[email protected]/changelog.md)\n\nmaybe you can try to check if the update solves your problem.\n\nthanks,\n\nmaciej", "name": "", "is_accepted": true } ]
9ec733a0273c4a42f06ecaa29ee078df
i have been learning how to create project-blueprint module and playing around with more advanced configurations like adding custom fields. i would also like to add postfunctions and conditions to the workflows - now in the basic template [tutorial](https://developer.atlassian.com/server/jira/platform/creating-a-project-template/) says under the part about addprojecthook.java “the c…
how does workflowtransitionservice work?
atlassian.com
2021.17
[ { "text": "thanks to your code, some huge coincidence and a lot of jira source code debugging i have been able to solve the original issue with the workflowtransitionservice :slight\\_smile:\n\nwhen i tried to add your code, there was an exception telling me, that there already exists a draft for this particular w…", "name": "", "is_accepted": true } ]
f2e6249e5b37db57078fb0c83edf37bf
i want to get version of confluence server through rest api but cannot find a function to do it. is it possible at all? thank you.
how to get version of confluence server through rest api?
atlassian.com
2021.17
[ { "text": "that link goes to the cloud docs, this is server.\n\nthis api does not seem to exist on server, however you could use the applinks manifest available on baseurl/rest/applinks/1.0/manifest, e.g. <https://confluence.atlassian.com/rest/applinks/1.0/manifest> (btw [@rmassaioli](/u/rmassaioli) your confluence is a bit outdat…", "name": "", "is_accepted": true } ]
c0b8f902baa566074363a8376f0b1b23
hi i am trying to use the bitbucket rest api to create a tag in bitbucket. however i am getting the error curl -x post -k -h 'authorization: basic <<authentication string>>' -i 'https://api.bitbucket.org/2.0/repositories/lv\_digital/code-commerce/refs/tags' --data '{ "name":"5.17.0-eco-05", "targ…
create tag using bitbucket rest api fails
atlassian.com
2021.17
[ { "text": "hey! try adding a content-type header to specify that the data is json:\n\n-h 'content-type: application/json'", "name": "", "is_accepted": true } ]
700f37ea39ef6165c5713e6cef3e0a7d
i have a webpack build that creates artifacts for my connect app. when trying to optimize artifact size created by webpack i noticed that atlaskit makes up a big chunk of the total package size. in particular styled-components dependency is duplicated all over the place. please see my stackoverflow …
how to reduce size of js artifacts including atlaskit?
atlassian.com
2021.17
[ { "text": "while i don’t know exactly what fixed the issue, i just noticed that the latest release of atlaskit now works with tree-shaking. i now get minimal artifacts with everything shared from atlaskit in a big vendor.js.\n\nmagic! :heart\\_eyes:\n\n[[screen shot on 2018-09-14 at 11:00:35]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/f/1/f16097df59c25b9fd0899811987243475ba1c232.jpg \"screen shot on 2018-09-14 at 11:00:35\")", "name": "", "is_accepted": true } ]
654e67b3c72ca410f78689c9d943bbdc
hi all, i’m trying to attach an image to the confluence page but i keep receiving a 403. i am following the steps here [confluence docs](https://developer.atlassian.com/cloud/confluence/rest/?&_ga=2.189038379.1458595538.1592229691-1134531591.1585532042#api-api-content-id-child-attachment-post). i’ve given permissions to all users and adding attachments is enabled. here is my code: var form = new formdata(); form.append("file", $("#fileinput")[0].files[0…
attach image to confluence page
atlassian.com
2020.29
[ { "text": "hi [@justinarias](/u/justinarias),\n\ni have a few thoughts:\n\ndoes your app have write scope?\n\ni note you have given permissions to all users and adding attachments is enabled, but have you tried this with a curl command as shown in the docs since the 403 indicates a permission problem. ap.request acts with the permiss…", "name": "", "is_accepted": true } ]
b3bd49ad7c79e50f5ba4bea6f0f8ccbd
is it possible to somehow make auto installation and removal of atlassian-connect-spring-boot application into host product when starting/updating app, like with atlassian-connect-express? or am i just missing some paragraphs in doc that can help me with that?
atlassian-connect-spring-boot auto install/remove into host product
atlassian.com
2021.17
[ { "text": "hi @alexanderpiotnikov this page will guide you on how to do this programmatically yourself. it’s a two step process so read the instructions carefully. i did this on an add-on i was writing and it was amazing how much more efficient it made building it out.\n\n[https://developer.atlassian.com/market…](https://developer.atlassian.com/market/faqs/installing-an-add-on)", "name": "", "is_accepted": true } ]
4524d522e9e833c1c2753eb08650152e
hello, i’m trying to use replace issue field option api to replace one custom field value with another: delete rest/api/3/field/{fieldkey}/option/{optionid}/issue [the documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2fcloud%2fjira%2fplatform%2frest%2f&utm_medium=302#api-rest-api-3-field-fieldkey-option-optionid-issue-delete) said that i have query options replacewith and jql to specify changes that i want to apply. **replacewith** inte…
how to replace the value of the custom field using jql?
atlassian.com
2021.21
[ { "text": "hi,\n\nwhat’s the response once the task has finished running (changed status from running to complete)? note that the api returns a redirect to the status of the async task that it starts. in the end, the result should show a summary of all issues that were affected and those that couldn’t because of…", "name": "", "is_accepted": true } ]
389fcbd3b7a71154110c4fbcc4b2df76
hello! i have a custom field of type cascading select. i know how to set the value of the parent object, but i’m stuck on trying to set the child option because i can’t figure out what custom field id value to use. see my code below. this works great for getting and setting the parent object. how d…
set cascading-select custom field values using the sdk
atlassian.com
2021.17
[ { "text": "looking at the json data transferred from the browser, it adds a “:1” to the customfield id to set the child. so assuming that your customfield id is 10302 then you should try:\n\nissueparams.addcustomfieldvalue(\"customfield\\_10302:1\", childoptionid);\n\njust compute the proper string from customfield id…", "name": "", "is_accepted": true } ]
0501ec266a1c021fd3d708ee0d137f3c
hi all, in the groovy script (i’m writing exalate script), how can i get the issue linked with an issue in a specific link name, just like when we are using the jql function: issue in linkedissues("itc-10", "causes") in the picture below, i want to get the issue itc-2. [image] thank you!
get linked issues by link name - exalate groovy
atlassian.com
2021.21
[ { "text": "hi [@nhac.tat.nguyen](/u/nhac.tat.nguyen) ,\n\ni haven’t used this in a while but i’ll give it a shot :slight\\_smile: i believe issue has a field called issuelinks which contains an array of links or link objects. if you want to filter by link name, [issuelinks](https://docs.idalko.com/exalate/display/ed/issuelinks) has a linkname field of type string or you can also use linktype …", "name": "", "is_accepted": true } ]
9e51bd6819d63baaeab87e2e33e24bfc
how do you style standard buttons on grey backgrounds?
standard button on grey background?
atlassian.com
2021.17
[ { "text": "hi [@kkutter](/u/kkutter),\n\ncan you provide a little more context as to what your goals are?\n\nconfluence makes aui’s buttons available through their product. since aui 7.2, aui’s buttons are styled with an alpha-transparent background colour so that they appear on light grey backgrounds.\n\ncheck this codepen: [http…](https://codepen.io/chrisdarroch/pen/wkeyga)", "name": "", "is_accepted": true } ]
2012162cbe461ea42792f3bbde00aee0
i’ve raised already 3 questions and have no answers: [create a request and set priority](https://community.developer.atlassian.com/t/create-a-request-and-set-priority/18800) [is there a way to add a request to organization using api?](https://community.developer.atlassian.com/t/is-there-a-way-to-add-a-request-to-organization-using-api/19409) [raiseonbehalfof when creating a comment](https://community.developer.atlassian.com/t/raiseonbehalfof-when-creating-a-comment/19461) is there something wrong with the questions? or maybe jsd cloud is abandoned?
how to get answers
atlassian.com
2021.17
[ { "text": "hi [@evmorov](/u/evmorov),\n\napologies, these posts might have been in lost. nevertheless, i will be looking at your questions and see what i can do.\n\ncheers,\n\nanne calantog", "name": "", "is_accepted": true } ]
38bf080a8492737f8b9c7de1d3440031
dear community, i just wondered whether anybody managed to return a completablefuture of a result rather than the actual result in a atlassian-connect-spring-boot controller endpoint. i tried to implement this but atlassian-connect-spring-boot returns unauthorized in this case. the below is not wor…
completablefuture and atlassian-connect-spring-boot
atlassian.com
2021.17
[ { "text": "hi [@andreas1](/u/andreas1),\n\nthis seems like a bug in atlassian-connect-spring-boot.\n\nper [spring mvc 3.2 preview: making a controller method asynchronous](https://spring.io/blog/2012/05/10/spring-mvc-3-2-preview-making-a-controller-method-asynchronous/), there are three threads involved in processing of an async request in servlet 3:\n\nhandling the request and starting concurrent processing\n\ninvoking the handler…", "name": "", "is_accepted": true } ]
a41fbd2cbe0778981fee29a87bead770
to get the date and time or the currently logged in user, i have found a solution that works well: // import com.atlassian.jira.datetime.datetimeformatter; // import com.atlassian.jira.datetime.datetimestyle; datetimeformatter formatter = datetimeformatter.forloggedinuser(); // this code will pro…
how can i get the date time of current logged in user and parse it
atlassian.com
2021.25
[ { "text": "in case someone has the same issue in the future, this is the solution:\n\n// inject this\n\n// import com.atlassian.jira.timezone.timezonemanager;\n\ndatetimeformatter formatter = datetimeformatter.ofpattern(\"yyyy-mm-dd hh:mm\");\n\n// get timezone of the current logged in user\n\ntimezone timezone = timezonema…", "name": "", "is_accepted": true } ]
c57a34c336b699d1ebf70256adf9f97d
hi there, there is a new 20px padding at the left side of the iframe on the general page. it appeared several days ago. [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/3/b/3b9c5a61014fb87ab028b497aac57ca601c08ba0.png "image") is it a new “feature” and we need to align our design to it or just a bug which is going to be fixed? thanks, artem
iframe left padding on the general page
atlassian.com
2021.17
[ { "text": "see <https://blog.developer.atlassian.com/change-notice-padding-update-for-jira-cloud-navigation-ui/>", "name": "", "is_accepted": true } ]
acdc4c7c35c28b2ca3752564155d0bc4
hi everyone! i have some scripted custom fields in a jira test instance and i have some troubles with them when trying to reindex. the scripted field searches through a project for a certain issue based on another custom field’s value. the scripted field runs smoothly in normal use and the info i…
reindex fails for custom fields
atlassian.com
2020.10
[ { "text": "hi [@gabrieludvar](/u/gabrieludvar),\n\nyou run into a typical problem when using scripted fields that access the search index. this reindex will work without any problems if it is a background index. in this case, the search index is available and searching for issues works as expected.\n\nin the case that you have a loc…", "name": "", "is_accepted": true } ]
4fa9f35a1ecb81794cbec34eeb3a85ec
hey there, i just realized that the marketplace now displays installation numbers for forge apps. that’s great! but i also realized that the number displayed on the marketplace does not correlate with what i’m able to see on [developer.atlassian.com](http://developer.atlassian.com) and when calling forge uninstall. to be specific…
how many installations does my forge app have?
atlassian.com
2021.31
[ { "text": "that’s best for atlassian to answer of course, and i’ve been about to ask about the following observation for quite a while, but at least it partially explains the difference for us:\n\napparently depending on whether or not your app requires user permissions, any installation into jira or confluence …", "name": "", "is_accepted": true } ]
6a8db73924cc8b0c235e141430f29062
hi everybody. i’ve faced a problem how to show error/success messages. i’ve used ajs.flag({}); but messages were not “native” (they looked differently as other bitbucket messages) so i found out that ap.require('messages', function (messages) { messages.error(); }); shows messages the same …
how to show "native" bitbucket messages?
atlassian.com
2020.29
[ { "text": "unfortunately bitbucket is in the middle of an upgrade of its connect js currently. that change is partially done and some of that partial work is leaking out. the most correct thing to do currently is:\n\nap.require('messages', function (messages) {\n\nmessages.error();\n\n});\n\nsee: [https://developer.a…](https://developer.atlassian.com/cloud/bitbucket/jsapi/messages/)", "name": "", "is_accepted": true } ]
9038e6b3c0676ef4e87e4bad2cdad34b
atlassian [sent out this email](https://view.e.atlassian.com/?qs=2c0ad43d67a1afed636a197970de86adc0a7da4de820f0802c329a9656909939c7db797f91ad92142ba4ebb8f5564e75d62e5c0f123933ccb37af2d22dea9c95418bf8725e6b02bbf4390433ad323d911443b001722ea76f4b9daaaf49f71c1e) overnight advising there is a new ‘view issues’ permission coming soon: over the next month, we’re rolling out changes to how project permissions work in classic jira projects. we’ve split the permissions for viewing a project’s issues and seeing the project’s detail…
new 'view issues' permission in jira cloud
atlassian.com
2021.39
[ { "text": "hi [@charlie](/u/charlie), [@mdoar](/u/mdoar) and [@danielwester](/u/danielwester),\n\nmy understanding is that the email went out prematurely which is why there hasn’t been an announcement in this forum yet. would you mind waiting until the team has posted the announcement because that should answer most questions.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
1e729ef352b00ee737e065f6323f315d
i am trying to build the example ace app build it is giving me this error. any idea why? lastly these parameters did not help : “–unsafe-perm=true --allow-root” c:\users\michael\desktop\projects\atlassian-connect-jira-dashboard-item-example>npm install npm warn deprecated [email protected]: connect 2.…
you cannot extract a file outside of the target path
atlassian.com
2021.31
[ { "text": "welcome to the atlassian developer community [@mertturkoglu](/u/mertturkoglu),\n\ni spun up a new instance of windows server 2019. i was able to install nodejs, atlas-connect, and start a new project. when i ran npm install for that project, it worked fine. i think we would need to know more about your environment, in o…", "name": "", "is_accepted": true } ]
2428bc512b5cc0a95398e1256462ca8a
hello i am new to the whole atlassian sdk and started with the tutorial series. my goal is to create confluence templates for my company. the [helloworld plugin](https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/) worked fine (as do all jira plugins) but when i started the series about [confluence template plugins](https://developer.atlassian.com/server/confluence/write-a-simple-confluence-blueprint-plugin/), i never managed to connect to the con…
confluence template plugin tutorial: 404 error
atlassian.com
2021.31
[ { "text": "i finally found the problem. the clue was this little line:\n\ncaused by: java.lang.illegalargumentexception: invalid version number: version number may be negative or greater than 255\n\nit turned out that the confluence plugins only run on java 8 with version numbers bellow 255 (for whatever reason).", "name": "", "is_accepted": true } ]
943f79750cadf903b8936be058281183
hey. i am trying to update my customfield, selected list. i have already inquired on this site <https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get> , but it did not work or it could also be that i have implented it wrong. can someone giv…
how can i add options to a select list custom field via rest api?
atlassian.com
2021.39
[ { "text": "i see. as you already may have guessed, that’s a different part of the api and can’t be done while creating an issue. it requires a different set of permissions. and this part is undergoing a bit of [recent change](https://community.developer.atlassian.com/t/jira-cloud-extensibility-update-feb-2021-a-review-and-sneak-peek-into-the-future/45284). as such, you’ll find both deprecated endpoints and new experimental ones.\n\nin your cas…", "name": "", "is_accepted": true } ]
8613b8b71c72c561042459d152f02316
with the release of 7.6.0, there is a new priorities api. our plugin should support versions 7.1 - 7.6. in my code, i want to do something like if (jiraversion >= 7.6.0) { // use new priorities api } else { // use old priorities api } in my pom.xml, i set the jira version to 7.1.0, our min…
how to support multiple versions of jira in one plugin
atlassian.com
2021.17
[ { "text": "you can put the “atlassian-plugin” module as a child module, not the top-parent one. for example, given the following folder structure (that would correspond to module parent-child relation):\n\nprojectroot/pom.xml <-- <packaging>pom</packaging>\n\nprojectroot/theplugin/pom.xml…", "name": "", "is_accepted": true } ]
e91b97c2d8807707c783b3405a6e5152
am using the following code in the jira plugin for jira <7.5.3: public static string convertjiradescriptiontohtml(string jiradescription) { eventpublisher eventpublisher = componentaccessor.getosgicomponentinstanceoftype (eventpublisher.class); velocityrequestcontextfactory velocit…
attlasianwikirenderer 7.6 is not compatible with older versions
atlassian.com
2021.17
[ { "text": "jira support replied to me to use defaultrendermanager to get altassianwikirender. then initialization is then moved to the platform.\n\nworks both for <7.6 and 7.6.x\n\n//imports\n\nimport com.atlassian.jira.issue.fields.renderer.jirarendererplugin;\n\nimport com.atlassian.jira.issue.fields.renderer.wiki.atl…", "name": "", "is_accepted": true } ]
d71e8798a9a4f1f73f62fa4896e30c28
when loading the following script: <script src="https://bitbucket.org/atlassian-connect/all.js" data-options="sizetoparent:true;"></script> with google chrome it all renders at the parent’s size but with safari (14.0.3) it looks like this: [[screenshot 2021-03-19 at 18.23.45]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/e/6/e6aef71629152f425b536f2637ea41810192053a.png "screenshot 2021-03-19 at 18.23.45") can anyone help wi…
height issue with safari and atlassian-connect script
atlassian.com
2021.17
[ { "text": "to be honest, i gave up on connect sizing the iframe correctly, so we have this snippet to fix it:\n\n// fix for incorrect iframe sizing\n\nexport const resizefix = (): void => {\n\nlet scrollheight = document.body.scrollheight;\n\nconst observer = new mutationobserver(() => {\n\nif (scrollheight !== do…", "name": "", "is_accepted": true } ]
6e881f4919999e057908ccb9b3e32bf8
quick question: can anyone tell me what format the elapsedtime values are for the long-running tasks endpoint? meaning are the in milli-secs, secs, mins, etc.? i looked at the api documentation and it did not specify this info. planning to use this in my app, but want to be sure i inform the user p…
confluence cloud rest api (long-running tasks)
atlassian.com
2021.21
[ { "text": "it’s in milliseconds.", "name": "", "is_accepted": true } ]
c4318c5f405555b3b293a67a15a0bcd1
i have a view trigger on my forge app but it works on some projects and does not work on some projects. no error in the console shown. it simply does not trigger on some projects. here is the video record: [trigger bug - youtube](https://www.youtube.com/watch?v=olnl1bhwjl8)
forge trigger only works on some projects
atlassian.com
2021.21
[ { "text": "hi [@odinson](/u/odinson),\n\ncan you please confirm if the project you are unable to receive events from has any restrictions on it? currently, forge apps are only able to access events from jira projects or confluence spaces that are accessible by the default user group. [https://developer.atlassian.com/platform/f…](https://developer.atlassian.com/platform/forge/events-reference/)", "name": "", "is_accepted": true } ]
6b41614b606db8abd0d146657dcc79c8
hi ppl. we are trying to build an app for jsm cloud with atlassian connect. in the process we need to update a custom field data and have problems with it as rest api documentation explicitly states it is possible only with forge: [the jira cloud platform rest api (atlassian.com)](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values--apps-/#api-rest-api-3-app-field-fieldidorkey-value-put) but this looks mor…
how to update custom field value with atlassian connect
atlassian.com
2021.31
[ { "text": "your confusion about the api was legit and i have noted this down as an example where documentation was confusing. for your use case, you can use [edit issue api](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put), in which you can mention custom fields, their values and is compatible with connect apps.", "name": "", "is_accepted": true } ]
83265766a6b5405553e038e0efd95995
hi, i am trying to mark my plugin compatible with confluence 6.2. in order for me to do this i need to create pages. however i cannot do thi using atlas-run, i keep getting the message “this page is taking longer to load than usual. give it a few moments, then try refreshing. still having issues? c…
using atlas-run with confluence 6.2 cannot create pages
atlassian.com
2021.17
[ { "text": "make sure the base url is the same as to what you’re accessing things to. try disabling collaborative editing to see if that fixes it.\n\nfor more ideas:\n\n<https://confluence.atlassian.com/confkb/unable-to-edit-any-pages-in-confluence-6-x-due-to-collaborative-editing-867362716.html>\n\notherwise, any erro…", "name": "", "is_accepted": true } ]
6610462e641f1173528dbc65c0f23505
i raised a request in <https://ecosystem.atlassian.net/servicedesk/customer/portal/14> to get my 3lo app approved for public usage. that was over 2 weeks ago and i have not had a response. does anyone know how long it takes to get approval? and is there any way to speed up the process? i have payin…
how long does it take to get 3lo approval?
atlassian.com
2020.16
[ { "text": "i think you found my ticket and i have responded to the questions i got there\n\nta\n\nmartin", "name": "", "is_accepted": true } ]
6640826e71c064087a55df98c34b9abf
hi there, since confluence 6 release i always have to disable collaborative editing manually if i want my development experience somewhat bearable. i was wondering if there is any configuration setting inside my pom.xml to tell the maven-confluence-plugin to start the confluence instance with colla…
how to disable collaborative editing via amps when developing
atlassian.com
2021.17
[ { "text": "hi,\n\nyou can set the following system properties when starting your confluence with the sdk:\n\n<atlassian.darkfeature.site-wide.synchrony.opt-in.disable>true</atlassian.darkfeature.site-wide.synchrony.opt-in.disable>\n\n<atlassian.darkfeature.site-wide.shared-drafts.disable>true</atlassian.darkfeature.s…", "name": "", "is_accepted": true } ]
f0e9754fdd2eb72b1ccd10e2f887bf0f
i have a custom theme for my company and i have multiple variations changing the header color to differentiate our production from dev and staging environments. <theme key="keysight-yellow-theme-full" name="keysight theme with keysight yellow navbar" class="com.atlassian.confluence.themes.basict…
setting a custom theme icons, ..., not repected in confluence 7.0
atlassian.com
2021.17
[ { "text": "hey [@scott\\_selberg](/u/scott_selberg)\n\ni am a part of the confluence server dev team and i have identified this as a regression in 7.0.1 that we will hopefully fix in upcoming releases. you can track the progress in this ticket:\n\n<https://jira.atlassian.com/browse/confserver-59031>\n\nthank you very much for the enquiry …", "name": "", "is_accepted": true } ]
15fe90679cda97d6a5aad4c516c2ffb1
hi, this is a follow up question for the below problem that i am facing. reason begin the action is not mapped for bamboo /build/result namespace (bcoz it is not present in structs.xml) [image] [what does the error mean "there is no action mapped for namespace...](https://community.atlassian.com/t5/bamboo-questions/what-does-the-error-mean-quot-there-is-no-action-mapped-for/qaq-p/787278) hi, need some help, i hav…
structs.xml does not contain xwork package definition present in atlassian-xml
atlassian.com
2021.17
[ { "text": "i found what the problem was,\n\ni looked at the logs and could see the below\n\n“[info] [talledlocalcontainer] 2018-05-03 13:30:07,737 error [localhost-startstop-1] [bamboopluginutils] a problem has occurred when instantiating action class [isode.robot.robotreport], skipping action [viewrobotreport]\n\n[…", "name": "", "is_accepted": true } ]
398285aa0c17fe0f7334b8e50ed81193
i’ve got my ace app set up using the instructions [at the ace bitbucket site,](https://bitbucket.org/atlassian/atlassian-connect-express/src/master/) and i’ve been manually deploying my app to development instances using ngrok tunnels as usual. the app works fine, all pages show properly and the application itself does what it’s supposed to (in development mode) now, i’…
unable to install ace jira app from heroku
atlassian.com
2021.21
[ { "text": "turns out the issue was something i thought i’d dealt with, but really hadn’t. the issue was the /installed endpoint in the end; as you can see in the descriptor, i had defined the lifecycle endpoint as \"installed\" instead of \"/installed\", so the response was never being received.\n\nchanging that lin…", "name": "", "is_accepted": true } ]
da7ed9f73e25d3055a389446c220bf14
[[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/3/d/3d985b4f3b7a72a51be8e30a08c2cfc7c72a2d3b.png "屏幕快照 2017-06-22 下午7.32.19.png") any friends know how to get all the value of this customfield type through jira-plugin api??? i really cannot find any method to get
how to get the all the value of select custom field?
atlassian.com
2021.17
[ { "text": "from within the context of an issue, you can use this (it’s from a groovy script, may need translating into java)\n\ncustomfield buildfromfield = customfieldmanager.getcustomfieldobjects(issue)find {it.name == fieldnametolist}\n\nfieldconfig optionsfieldconfig = buildfromfield.getrelevantconfig(issue)\n\nop…", "name": "", "is_accepted": true } ]
024beca036482b8d84a7b1b0e00393d1
a put to /rest/api/3/issue/properties/{propertykey} with { "value": { "type": "lozenge", "value": { "label": "2019-04-28 ... 2019-05-12", "type": "moved" } }, "filter": { "entityids": ["28820"] } } return 200 and a body with task information. but the same call made from an…
bulk set issue property work with postman, but returns only 303 and empty body from app
atlassian.com
2021.17
[ { "text": "the actual response of the endpoint is 303 with a redirect, as you can see in your app. it’s just that postman is automatically following it.\n\nread more about this here: [asynchronous operations](https://developer.atlassian.com/cloud/jira/platform/rest/v2/#async-operations).", "name": "", "is_accepted": true } ]
1b35f84877a9356992d88e7ff1466c33
hey, i am using entity properties for storing custom values, in my app descriptor i have specified index for properties as specified in the docs, but my jql isn’t working. i have tried almost everything. this is how i’m sending entity property asset while creating issue { "key"…
jira jql not working for entity properties
atlassian.com
2021.21
[ { "text": "according to the docs \" the value of the request body must be a [valid](http://tools.ietf.org/html/rfc4627), non-empty json blob. the maximum length is 32768 characters.\"\n\nso i would just post the js object", "name": "", "is_accepted": true } ]
c7f5ec81b3d7b508112bd14e4bc73c98
i want to make an admin overview listing all pages that contains a specific macro? i am considering using a [text search](https://developer.atlassian.com/cloud/confluence/performing-text-searches-using-cql/) but was wondering if you have any other inputs? another approach is to let the macro on each pages save information as its inserted/displayed but such a structure seems a bit bac…
list pages containing a specific macro
atlassian.com
2021.31
[ { "text": "i would have assumed that you could use cql to search for all content with that macro: <https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/#macro>\n\nbut i’ll have to double check what identifier you should use for a forge app macro.", "name": "", "is_accepted": true } ]
fd1dfc39401da8130a4583a0feefd9a0
hi need a help to use right jira decorators for issue more > actions page presently i use, <meta name="decorator" content="issueaction" /> it show as, [[no\_issue\_info]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/5/a/5abb44a81c9e6503ec969849dcee53f4e09abbc9.jpg "no_issue_info") actually i also want to display issue key and summary info. e.g. as below. [[with\_issue\_info]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/2/a/2ac3b8f97699d99f7bd5b1869b287d76090fc731.jpg "with_issue_info") please help me.
need a help on jira decorators
atlassian.com
2021.17
[ { "text": "wrote my own ui to show issue key and summary details in action page.", "name": "", "is_accepted": true } ]
184be1deabbb89ed8411dba556a11578
hey. i have a class which implements the initializingbean and disposablebean interfaces to trigger the install/uninstall event of the plugin. i want to generate a few entitys in my activeobject database when the plugin will be installed. in my afterpropertset() function i use a component which i w…
plugin install event - error using activeobjects in function afterpropertiesset (initializingbean)
atlassian.com
2021.17
[ { "text": "i believe this might be because you are attempting to access activeobjects before the add-on has been fully initialized. check out [my answer to a similar question](https://community.developer.atlassian.com/t/how-to-create-custom-filed-on-start-of-plugin/9921/2?u=david.pinn); it applies to your situation too.", "name": "", "is_accepted": true } ]
197a2f4ca4007187741ca4b13f84b5ea
hi experts , i am trying to create custom fields but i am getting null object of customfieldtype and customfieldsearcher. below is my code. kindly help if i am doing something wrong. note: same code is working if i upload obr file but if you do atlas-run command it is not able to give objects. pu…
how to create custom filed on start of plugin
atlassian.com
2021.17
[ { "text": "it’s possible that you are attempting to access components too early in the add-on lifecycle. under [plugin system events](https://developer.atlassian.com/jiradev/jira-platform/building-jira-add-ons/jira-plugins2-overview/jira-plugin-lifecycle#jirapluginlifecycle-pluginsystemevents), in the jira plugins2 overview, there’s this:\n\n“due to the shortcomings of the component initialisation stage, a listener on the pluginenabledevent is the earliest time that you …", "name": "", "is_accepted": true } ]
8239fadc9ce147d664bea00c0e8fc0da
hi guys, i have some trouble with storage api. i wanna store some values and i always get the same error and i have absolutely no clue what it might be. i share some of my code and i hope someone can help me out here. manifest.yml permissions: scopes: - read:jira-work - storage:app *…
storage api isn't working undefined set
atlassian.com
2021.25
[ { "text": "i finally found out, why the api wasn’t working.\n\ni checked my package.json. and there you are somehow the version of my api didn’t seem to be right.\n\nchanged them to newest version.\n\n\"dependencies\": {\n\n\"@forge/api\": \"^1.2.0\",\n\n\"@forge/ui\": \"^0.13.1\"", "name": "", "is_accepted": true } ]
b2c19eec5deeb2f18a9936a119d525b8
hi everyone. i was working on the ability to download jira cloud attachments using js and, unfortunately, faced issues with the returned data. response text contains this: [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/0/7/077c22cb729e79cf36072397d7b0ef525955e540.png "image") after i save file on the disc it messages me: [image] [image] when i try to get this file using the address line…
issue with data in jira cloud attachment (api returns file of different size)
atlassian.com
2021.39
[ { "text": "hi [@piskunovigorm](/u/piskunovigorm) it’s not possible to get binary date with ap.request, see <https://ecosystem.atlassian.net/browse/acjira-2379>", "name": "", "is_accepted": true } ]
0f2d28561b09d5af5b9bd18808ea2b60
hi, i’ve seen a lot of example projects based on atlassian connect express. see here: <https://developer.atlassian.com/static/connect/docs/latest/resources/samples.html> but i haven’t found any example or tutorial how to test add-on’s based on ace. especially how to mock up / handle jwt request. wh…
is there any example / tutorial how to test add-ons based on ace
atlassian.com
2020.50
[ { "text": "not sure how you’re testing, but there really isn’t any magic when it comes to confluence/jira cloud installations. if you’re trying to do integration testing, you can just trigger the installation hook yourself with your own secrets and then start generating the jwt tokens. as long as your qsh and …", "name": "", "is_accepted": true } ]
cb3ba984e939928afbdb5f0469dec7fe
there’s no documentation and the one tutorial says that it will show you how to do things but then never does. what’s the deal here?
project blueprint plugin module documentation is missing
atlassian.com
2021.17
[ { "text": "so can we get support for these issues or are we just up a shit creek?", "name": "", "is_accepted": true } ]
14b47d621c4d4a370096cd8307b0ae8f
hi experts, i want to show my page(my report) only to jira admin or project admin. how can i achieve this using conditions in module ? now it is only visible to site admin. my atlassian-connect.json file: { "scopes": ["admin","act\_as\_user"], "modules": { "generalpages": [ { …
need help in module condition for cloud
atlassian.com
2020.10
[ { "text": "i found the working solution. project permissions works only on project related module in jira. it will not work in general page\n\n\"modules\": {\n\n\"generalpages\": [\n\n{\n\n\"location\": \"system.top.navigation.bar\",\n\n\"weight\": 50,\n\n\"name\": {\n\n\"value\": \"my report\"\n\n},\n\n\"key\": \"index-pa…", "name": "", "is_accepted": true } ]
5fe0095cb51dcbe01fc7d036f9521077
i’m trying to integrate our plugin in user profile in the settings tab in confluence. i’ve managed to create a section and a corresponding link that will call an action that uses a velocity template to display settings for our plugin. now, the problem is, that it indeed displays our settings, but n…
which decorator tag to use in user profile settings?
atlassian.com
2021.17
[ { "text": "hi heiko,\n\ni faced the same problem when i built the user profile settings for my confluence app. my approach was to use the existing user settings pages as a template, make a copy of one of the user settings velocity pages, and adapt this according to my needs.\n\nso if you have access to the conflue…", "name": "", "is_accepted": true } ]
26bd711fe43e6c6e23490ee115789a31
in a testing environment, my addon works (using atlas-run on localhost). in a vm file i have my function and then i call it with: window.onload = function() { changecss(); }; but after i package it and upload it to my production server of the software, it stops working. i ran the function with j…
addon only working on testing. window.onload not working
atlassian.com
2021.17
[ { "text": "[@kjacobs](/u/kjacobs) ah yes, many features of the host products are actually loaded asynchronously. as such, executing code on load may get you stuck in a race condition.\n\nif you want to resolve this, you will have to determine which element you require to be available and create logic to wait for this element …", "name": "", "is_accepted": true } ]
5924cd0fc2c748fceb1ecc42e60fb3e7
hi there, we have an angular 1.x spa as our frontend, and using aui so far… now, we are starting migrating to react, using a bottom up approach, starting on the leaf components for later having full controllers and screens in react. so, we’ve found very useful to use atlaskit, since t’s quite easy…
using both aui and atlaskit with a smooth design
atlassian.com
2021.17
[ { "text": "hi [@vpelizza](/u/vpelizza),\n\nyou’ll be interested to know that jira server is moving to a new look and feel more in keeping with the adg: [coming soon: updated look and feel for jira server](https://community.developer.atlassian.com/t/coming-soon-updated-look-and-feel-for-jira-server/16603). confluence server and bitbucket server are also adopting this aesthetic as well.\n\nyou’ll also be interested to know that th…", "name": "", "is_accepted": true } ]
4a5a9288af22048b681ce870e0faca70
summary jcma app version 1.5.6 jira server version 8.16.1 atlassian-app-cloud-migration-tracker version 1.26 onstartappmigration stop working when disabling feature flag com.atlassian.jira.migration.app-migration.feature in jira server. i’m implementing cloudmigrationlistenerv1 interface in m…
app migration implementation not working when disabling feature flag `com.atlassian.jira.migration.app-migration.feature`
atlassian.com
2021.25
[ { "text": "hi [@fadli.abdulrahman](/u/fadli.abdulrahman),\n\n[image] fadli.abdulrahman:\n\nonstartappmigration stop working when disabling feature flag com.atlassian.jira.migration.app-migration.feature in jira server.\n\nin short, this is expected behaviour.\n\napp migration in both ccma and jcma is in eap and so app migration isn’t av…", "name": "", "is_accepted": true } ]
f451ce9a41a41d22e71c47953b3f083f
hey, is it possible to have a module displayed only on issues that are a request? every service desk project has some request types (get it help, request new equipment, etc), but it also has the standard project issue types, such as bugs, tasks, stories, etc. i want to display my module only if it’…
module conditions for request type
atlassian.com
2020.50
[ { "text": "if anyone ever need this, i’ve solved it by using a jira expression to check for customerrequest.requesttype.id, but doubly negated so you get a boolean otherwise it will resolve to false.\n\nlooks like:\n\n\"params\": {\n\n\"expression\": \"!!customerrequest.requesttype.id\"\n\n}", "name": "", "is_accepted": true } ]
8f646c49a9b632169b296694d332bfde
we have a locally installed bitbucket server. im trying to do a put from a java application with a new file. executing this curl code in the console works when i have a readme.txt file in the same path, so i thought i just translate that into java. curl -x put -u user:pass -f [email protected]
from java do put in bitbucket
atlassian.com
2021.17
[ { "text": "hey bill, there are some small things that aren’t correct\n\none of them is the url, this should contain /browse like in your curl example which you don’t have in your java example, so this results in a 404.\n\nalso the content-type should not be ‘application/json’ but multipart.\n\nto see the exact reque…", "name": "", "is_accepted": true } ]
2be371dfe6b1e2aa7cee003fcb094a63
hi, i try to develop an app using atlassian connect. one thing is still unclear to me - how do i store security context for my app? i have a basic app, with atlassian-connect.json, its all ok. the app is installed to our test env. this guide ([https://developer.atlassian.com/cloud/bitbucket/authent…](https://developer.atlassian.com/cloud/bitbucket/authentication-for-apps/)
jira connect app installation handshake - security context
atlassian.com
2021.21
[ { "text": "hi [@adamhraban](/u/adamhraban),\n\nare you using one of the two atlassian connect frameworks ([spring boot](https://bitbucket.org/atlassian/atlassian-connect-spring-boot/src/master/) or [express](https://bitbucket.org/atlassian/atlassian-connect-express/src/master/))? if yes, this is handled automatically for you. if you’re building your own custom solution you’ll need to implement life cycle endpoints by yourself.\n\ncheers,\n\nsven", "name": "", "is_accepted": true } ]
a60c3e8364095b89e72c172f4f3a7954
went to the promo tab of our vendor account this morning searching for previous promotions. so i unchecked the “active only” checkbox, expecting to see all previous promotions given and nothing :confused: it looks like we can’t see the old ones anymore.
previous promotions not available anymore
atlassian.com
2021.17
[ { "text": "hey [@yvesriel](/u/yvesriel)\n\nthis is resolved.\n\nthanks\n\nharsh", "name": "", "is_accepted": true } ]
d12c498fe7ebdf19febb0dc22d0708ab
hello guys while using jira module, it’s project page, we use conditions to have conditional access to plugin resources. for instance, we may define what permissions user should have or what project property should contain. it works great unless user has directly link to our resource and there is a…
verifying users permissions - jira modules conditions
atlassian.com
2021.21
[ { "text": "one helpful thing is that you can include [context parameters](https://developer.atlassian.com/cloud/jira/platform/context-parameters/) in your urls: path parameters and query string parameters. those parameters can include information about the permissions that the user has, populated by jira cloud itself. if the jwt from jira validates correctly, then you know that infor…", "name": "", "is_accepted": true } ]
3659ab1aaaa26c9709ccea90cb88c1b2
hi colleagues. i have a problem with multiselect in my plugin. this is default multiselect example from aui manual. $webresourcemanager.requireresource("com.atlassian.auiplugin:aui-select2") <form class="aui"> <select id="select2-example" name="select2-example" multiple=""> …
aui select 2 not working properly
atlassian.com
2021.17
[ { "text": "thanks for help.\n\nin the end i found a solution. multiselect customfield edit.vm\n\nedit.vm\n\n<form class= \"aui\">\n\n<select class=\"select2-example\" id=\"select2-example\" name=\"select2-example\" multiple=\"\">\n\n<option value=\"conf\">confluence</option>\n\n<option value=\"jir…", "name": "", "is_accepted": true } ]
dc52dae201f7aed1a13c37cbc1df8f59
i have a demand is use watermark in confluence like this: [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/f/c/fcef949baca421c4c0fc13d5d0dfd26ce0bbd100.png "image") i want to know how to use macro to get dom or give me api to get the dom node who can gave me some idea thank you ~~~
how to get the dom in forge
atlassian.com
2021.39
[ { "text": "hi [@111112](/u/111112) ,\n\nthere’s no api allowing you to get dom elements and this is not the kind of api we’d be supporting. instead, we’d offer api’s that have a higher level of abstraction since they are easier to support and trust. for example, setcontentwatermark(message), but i think even this would likel…", "name": "", "is_accepted": true } ]
814e9d911865ae6b52d4e9124dfec7f0
i have a right-hand panel that is being translated into an issue glance for the new issue view. i was going to create an actual issue glance, as well as the right-hand panel but i don’t want both on the same issue. how do i create a right-hand panel, an issue glance and not also get the right-hand…
issue glance and right hand panel
atlassian.com
2021.17
[ { "text": "the rule is much simpler: if your add-on descriptor declares a glance, all right-hand panels are ignored in the new issue view.", "name": "", "is_accepted": true } ]
f7541188f4fc70fb9401826d6b33d0aa
hi, i am using the rest api and using webhooks to catch updates in issues. i need to know when an issue is an epic. is it safe to assume that epics always have an issuetype with id 10004 (this is id of the epic issuetype for any test i have performed up to now. the other way i have found is to c…
identify if an issue is an epic or not
atlassian.com
2021.17
[ { "text": "just use the following condition on the webhook:\n\nissuetype = epic\n\njust for information, all epics will have the same issue type id (10004) on your system, but not neccessarily others’ systems.", "name": "", "is_accepted": true } ]
8ba050de7f12be116a1497dc028c02f9
what forge components can we used for the app contest at [devpost.com](http://devpost.com) is it forge ui kit or forge custom ui. or both. please i need your help thanks
about codeigeist forge app contest at devpost
atlassian.com
2021.39
[ { "text": "[@nkemjikagwacham](/u/nkemjikagwacham) feel free to use ui kit or custom ui as your app needs! there is no restriction.", "name": "", "is_accepted": true } ]
15e0490139031c35af2022a402427e3c
i have a service desk instance that i’m working to integrate with an external application via an atlassian connect app. i recently added required approvers to a workflow step and i am now unable to retrieve the request via the service desk api: {"errormessage":"the request type you are trying to v…
service desk issue reports "request type does not exist" when accessing via api
atlassian.com
2021.17
[ { "text": "thanks for following-up, [@iragudo](/u/iragudo)!\n\nthe issue was a result of the “request type” not being set when i was creating test requests via the jira admin/agent panel. add the request type to the ticket manually (or creating a ticket from the portal) resolved the issue and i was able to view the approval r…", "name": "", "is_accepted": true } ]
9c7c8d5a246e2bf09f0bb80adb65e7a9
i’m trying to create a new page in confluence with some content retrieved from some other page, which is in the new format. i retrieved the body from the existing page and tried to pass it as body of the new page, but the created page seems to be in the legacy format. i’m not sure how body formats w…
creating a page in the new format from existing content
atlassian.com
2021.04
[ { "text": "dear benjamin,\n\nas far as i know the editor2 format is only used by atlassian. i assume you want to create a page which uses the new editor. if yes you have to set property editor: { value:“v2”} when creating the page.\n\ni copied two lines of code form our app which might help:\n\nbody: { storage: { va…", "name": "", "is_accepted": true } ]
412414f987ca7d60dd0403dd492267f2
hello [@rwhitbeck](/u/rwhitbeck) [@nmansilla](/u/nmansilla) i set up a dev instance using the [developer bundle](http://go.atlassian.com/cloud-dev), but haven’t used confluence frequently enough. it is now suspended, but i do need to work on it, so is there any way to get it reenabled please? my url is <https://rgreenfield.atlassian.net/wiki>
can i resubscribe to confluence in my dev instance, currently suspended?
atlassian.com
2021.10
[ { "text": "hi [@romygreenfield](/u/romygreenfield) - i’ve reached out to the customer advocates team. you’re all set. please be sure to log and use products at least once per 120 days.\n\nsee: [https://confluence.atlassian.com/cloud/track-storage-and-move-data-across-products-873871366.html#trackstorageandmovedataacrossproducts-whath…](https://confluence.atlassian.com/cloud/track-storage-and-move-data-across-products-873871366.html#trackstorageandmovedataacrossproducts-whathappenstofreeplanproductsifthey'reinactivefortoolong)", "name": "", "is_accepted": true } ]
3353f175f5bfd5c3fff13c94659f7c33
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
2021.17
[ { "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.…](https://bitbucket.org/mdoar/webwork-sample/src/master/src/main/resources/atlassian-plugin.xml)", "name": "", "is_accepted": true } ]
ce728a382a7faae3f6179ce99c04c24d
hi everyone, my last issue was not being able to set my environment variable, since then i have been able to sort out that issue but i still am not able to install my app onto my jira instance, below is a screen shot of the issue i get: [[18]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/0/6/066dc4b486c999046e6aa21633c0c54c6410c38f.png "18") any suggestions would be much appreciated!
unable to install my app onto my instance
atlassian.com
2021.39
[ { "text": "so i was able to sort out this issue with my colleague. basically his app id was included in the manifest-template.yml which must have caused confusion within the app. once i deleted his app id and replaced it with the app id i got in my manifest.yml after running ‘forge register’, the environment v…", "name": "", "is_accepted": true } ]
94903899f570e6c9c3778f0228508f62
i’m studying forge webtrigger with the guides, and if i type the forge webtrigger command, it says to enter the app's installation id, what is it? where can i find it?
what is installation id in forge web trigger
atlassian.com
2021.39
[ { "text": "i solved it. you can type the jira installation id that appears by typing the forge install:list command.\n\nthis link is described in the usage section on [readme.md](https://bitbucket.org/atlassian/forge-issue-alerting/src/master/readme.md).", "name": "", "is_accepted": true } ]
fefb784f9b7b5d96f3486ad3ae163018
i am trying to create a pluginupgradetask, which shall create some issue types upon installation of the plugin, if these issues types are not already present. i am using spring scanner 2. abstract class abstractupgradetask implements pluginupgradetask { @override public string getpluginkey(…
spring scanner 2: pluginupgradetask not running
atlassian.com
2021.17
[ { "text": "it should be exported as\n\n@exportasservice(pluginupgradetask.class)", "name": "", "is_accepted": true } ]
b84b82a3eceb8e7095ffbb03493dc3a9
i try to use the api 2.0 to create a pull request i have the following web request [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/6/9/69fc5dd8a763f2efcd0cd913a8892fb4b510775b.png "image") with the following body { "title": "pr test", "source": { "branch": { "name": "feature/windowsformapp" } }, "destination": { "branch": { "name": "develop" } }, "revi…
bitbucket api 2.0 pullrequest post
atlassian.com
2021.17
[ { "text": "to anyone wondering, if you come across this. the problem was with the uuid of the reviewers i put the wrong id. i put the account\\_id that you received from the endpoint /user/{username} but you have to put in the uuid, i mistakenly thought they were the same thing.", "name": "", "is_accepted": true } ]
3af24e1d9e75eff1f149f5343b4b4950
hi, i’m writing user-macro for confluence server and i’m using a few lists in it. i check each element of the first list and if it meets the condition i add the element in another list. later in the code i’m using the $listtwo for the main functionality of the macro and gives the expected result.…
how to avoid printing result of if condition in user macro
atlassian.com
2021.25
[ { "text": "#set($x = $listtwo.add($xchilds))", "name": "", "is_accepted": true } ]
e742c436e30d7188a1f2fc1d3fe8e3a9
hi community! i’ve spent a lot of time to fix a very strange issue and i hope somone else have faced up with this. my plugin’s rest resource uses jwt token. (like [https://e255266aa55f.ngrok.io/data?jwt=eyj0exaioijkv1qilcjhbgcioijiuzi1nij9.eyjhdwqioijqaxjhlxrlbgvncmftlwnsb3vkiiwic3viijoinwi3mti2m2…](https://e255266aa55f.ngrok.io/data?jwt=eyj0exaioijkv1qilcjhbgcioijiuzi1nij9.eyjhdwqioijqaxjhlxrlbgvncmftlwnsb3vkiiwic3viijoinwi3mti2m2nlnzjhzmqwnjrjoge0nzuziiwiy2xpzw50s2v5ijoimza4zmyyywutzwfmyy0zytc5lwiyn2itnmnkzdy3mtc3ngjjiiwicxnoijoiy29udgv4dc1xc2gilcjpc3mioijqaxjhlxrlbgvncmftlwnsb3vkiiwizxhwijoxnji0nzaxmda4lcjpyxqioje2mjq3mdaxmdh9.6fnjzi5tlctfx_j5cfopn__wmy3ycyxtd4mrktntjcu)
401 unauthorized when using jwt token in my plugin
atlassian.com
2021.31
[ { "text": "may be related to the change made in [action required: atlassian connect vulnerability allows bypass of app qsh verification via context jwts - #4 by remie](https://community.developer.atlassian.com/t/action-required-atlassian-connect-vulnerability-allows-bypass-of-app-qsh-verification-via-context-jwts/47072/4)\n\ntry to add @contextjwt annotation to all internal apis", "name": "", "is_accepted": true } ]
59ba92cef43fb90fea8afec1e1acc2f5
hear ye, hear ye! in times past, conditions could be used to hide or display a web panel. in cases where users cancel adding content, we are dismayed at our empty web panel (alas! we vendors should avoid frustrated customers [seeing a bunch of empty web panels that were not relevant](https://community.developer.atlassian.com/t/all-issue-content-panels-become-collapsed-after-the-add-on-reinstall/17245/3) :wink: is there …
can vendors hide and the web panel opened by a quick-add button?
atlassian.com
2021.17
[ { "text": "hi [@jdawson](/u/jdawson), [@jack](/u/jack), [@nnmatveev](/u/nnmatveev), apologies for not being as responsive with updates and answering your questions as quickly as i would like. i am going to be working on this moving forward, but please know that we are reading these and very much appreciate your feedback & comments!\n\nand now for the u…", "name": "", "is_accepted": true } ]
a82167c395cf0f4f28d70c9c45ff6aff
i have successfully opened the standard jira issue dialog, to create a new issue, by using the ap.jira module (<https://developer.atlassian.com/cloud/jira/platform/jsapi/jira/>). now, i need to open the subtask dialog, and i already have the id of the parent issue. it is possible to do on jira server…
open subtask dialog on jira cloud
atlassian.com
2021.17
[ { "text": "hi [@andre.rodrigues](/u/andre.rodrigues),\n\ni went to the last connect week in austin and the guys from atlassian basically said it is not possible to do it. currently, there is no api for this.\n\nlet’s wait for the next episodes :slight\\_smile:", "name": "", "is_accepted": true } ]
c48d1c752e31c87a9eef2db318c9b895
in order to make full use of the aui, i would like to use an html file instead of an xml file to dev a confluence cloud blueprint. i’ve tried updating the atlassian-connect.json & index.js files but the blueprint fails to load, throwng an error that an xml file was expected. any ideas where else th…
can blueprints use html files?
atlassian.com
2021.17
[ { "text": "thanks for the feedback and links to more details.\n\nwill check it out.", "name": "", "is_accepted": true } ]
cb0f526a20af4fcb9b1bdc314a7538b9
i am trying to delete specific user(s) via rest api according to docs <https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-delete> but returns oauth 2.0 is not enabled for this method. error. here is my code: await api.asuser().requestjira( route`/…
deleting user via rest api returns "oauth 2.0 is not enabled for this method"
atlassian.com
2021.39
[ { "text": "unfortunately this [delete user api](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-delete) doesn’t support oauth [which is what asuser() and asapp() use for authentication](https://developer.atlassian.com/platform/forge/security/#oauth-scopes)\n\nin the rest api only those that are marked with “oauth scopes required” will work via that mechanism, e.g., [create issue api](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post) has\n\noauth scopes required: write:jira-work", "name": "", "is_accepted": true } ]
c3b8454383ff5305fde351e38e43cf75
always failed with this error when deploying forge app. this is my first time deploying forge app. >forge deploy running forge lint... no issues found. error: request to https://api.atlassian.com/graphql failed, reason: connect etimedout 18.136.214.14:443 have tried using 2 different networks …
always timeout during forge deploy
atlassian.com
2021.43
[ { "text": "hey [@ray](/u/ray). looks like your terminal can’t access [api.atlassian.com](http://api.atlassian.com). could you please check if your browser has any special proxy settings that allow reaching to the outer internet? also, could you please run something like curl -v https://api.atlassian.com/graphql?", "name": "", "is_accepted": true } ]
9dfa03a4aecd965a99f57f0e8d73ae16
hello everyone, after going through the settings a few days ago, i realized that there is an alternative ui option for the atlassian developer community (that is where you are reading this now! :slight\_smile: ) which i really like, so i thought i would share it with everyone. to enable it navigat…
[guide] change the user interface on atlassian developer community
atlassian.com
2021.31
[ { "text": "just fyi this is still very alpha and highly likely to change without notice!\n\nglad that you’re digging it, but it needs some serious real designer love (and not just me hacking at it!).\n\nbut hoping that we can keep making moves towards making things look better here. always open to input and though…", "name": "", "is_accepted": true } ]
ffacb326c7e1d69b8f723093ce0691f6
hi geeks! i am going through the tutorial on jira server plugins: <https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/> trying the very first steps and am getting errors. all i did is: atlas-create-jira-plugin atlas-run at the same time an addon for…
hello-world atlas-run cannot start jira instance
atlassian.com
2021.17
[ { "text": "hi piotr,\n\nsorry to hear you’re running into trouble.\n\ni just gave this a go on windows 10 and it was ok, but - i didn’t actually have time to go through all the steps in the tutorial.\n\nwhat i would recommend, based on your errors is that you try an atlas-clean in the plugin directory you created. …", "name": "", "is_accepted": true } ]
31fb8e05ca9f33d8f6564137a8a78744
hi, i am trying to search by an extracted contentproperty when using the searchmanager. contentproperties are using custom searchquery implementations from the com.atlassian.confluence.plugins.contentproperty.search.query but there does not seem to be a way of creating these. i am looking for so…
search for custom content property with c.a.c.search.v2.searchmanager
atlassian.com
2021.10
[ { "text": "as a workaround i was able to extract the contentpropertyindexschemamoduledescriptor via the pluginaccessor.\n\nfrom its pluginmodule the relevant contentpropertyschemafield can be extracted whose fieldname can be used to construct a com.atlassian.confluence.search.v2.query.termquery which can be used…", "name": "", "is_accepted": true } ]
58630486c8e811f74dc02ae9ee2e2abb
hey i want to look at the example code in the atlaskit control examples (e.g. user picker). unfortunately, i can’t look at this examples, because i’m not allowed to look at these examples. link to the examplehelper of the user picker: [https://codesandbox.io/s/kys4g?module=/example.tsx&file=/packag…](https://codesandbox.io/s/kys4g?module=/example.tsx&file=/packages/elements/user-picker/example-helpers/examplewrapper.js)
not allowed to view example "examplehelpers" of atlaskit
atlassian.com
2020.29
[ { "text": "resolved this privately", "name": "", "is_accepted": true } ]
810a7e10db5f839ce5b1e18bd7d59080
hey i am considering purpose of existing the migration feedback api, because it doesn’t work as i would expect. according to documentantion, feedback api should be useful to send migration feedback to server side your cloud app can use the feedback channel api to send feedback about the migratio…
purpose of existing migration feedback api
atlassian.com
2021.39
[ { "text": "hi [@kamil](/u/kamil),\n\nthanks for your question. yes, the feedback channel is designed to allow the cloud side of migration to communicate to server side to provide updates during the migration process. because of rules around gdpr and data usage, after a transfer is settled we remove everything related to tha…", "name": "", "is_accepted": true } ]
772bbe5893b731b4880399b74f9da785
i have some questions regarding the single select component in atlaskit. loading state it looks like the single select component doesn’t have any loading states. do you plan to add these or do we add these ourselves? we would like to show a loading state when we wait for data from the server. t…
single select component
atlassian.com
2021.17
[ { "text": "yup,1.6.1 has description. <https://aui-cdn.atlassian.com/atlaskit/stories/@atlaskit/single-select/1.6.1/?selectedkind=%40atlaskit%2fsingle-select&selectedstory=select%20with%20descriptions&full=0&down=1&left=1&panelright=0&downpanel=kadirahq%2fstorybook-addon-actions%2factions-panel>\n\nloading states…", "name": "", "is_accepted": true } ]
56735619ec1349de1366ecba7586a44c
hi everyone! i would like to share ideas about a problem we had faced when we were making our app, structure, compatible with jira 8. i think this can be helpful to other app developers. as you probably know, jira 8 comes with the new lucene engine. the binary lucene files are not compatible betwe…
migrating apps to jira 8: be careful when using jql from background threads
atlassian.com
2021.17
[ { "text": "important: please use this solution for jira 8+ only. some problems have been discovered with the usage of this approach in jira 7.x. thanks to lukasz wlodarczyk for clarification. please take a look at his [reply](https://community.developer.atlassian.com/t/migrating-apps-to-jira-8-be-careful-when-using-jql-from-background-threads/25686/6) for details.", "name": "", "is_accepted": true } ]
4faa4f2484b23602cd6c6799be2af327
i have a web panel displayed on jira issue details view page. the content of this web panel should be refreshed after a click on a submit button (that also exist on same webpanel section). the content is generated using a velocity template that get data from a contextmap provider. currently, i us…
how to reload the web panel content after a click on a button on the jira issue view details page
atlassian.com
2021.17
[ { "text": "the problem is resolved using:\n\njira.trigger(jira.events.refresh\\_issue\\_page, [jira.issue.getissueid()]);", "name": "", "is_accepted": true } ]
3fe6af99596bdcf96265ee2f837a6541
i’m doing the [translator example](https://bitbucket.org/atlassian/forge-issue-translation/src/master/) and finally this error shows: there was an error invoking the function - request to https://(theapi) failed, reason: write eproto ... no clue what is the problem here, i read something with ssl certification but no idea what means here
why i have a eproto error in my translator example?
atlassian.com
2021.25
[ { "text": "hey [@cris1](/u/cris1) i tested the translator app and also ran into some issues. not exactly the issue you describe but i was seeing 4xx responses while calling the translator api.\n\n[with these changes](https://bitbucket.org/atlassian/forge-issue-translation/pull-requests/5), i was able to get the translator app working as expected. these have been merged to master so could you try a…", "name": "", "is_accepted": true } ]
f78de5f32004cf599e776a538ff27c0e
hello guys! i am interested if there’s chance to add own a view into ‘your work’ page. i didn’t find any information in documentation, however i’d like to add new tab there. [[image]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/2/6/26fecb0487fba6a5f3962ea49f14b1e9082e6e62.png "image") cheers, kamil!
use the 'your work' page
atlassian.com
2020.34
[ { "text": "hi mel,\n\nthanks for your reply. i created the suggestion, here is ticket: <https://jira.atlassian.com/browse/jracloud-74900>\n\ncheers,\n\nkamil.", "name": "", "is_accepted": true } ]