id
stringlengths
32
32
text
stringlengths
0
895k
name
stringlengths
0
33k
domain
stringlengths
5
44
bucket
stringclasses
19 values
answers
list
fb1d7ecb8bac35d6b0f223866537002b
hi, i am trying jira expressions. on my dev instance the following rest for project props - /rest/api/2/project/10033/properties return a list with 2 properties when i try to get the same info using jira expressions - rest/api/2/expression/eval?expand=meta.complexity with data: { "expression":…
project properties is empty in jira expression
atlassian.com
2021.17
[ { "text": "hi, [@efrosina](/u/efrosina),\n\nproject.properties returns the [entityproperties](https://developer.atlassian.com/cloud/jira/platform/jira-expressions-type-reference/#entityproperties) object, which itself is not serialized to anything useful when returned from the rest api. you can interact it with it to get a property with a given key or a list of all property keys. you could do, for example:\n\nproject.properties\n\n…", "name": "", "is_accepted": true } ]
ecf06739f12625123a6b60112da1bbd4
i have weird issue with new connect add-on (jira-timesheet-plugin) with licensing enabled in atlassian-connect.json, all installations have no license, i.e. there is always lic=none in requests from jira. e.g. aug 04 11:47:50 timesheet-plugin heroku/router: at=info method=post path="/worklog-crea…
no license for all installations
atlassian.com
2021.17
[ { "text": "hey andriy.\n\nthis is definitely a critical issue. i have raised [addon-258](https://ecosystem.atlassian.net/browse/addon-258) to start the investigation. unfortunately the upm is in san francisco and wont be online until 9am pdt", "name": "", "is_accepted": true } ]
971a1877065574a181df17c76b22969a
how many successive rest api calls can one do before anticipating a performance hit on a dedicated jira standalone instance? scenario: an application loops through a list and creates an issue in jira using the rest api for each item sequentially. there is no limit to the number of issues at this ti…
successive jira rest api calls and performance
atlassian.com
2021.39
[ { "text": "i have never really worked with successive create rest api on my own. i have done something similar using plugin. but on high level their is no performance hit. i had my task running for 6 days in a row creating 10k issues per hour on average. everything else was running fine while the back end task…", "name": "", "is_accepted": true } ]
bbfa029f09cb76665782a989ae849e8d
hi there, i am trying to check if a user has a view-permission on a page and it isn’t working as documented. here is an example code with the issue: optional<content> page = contentservice.find() .withid(contentid.of(pageid)) .fetch(); if (page.ispresent()) { t…
permissionmanager.haspermission(...) throws illegalargumentexception for non-admin user
atlassian.com
2021.43
[ { "text": "hello [@petrijuhaniriipinen](/u/petrijuhaniriipinen)\n\nthe article you mentioned [how do i tell if a user has permission to...?](https://developer.atlassian.com/server/confluence/how-do-i-tell-if-a-user-has-permission-to) is correct, however permissionmanager is traditionally used with pagemanager , spacemanager, commentmanager … and not with our java api models and services.\n\nwe recommend to use the java api services …", "name": "", "is_accepted": true } ]
c0ad8d163d4d39802c72acbd20618414
i am learning to build app for server. i am using react for my front end code and bundling it using web pack. and atlassian-webresource-webpack-plugin. the files are generated properly within target folder. also the related xml enteries are generated. however when i try to require those resources u…
getting java.lang exception while trying to bundle my frontend resources using atlassian-webresource-webpack-plugin
atlassian.com
2021.39
[ { "text": "thanks,\n\n[@ernst.stefan](/u/ernst.stefan)\n\ni was targeting different folders for js, css and media.\n\ni managed that by handling output file name in webpack keeping rest as i have mentioned before.\n\n…\n\noutput: {\n\npath: path.resolve(mvn\\_output\\_dir),\n\nfilename: “js/[name].js”\n\n}\n\n…\n\nyour solution was similar to what had …", "name": "", "is_accepted": true } ]
338dab3a7ed9467b2e8628eb5a230c4f
hey, i want to get the result of what the rest endpointrest/api/content/{id} gives me, but programmatically. is there any way getting these informations without calling the rest api? making the request seems kind of redundant as i’m inside the application anyway. i don’t even need the whole thing,…
get content / link to content by id programmatically
atlassian.com
2020.34
[ { "text": "hi [@philipfeldmann](/u/philipfeldmann) you can use the contentservice from our java api.\n\nimport com.atlassian.confluence.api.model.content.id.contentid;\n\nimport com.atlassian.confluence.api.model.link.link;\n\nimport com.atlassian.confluence.api.model.link.linktype;\n\nimport com.atlassian.confluence.api.service.content.cont…", "name": "", "is_accepted": true } ]
4dced9fbc4284887663a65067335227c
am i going mental? i’m sure i had version 1.6.2 of jcma installed recently; now i can’t find it [on the marketplace](https://marketplace.atlassian.com/apps/1222010/jira-cloud-migration-assistant/version-history). it’s kind of important since only that version calls the new discoverablelistener types, innit?
jcma 1.6.2 gone?
atlassian.com
2021.43
[ { "text": "yeah, you are right, see [[mig-671] discoverable app listeners for app migration - create and track feature requests for atlassian products.](https://jira.atlassian.com/browse/mig-671)", "name": "", "is_accepted": true } ]
b10aff09506eae2311ee20c8df296521
i just moved my atlassian connect express add-on to heroku. now every endpoint that uses addon.authenticate() returns 401 (unauthorized). in heroku, i’ve set the node\_env config variable to “production” so that the “production” config in config.json is used. i’m using heroku postgres as the store (…
401 (unauthorized) after moving to heroku
atlassian.com
2021.17
[ { "text": "i figured it out. i had a custom route for /installed that did nothing except returning a 200 status code. removing that made the add-on start working again.", "name": "", "is_accepted": true } ]
e7e6032fb33221c058891ca024ce3f16
we’ve worked on an integration with jira and baked in an assumption that instances will have a [atlassian.net](http://atlassian.net) subdomain. now we’re finding that some people have [jira.com](http://jira.com) subdomains. how does someone get a jira[.]com subdomain? how common is this?
in what cases would someone have a jira.com subdomain
atlassian.com
2021.17
[ { "text": "[@daniel](/u/daniel) is correct that this is a legacy from some of atlassian’s oldest hosted offerings. all new customers are currently provisioned on *.atlassian.net domains, but you should not rely on this. the best way to validate a url is usually to hit the [serverinfo](https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-serverinfo-get) rest api endpoint.", "name": "", "is_accepted": true } ]
88e9f8911dc00fdc7222b13a44a62758
i am trying to find the java api that will add a comment on the “page history” page under the comment column. so what i am doing is when something on my macro changes, i force the page update like so: pagemanager.<page>savenewversion(page, page1 -> page1.setbodycontent(content)); as expected the p…
how to add a comment for the page version created?
atlassian.com
2021.39
[ { "text": "found the solution that fits my needs:\n\npagemanager.<page>savenewversion(page, page1 -> {\n\npage1.setbodycontent(content);\n\npage1.setversioncomment(\"version created by the plugin\");\n\n});", "name": "", "is_accepted": true } ]
575608730aa2ee19915583c09e82e1a2
hi, it was my understanding that tenant’s shared secret stays the same if an add-on is being reinstalled after uninstall. (see <https://developer.atlassian.com/static/connect/docs/latest/concepts/authentication.html> the “signing of the lifecycle callbacks” clause). however, when testing on my jira …
shared secret changes on each reinstall - should it be that way?
atlassian.com
2021.17
[ { "text": "yes, this is correct.\n\nyou authenticate the subsequent installed call with the previous shared secret like any other request, and then go on to update the shared secret in the database", "name": "", "is_accepted": true } ]
a7bb25f2c1c6caa6a5d6e11c971c7526
hello, i am working with atlassian connect and spring boot. i am trying to make authenticated calls from the iframe back to my app in a confluence macro editor but i simply cannot. i have just tried to replicate this example [bitbucket](https://bitbucket.org/atlassian/atlassian-connect-spring-boot-samples/src/master/atlassian-connect-spring-boot-sample-ajax/) and while it works in jira i cannot make it work in confluence (…
cannot authenticate request to my app in confluence
atlassian.com
2021.31
[ { "text": "hi [@ajdionisio](/u/ajdionisio),\n\nas the example is a bit outdated i suspect you are running into the recent changes described in [this topic](https://community.developer.atlassian.com/t/action-required-atlassian-connect-vulnerability-allows-bypass-of-app-qsh-verification-via-context-jwts/47072). there’s a few steps you’ll need to take in order to get it working:\n\nset <atlassian-connect-spring-boot.version>2.1.0</atlassian-connect-spring-boot.version> to 2.1.5 or late…", "name": "", "is_accepted": true } ]
b78955e957508443725bac81d97139c9
hello, i’m currently working on a confluence macro plugin and got stuck on a (simple) task. my java macro class implements the „editorimageplaceholder“ interface which returns the image placeholder via the „getimageplaceholder()“ method. my image placeholder for a macro change dynamic and get upda…
resize macro image placeholder
atlassian.com
2021.17
[ { "text": "yeah, now that you mention it, the saving macros with js in the editor can be pretty tricky, since it’s not documented very well. if you have any specific questions, i could have a look at how i solved it. as for hiding the edit button, have you tried something like this when you register your panel…", "name": "", "is_accepted": true } ]
9ecbdcabde863e6e874c7f5f6dd64f7e
hello everyone. i’ve recently faced an issue where my @atlaskit/button component throws an error uncaught typeerror: k.default.span is not a function, whenever i use it. the issue went away after i’ve added unsafe-inline to permissions.content.styles array, but after a fresh deploy, it’s happening a…
`uncaught typeerror: k.default.span is not a function` when using component from `@atlaskit/button`
atlassian.com
2021.39
[ { "text": "hey, thankfully the error went away after uninstalling the @atlaskit/button package and installing it again :smile:", "name": "", "is_accepted": true } ]
32a6c7beabd241e4e71ca3a958da1311
i am using ace and node.js, but i cannot get jwt to work. i would like to know how to enable jwt in ace. is there anything else that i am missing? what i do know is the following. setting atlassian-connect.json “authentication”:{“type”: “jwt”} use “addon.authenticate(true)”
how to enable jwt in ace?
atlassian.com
2021.39
[ { "text": "i re-installed the app in jira and it fixed the problem, but i’m not sure what caused it.\n\ni’m going to post this in a new topic because another new problem has arisen.", "name": "", "is_accepted": true } ]
41d9e61ab73ef9098452df80d8e0cc9e
hello, my app searches for all trello cards from a user that are due a specific date. i’m doing this via the /search route. it all worked fine the last few days, but today it only worked 30% of the time and gives me the following error: {“error”:“elastic\_search\_search\_failed”,“message”:“search serv…
search api throws error "search service failed"
atlassian.com
2019.47
[ { "text": "this was related the incident here: <https://trello.status.atlassian.com/incidents/gp6djkl8hkxb>\n\nthe search endpoint/service that is exposed via the api is the same one that the web client uses.", "name": "", "is_accepted": true } ]
b32ca56c55f9cffdf1f288fc47addc05
hi, everybody! i wonder is it possible to pass any jira rest api parameter via webhooks from another application to jira. i would like to do a jira transition (or update an issue field value) by gitlab webhooks. for example: curl -d- -u user:pass -x post --data ‘{“transition”:{“id”:“transition\_i…
how to pass any jira rest api parameters via webhooks?
atlassian.com
2021.17
[ { "text": "the jira rest api [end-point for performing a workflow transition](https://docs.atlassian.com/software/jira/docs/api/rest/7.8.0/#api/2/issue-dotransition) accepts an http post.\n\na webhook is just a callback that is implemented using http requests. the receiving end commonly accepts an http post indicating that an event of some kind has occurred.\n\ni haven’t used [gitlab webhooks](https://docs.gitlab.com/ce/user/project/integrations/webhooks.html), but it se…", "name": "", "is_accepted": true } ]
9fc284e3ac144dd0c54039fd8f28b988
my app was working fine in dev mode. started the submission process for the marketplace. went back to the dev environment a week later and all of a sudden it no longer registers: failed to register with host (url to my dev instance)/ (200) the app host returned http response code of 404 when we tri…
auto-register is no longer working with ace
atlassian.com
2021.43
[ { "text": "hi, check this one: [install event calling //install and returning 404 error on install](https://community.developer.atlassian.com/t/install-event-calling-install-and-returning-404-error-on-install/35687)", "name": "", "is_accepted": true } ]
c8f1fc031bb1ccf0c84f75494b799dfe
hello, i want to write a script in java for checking content in our confluence cloud automatically. first i tried it out with postman and that worked very well. i then tried to write this in java to add analyses to responses but my get request is not working. i checked atlassian and java documenta…
how to use rest-api with java httpclient?
atlassian.com
2021.10
[ { "text": "okay, i changed to .version(httpclient.version.http\\_1\\_1) and now it’s working.", "name": "", "is_accepted": true } ]
59d7ccf42b5b41648a39a697475dc7c7
hi everyone, we just announced atlassian ventures, a $50m fund focused on strengthening our ecosystem. our developer community is a key part of our mission to unleash the potential to every team, and with this fund, we’ll be able to put our money where our mouth is. we will invest in three types o…
announcing atlassian ventures!
atlassian.com
2020.45
[ { "text": "there is no fixed deadline - applications are accepted on a rolling basis and will be reviewed monthly, so you can expect a 4-6 week window for a reply.", "name": "", "is_accepted": true } ]
4e74ba0829a343ddc015caebcf9c8d4b
is there any way to get from the rest api which trello boards my user is watching? or alternatively whether my user is watching a particular board?
how to check which boards my user is watching?
atlassian.com
2021.21
[ { "text": "it doesn’t appear that you can get a list of all of the boards your member is watching. is there a place in the trello ui that this is available? i tend to start looking at the network requests happening for things in the ui to lead me to which api resource is being used.\n\nhowever, you can definitel…", "name": "", "is_accepted": true } ]
c7800ee835d4a603d6469df3e2f2118a
i have noticed that a call to /rest/agile/1.0/board/{boardid}/backlog is now returning sub-tasks as part of the backlog. this seems like a bug to me or has something changed? am i missing something? cheers, justin
cloud rest api for backlog now returning sub-tasks
atlassian.com
2021.17
[ { "text": "hi [@ubangy](/u/ubangy),\n\ni think this is a bug. we’re looking into it.\n\nif this is affecting you, you can add ?jql=issuetype%20not%20in%20subtaskissuetypes() to exclude sub-tasks from the response.\n\ncheers,\n\ndave", "name": "", "is_accepted": true } ]
3a48dd527d8ae9a66c7b84e0fe2f624e
hey team excited to be working on my first jira plugin. we’re making something for our service to enhance the issues view. right now, i’ve just finished the tutorial here: <https://developer.atlassian.com/cloud/jira/platform/project-activity/> however, i had a difficult time following it. during …
when should i have to delete and reinstall the app?
atlassian.com
2020.05
[ { "text": "change the development part to be:\n\n\"development\": {\n\n// this is the port your express server will listen on\n\n\"port\": 3000,\n\n//use 'unauthorized.hbs' template for displaying an error page\n\n\"errortemplate\": true,\n\n// atlassian-connect-express currently integrates wi…", "name": "", "is_accepted": true } ]
41a518f71448145acd51e6d3082ceaf0
hi people, i want to ask you is there any way for reducing the production bundle size of atlaskit? how do you cope with this since as you can see in the image attached the node\_modules folder is around 2 mb ? [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/2/b/2b27a09a356f098f3182dffaf6a4ba54927aff95.png "image") kind regards, philip kasapov
atlaskit production bundle size
atlassian.com
2021.39
[ { "text": "extremely aggressive tree shaking, dynamic module loading & chunk splitting", "name": "", "is_accepted": true } ]
735054c68349094637416156eac87b42
i am trying to make a forge app with with jira:issuepanel. the user must click the button with the app name for every issue. is it possible to add the jira:issuepanel automatically for every issue (per project or for all projects on a domain)?
make jira:issuepanel added always
atlassian.com
2021.39
[ { "text": "hi [@ondejmedek](/u/ondejmedek),\n\nno, at least not at the moment. but things may change in the future depending on the feature demand.\n\nthanks,\n\nvitalii", "name": "", "is_accepted": true } ]
179468c3c974aab778f081909441ac4e
hey there! looks like within the last days, two new rest apis got added to confluence cloud: <https://developer.atlassian.com/cloud/confluence/rest/api-group-inline-tasks/#api-wiki-rest-api-inlinetasks-inlinetaskid-get> [https://developer.atlassian.com/cloud/confluence/rest/api-group-inline-tasks/#a…](https://developer.atlassian.com/cloud/confluence/rest/api-group-inline-tasks/#api-wiki-rest-api-inlinetasks-inlinetaskid-put)
connect access to new inline task apis
atlassian.com
2021.39
[ { "text": "hi [@fabiansiegel](/u/fabiansiegel)\n\nthese actually isn’t yet available in production, but will be by early next week. the docs got ahead of us this time! and yes, there’ll be connect support for the apis as well.\n\nthanks,\n\nryan", "name": "", "is_accepted": true } ]
83639a4fbc0757d3a1ba8ef2119286f2
tldr: i think the custom field module (or forge-ui component) is broken as it can not render text components with strings in them. hi, i’m trying to build a forge app that provides a custom field. a couple months ago, we had this working but hit another roadblock, then i recently updated all packa…
custom field module does not accept strings in text components
atlassian.com
2021.43
[ { "text": "the issue should be fixed now :slight\\_smile:", "name": "", "is_accepted": true } ]
fc2dd087cb6ebe98c514c1a910415116
i have a jira add-on which listens for the issue “jira:issue\_updated” before calling my api. this has been working well till now. but this morning i noticed that this webhook has stopped firing consistently. it fires perhaps 1/3 of the time it should. it will go short stretches where it fires, the…
webhooks suddenly stopped firing consistently in production (please help)
atlassian.com
2021.31
[ { "text": "this issue appears to have been an issue with heroku which impacted instances in australia.\n\n<https://status.heroku.com/incidents/2303>\n\nthanks for looking into this [@aagrawal2](/u/aagrawal2)", "name": "", "is_accepted": true } ]
eb9ef1c11177dccf11a9bda169557e3a
hello i am trying to do the [space-blueprint](https://developer.atlassian.com/server/confluence/write-a-simple-confluence-space-blueprint/) tutorial. but the plugin does not run properly. the space creation wizard does not appear. in my browser console i have this error, when i create a new space using my blueprint : uncaught error: wizard points to a non-existent soy template ‘confluence.s…
space blueprint tutorial
atlassian.com
2021.43
[ { "text": "my error was in atlassian-plugin.xml. i had :\n\n<context>space-blueprint</context> (default skeleton from the sdk)\n\ninstead of :\n\n<context>create-space</context>\n\nbut i don’t understand what this context means.", "name": "", "is_accepted": true } ]
e56108f2f87c34c31bda3e5e2a557ec3
when a user clicks a quick-add button, the issue\_quick\_add\_clicked event is sent. i understand that apps can listen for this event using the javascript api. since the web panel associated with the issue content module won’t have been rendered at that point, how should the app run the javascript that…
listening for issue\_quick\_add\_clicked
atlassian.com
2021.17
[ { "text": "answering my own question:\n\nthe content of the issue content panel is downloaded first, and then the issue\\_quick\\_add\\_clicked event is fired. any javascript that wants to listen for the event can be included in the panel content.", "name": "", "is_accepted": true } ]
47c813f6ae04568a5541cb0f9b5c802f
when we migrate a jira server instance with dashboards containing add-on gadgets to a jira cloud instance they no longer work. custom charts for jira status & progress report gadget for jira individual velocity report/chart gadget gauge gadget for example, we built custom charts to be identical o…
server to cloud dashboard gadget migration errors
atlassian.com
2020.34
[ { "text": "[@tomharris](/u/tomharris) - yes. the app migration apis will be available by early september and following that we plan to run a customer eap allowing customers to run app data migrations using the cloud migrations assistants for apps that have opt’d in. i’d encourage [you to sign up to include your app in the eap](https://forms.gle/qnltst5qmarzjrog8).…", "name": "", "is_accepted": true } ]
dd5bbf58c5aaca4986a9ab7b18eec88b
we want to build onto the feature of another plugin, is there a way to declare a dependency to another plugin? such that installing our plugin requires installation of another plugin?
correct way to declare dependency of another plugin?
atlassian.com
2021.17
[ { "text": "hi [@alan](/u/alan),\n\nyou may want to look <https://summit.atlassian.com/archives/2012/plugin-dev/plugins-in-your-plugins?_ga=2.175715749.60309501.1502662359-338727294.1501022059>\n\nthanks!\n\ncheers,\n\nanne calantog", "name": "", "is_accepted": true } ]
812a8767d566efbcdb45895b2035b072
i am having an issue trying to build an app around the 3lo oauth2 flow. i get the initial authorization url from my app page with the oauth scopes of read:jira-user and read:jira-work. i get a url back with a code in it. i then take the code and attempt to generate the access\_token through postman: …
oauth2 3lo unable to exchange code for access token
atlassian.com
2021.17
[ { "text": "[@haskovec](/u/haskovec) thanks for reaching out. it took me a while to spot what was triggering the error you see :slight\\_smile: your payload is mostly correct, apart from the client\\_id line where you have an extra colon in the key.\n\nhere’s the command with the typo fixed:\n\ncurl -x post \\\n\nhttps://auth.atlassian…", "name": "", "is_accepted": true } ]
d3657e7cce8c40f4bd0f5cbdfc3e371a
hi, i’ve registered a webhook on the comment\_delete event, and i’ve noticed that the event is also dispatched when an issue is deleted for each comment on that issue so for example if i delete an issue with 25 comments then 25 comment\_delete events are dispatched too. is that behaviour intentiona…
why deleting an issue sends also comment\_deleted events?
atlassian.com
2021.17
[ { "text": "hi [@anon44287143](/u/anon44287143),\n\nyes this is expected. for performance reasons we separate issue webhooks from comment webhooks, and having a dedicated webhook that behaves differently for when there are multiple comments on an issue and the issue is deleted adds a lot of complexity both for us and developers usi…", "name": "", "is_accepted": true } ]
a56e8ebf19804c3a0faec5de491572f3
how do i fix this? [[image-20190924-061919]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/4/a/4afa0fda88e2672a86065d3eeb326fec628ab494.png "image-20190924-061919")
why is my plugin showing up in the non-compatible applications list in the cdn plugin health checks?
atlassian.com
2021.17
[ { "text": "in bitbucket server 6.8, cdn support for caching static assets(such as javascript, css, and fonts) was added. this includes static resources that are served by plugins. the warning is displayed is when bitbucket detects that a marketplace or other user-installed app is using a deprecated method.\n\nth…", "name": "", "is_accepted": true } ]
b9ab01426ca7727d6f3e40d26d625e08
other api interfaces are exposed, but storageapi isn’t as follows: interface storageapi extends storagemethods, queryapi { } verified with @forge/api:2.0.0 (@forge/api/out/index.d.ts) if this isn’t intentional, please export the interface so that forge app developers can use the interface in the…
please consider exporting storageapi interface for typescript
atlassian.com
2021.25
[ { "text": "hey [@i05](/u/i05) and [@mwulff](/u/mwulff),\n\nwe have fixed this internally and it will be available next week as part of the next @forge/api release.", "name": "", "is_accepted": true } ]
d3980161760e806d71272e21bfabb6e4
hello! i created plugin using mvn archetype:generate -darchetypegroupid=com.atlassian.connect -darchetypeartifactid=atlassian-connect-spring-boot-archetype -darchetypeversion=1.5.1 atlassian-connect.json {... "scopes": [ "read", "write" ], "authentication": { "type": "jwt" }, …
how to implement jwt authorization in addon rest spring atlassian connect api?
atlassian.com
2021.17
[ { "text": "[@arthurdnu](/u/arthurdnu), see answers below.\n\nsee [my answer](https://community.developer.atlassian.com/t/how-to-authenticate-into-external-server-addon-rest-api/26442/4?u=epehrson) to your other post [how to authenticate into external server (addon rest api)?](https://community.developer.atlassian.com/t/how-to-authenticate-into-external-server-addon-rest-api/26442) (please don’t double-post.)\n\nplease see the spring boot documentation, e.g. [serving static web content with spring boot](https://spring.io/blog/2013/12/19/serving-static-web-content-with-spring-boot) and [spring boot reference guide: 28.1.5 static content](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-developing-web-applications.html#boot-features-spring-mvc-static-content).\n\n…", "name": "", "is_accepted": true } ]
749829c8ff4051e0c71c19160bce670e
hello, i struggled with a problem on quickreload. i use gulp to build my js and css files, and this gulpfile alos the package.json was in src/main/resources. so there was also the node\_modules folder with a lot of files. don’t do this because quickreload read all the files and this occures in an …
quickreload has problems with node\_modules folder
atlassian.com
2021.17
[ { "text": "the solution is to move the package.json away from sr/main/resoruces. maybe in the root of the project or somewhere else.", "name": "", "is_accepted": true } ]
e9a78c91b773759e2cdfdb24de1d9bb7
i am unable to access the ‘set-cookie’ headers from the response object of calling fetch. here is a sample code that demonstrates this issue import fetch from 'node-fetch'; const response = await fetch(`${base\_url}/loginwithemail`, { method: 'post', body: json.stringify(payload), headers: { …
cannot access 'set-cookie' header from response
atlassian.com
2021.39
[ { "text": "the issue occurred due to using node-fetch package rather than @forge/api. after switching everything works as it should. here is the modified version of the code.\n\nimport {fetch} from '@forge/api';\n\nconst response = await fetch(`${base\\_url}/loginwithemail`, {\n\nmethod: 'post',\n\nbody: json.stringify…", "name": "", "is_accepted": true } ]
76a20d737b78138c205ef8846326f83f
hi everybody i’m currently not able to login (via forge) and i suspect it’s because im behind a firewall. im not sure where to configure the proxy to get forge working. i’ve been reading up on configuring the proxy settings for npm but it’s not working. att is a screenshot of the error im getting …
unable to log into forge from behind corporate firewall
atlassian.com
2021.04
[ { "text": "hey everybody\n\nhad to follow the following steps to get this working:\n\ndownload and install latest version of npm\n\nconfigure proxy entries in the .npmrc file: stackoverflow dot com/questions/7559648/is-there-a-way-to-make-npm-install-the-command-to-work-behind-proxy\n\ninstall windows global build tool…", "name": "", "is_accepted": true } ]
eed13b359294eec6b7396cfd8c670805
after upgrade to confluence 7.0.0 or later apache poi not work on my app (it is 3rd-party api compiled in pom.xml to my app). i get class not found error. what causes this and is there a way to fix this issue?
after upgrade to confluence 7.0.0 or later apache poi not work on my app
atlassian.com
2021.17
[ { "text": "i got it now to work with upgrading apache poi to 4.1.0. older versions of poi do not work with latest confluence.", "name": "", "is_accepted": true } ]
81ba6e8deadb1dd71443e15e67dcf535
hello! i implemented usage of personal data reporting api, it works and jira returns 204 code (the request is successful and no action by the app is required, with respect to the accounts sent in the request.) but i don’t understood, how regular jira user can see result of usage this api (any info…
personal data reporting api - user view and usage
atlassian.com
2020.34
[ { "text": "can you give more details to what api you’re talking about? are you talking about <https://developer.atlassian.com/cloud/jira/platform/user-privacy-developer-guide/> (ie /rest/atlassian-connect/latest/report-accounts )?\n\nif so - that is not for end users but rather for apps that have downloaded perso…", "name": "", "is_accepted": true } ]
a072cac1a365c286c777a379d7612ed8
i am not able to run atlas tools (atlas-package or atlas-run) using jira 8.1 or higher. i get a message saying i cannot download the jar files: failed to collect dependencies at com.atlassian.jira:jira-api:jar:8.1.1: failed to read artifact descriptor for com.atlassian.jira:jira-api:jar:8.1.1: …
unable to download jira 8.1+ with atlas
atlassian.com
2021.17
[ { "text": "for jira 8 and later, you’ll need to use a later version of amps (and the atlassian plugin sdk if you use the atlas- commands).\n\nthere were several changes that were needed to make amps compatible with jira 8.\n\nplease check out [announcing amps 8.0.0](https://community.developer.atlassian.com/t/announcing-amps-8-0-0/26791) for more information.\n\ncheers,\n\nmelissa", "name": "", "is_accepted": true } ]
7e4ee4370ab0a04968a103185abc6ce8
<https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/> i am trying to create an api key, but i always get a 404 page. is there another page to do that?
not able to create an api key
atlassian.com
2021.43
[ { "text": "right, that’s a 401 (not logged in) error and not a 404 (not found). are you making sure you’re logged into an account first before tying to access that url? have you tried a different browser (again, making sure you’re logged into a valid trello account first)?", "name": "", "is_accepted": true } ]
4d9da38c64f3ef295849e2ef1e70176d
hi i am doing some webhook stuff, and was just wondering : is the card id unique across all boards or do i have to pair it with the board id to get it unique ?
card id unique across boards?
atlassian.com
2019.43
[ { "text": "a card’s id and shortlink are both unique across all boards. no need to pair it with the board id.", "name": "", "is_accepted": true } ]
4336397109d01ceb21d00babcfafda83
i’d really like to get updates in my reader.
are there any rss feeds for this community?
atlassian.com
2021.17
[ { "text": "i had to look in the html source but there are rss feeds for anything based on which page you’re looking at. here’s some example rss feeds i found:\n\nrss feed for latest topic: <https://community.developer.atlassian.com/latest.rss>\n\nrss feed for latest posts: [https://community.developer.atlassian.co…](https://community.developer.atlassian.com/posts.rss)", "name": "", "is_accepted": true } ]
579967f5efcb7e3ad8ea31296f681455
hi there, i like to fire an event on changes of checkboxes within a dropdown2. my dropdown: <a href="#dropdown-trigger" aria-owns="dropdown" aria-haspopup="true" class="aui-button aui-style-default aui-dropdown2-trigger"> dropdown trigger </a> <div id="dropdown" class="aui-dropdown2 aui-style…
on change event for aui-dropdown2 with checkboxes
atlassian.com
2021.17
[ { "text": "working fine now, my xml file was the problem.", "name": "", "is_accepted": true } ]
8b717a9709492b7d869ace0d3c695811
i am trying to add a work log to some issue with my app. i managed to write this function and pass proper parameter to it but i am not getting any answer from the api endpoint. postworklogdata = async (worklog) => { const context = useproductcontext(); // @ts-ignore const issuekey = c…
trying @forge/api i do not get a result (supposedly there is error 500 on api endpoint)
atlassian.com
2020.50
[ { "text": "hi [@richardvencu](/u/richardvencu),\n\ni think the way you are calling refresh() is the problem here. in the example below i’ve added a handlesubmit function that sets the state, and then calls refresh. currently, you cannot have async function calls in the top level function unless you use a hook.\n\nconst [submitted, s…", "name": "", "is_accepted": true } ]
903551c9a7d56ec8d67c9507288ce9c9
hi, we’ve recently released a new version of our app, and contacted a few of our client to test out new features. the app wasn’t updated yet on their instances, so we’ve asked them to update through the plugin manager in jira. unfortunately, this is the error they are receiving. [[17%20pm]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/b/6/b6ea94262f3d5d6128163d6a4d99ff59f762394b.png "17%20pm") looks…
client cannot update an add-on version through marketplace
atlassian.com
2021.39
[ { "text": "[@bartlomiej](/u/bartlomiej) your descriptor is too big. can you raise a [devhelp](https://ecosystem.atlassian.net/servicedesk/customer/portal/14) issue or talk direct with the jira ecosystem team to discuss your use case please?\n\ni’ve raised an internal issue to fix our error messaging", "name": "", "is_accepted": true } ]
fc100ef4efe8d505c3298243e9207f75
hi team, i wanna redirect the request that contains “x-requested-with: xmlhttprequest” in the header. i know that response.sendredirect(url) method is not possible in ajax call, so i tried: httprequest.getrequestdispatcher(“myservlet”).forward(req, res); //or httprequest.getrequestdispatcher(“m…
servlet redirect in ajax request
atlassian.com
2021.17
[ { "text": "resolved :smiley:\n\nput this code into the client-side:\n\nfunction requestunauthorized(xhr) {\n\nwindow.location.href = xhr.getresponseheader(“location”);\n\n}\n\n(function($) {\n\n$.ajaxsetup({\n\nstatuscode: {\n\n401: requestunauthorized,\n\n}\n\n});\n\n})(window.jquery);\n\nand all request can be redirect to another p…", "name": "", "is_accepted": true } ]
b8d9686bb647e3e4784e8d642f0bbf1c
i’m trying to install [jira-issue-field-demo app](https://bitbucket.org/atlassianlabs/jira-issue-field-demo/overview), but i get an error portfolio for jira must be licensed for the team field to be available when adding the custom field on a screen. how to fix it? thank you
portfolio for jira must be licensed for the team field to be available
atlassian.com
2021.17
[ { "text": "hi [@alexey](/u/alexey),\n\ntry changing the name of the field in the app descriptor to “account” (or anything besides “team”) (l[ine 50 here](https://bitbucket.org/atlassianlabs/jira-issue-field-demo/src/b34a29be83e0019233212fc14b8cfe7d12c21ba2/atlassian-connect.json?at=master&fileviewer=file-view-default)) and reinstalling the app.\n\ndave", "name": "", "is_accepted": true } ]
1309bf764af2710e219847c7bbe8ca6e
i have a problem. i am trying to listen to worklogs and get issue key. but seems like everthing i am try to do i get some error. recently i hit one i have no idea anymore what could i’ve do. [info] [talledlocalcontainer] 2017-03-31 11:23:42,164 quickreload - plugin installer error [c.a.p.osgi…
worklogs listener problem never resolved service '&eve > ntpublisher'
atlassian.com
2021.17
[ { "text": "first of all, add the @scanned annotation to your issuecreatedresolvedlistener class and finally remove the @inject annotation an replace it with the @autowired annotation from spring. i’m not 100% sure but i think with the springframework annotations you’re on the safe side.\n\nand like sfbehnke alre…", "name": "", "is_accepted": true } ]
351baedc6835cef769905127ee15d907
so i’ve been trying to rework the atlassian connect express tutorial to reuse the same ngrok tunnel and just restart the server without having to reinstall the app, but i’ve run into a bit of a baffling issue. failed to register with host https://xxxxxx.atlassian.net/wiki (400) {"subcode":"upm.plug…
unable to register addon with development host (error 400 - invalid uri syntax)
atlassian.com
2021.17
[ { "text": "i have solved it. for some god-forsaken reason, uris without a forward slash at the end are rejected.\n\nadditionally, if you are starting the ngrok tunnel yourself, ace does not change the base url in the atlassian-connect.json file which means you also have to do that yourself.\n\nhere is the final sc…", "name": "", "is_accepted": true } ]
7b0f6f7ce3867736791cc57d0dc21a80
help guys please!!! [[6]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/7/9/7970f7bb197790009b32faa353ec8b8baba1c92d.jpg "6")
atlas-create-jira-plugin erorrs wiindows
atlassian.com
2021.17
[ { "text": "hi [@vladimirdementev](/u/vladimirdementev),\n\nian here, we’ve been discussing this item in developer support but i think the information and answer we arrive with can greatly help other members of the community who is facing a similar issue. with the error you got, it is possible that you are running behind a proxy. for m…", "name": "", "is_accepted": true } ]
5aead61a3a740fac215b3e6c532624a9
hello. when i’m trying to change navigation of my project nothing is changing on jira cloud instances until reinstall. i assume that this task could be solved on the side of marketplace(it will automaticaly update atlassian-connect on jira instances). but i’m not sure that this is correct. do anyon…
how to deploy changes in atlassian-connect.json
atlassian.com
2021.17
[ { "text": "change to the atlassian-connect.json are typically detected automatically and pushed to all instances (see <https://developer.atlassian.com/platform/marketplace/upgrading-and-versioning-cloud-apps/>). however, there is a small subset of changes that require manual reinstall by system administrators.\n\ni…", "name": "", "is_accepted": true } ]
5343c75fe549acac5de7ea060cd13788
in [this sample jira event listener plugin](https://developer.atlassian.com/jiradev/jira-platform/guides/other/tutorial-writing-jira-event-listeners-with-the-atlassian-event-library?_ga=1.131048463.1486092771.1488526460), it says “the org.springframework version should match the version used by the upm”. how do i find out what version the upm uses? the jira version is 7.2.6
how to find out org.springframework version used by upm
atlassian.com
2021.17
[ { "text": "i’m guessing that the reason that the tutorial references the osgi framework is for the disposablebean and initializingbean pieces.\n\nyou can skip those though and just use the lifecycleaware interface from sal (much nicer :slight\\_smile: ). just do a dependency on sal api in your pom:\n\n<dependency>\n\n…", "name": "", "is_accepted": true } ]
bbd70fd5728c2c810fa53a9779f4de86
i wrote a plugin. it has function for upload image and show image it via url. i uploaded the image and store it in the (tomcat of jira : …/…/container/tomcat8x/cargo-jira-home/webapps/jira/images) then the image can be access via url …/jira/secure/imagename.jpg but i wonder if the image stored in …
where can i store images (uploaded via plugin) and make them available with a url in a plugin?
atlassian.com
2021.17
[ { "text": "i resolve this problem by use the rest api.\n\ni save the image in jira\\_home. and read image, send it via rest(url)", "name": "", "is_accepted": true } ]
bd1d3a93130f0e4cda0f24674a4a6a16
hi, just wondering if <https://go.atlassian.com/cloud-dev> is no longer available or if this is a temporary outage ? thanks. m.
atlassian cloud dev instance
atlassian.com
2021.17
[ { "text": "[image] atlaspro:\n\n<https://go.atlassian.com/cloud-dev>\n\ntry changing https to http, that should work (as mentioned in <https://developer.atlassian.com/cloud/jira/platform/getting-started/>) :slight\\_smile:\n\ncheers,\n\nian", "name": "", "is_accepted": true } ]
5530705ab10cd7f27116bc82ada9a9ba
hi, when using atlassian-connect-express with postgres, the following depreciation warning appears at app startup: deprecationwarning: implicit disabling of certificate verification is deprecated and will be removed in pg 8. specify `rejectunauthorized: true` to require a valid ca or `rejectunauth…
depreciation warning for ace with postgres
atlassian.com
2020.29
[ { "text": "our solution to this problem was to write our own storage adapter (based on the ace one), and add specific dialectoptions.", "name": "", "is_accepted": true } ]
927865370c902c3954c2c01833439a15
hey everyone. i wanted to internationalize my addon so users can use the addon in their jira locale. i’ve used this article as my starting point: [cloud internalization](https://developer.atlassian.com/cloud/jira/platform/internationalization/), and the strings that can be translated are getting translated and that’s all fine. the problem is that, as the article from the l…
translating cloud addons
atlassian.com
2019.43
[ { "text": "hi, \ni think they readded timezone and locale again. \nyou can use: \nap.user.getlocale((locale) => { })", "name": "", "is_accepted": true } ]
26689252aeeda5f8fa3f5a01317a2072
hey, when developing forge apps, what is the best spot within the ui to place complex configuration for jira (project) administrators? if i understand correctly there is currently no forge module like “jiraprojectpage” in atlassian connect. currently i have to place all configuration logic within …
complex configuration for forge app in jira cloud
atlassian.com
2021.17
[ { "text": "shipped :ship::grinning::muscle: [introducing jira admin page module](https://community.developer.atlassian.com/t/introducing-jira-admin-page-module/45396)", "name": "", "is_accepted": true } ]
467bfaa303c3d10f183048d37f9a398c
hello, i need to have an estimate in minutes/hours in each checklist item. is it possible to create a powerup to extend the checklist funcionality or do i need to create a tasks powerup from scratch to have my own checklist items with the added funcionality? thank you!
extending checklist functionality
atlassian.com
2019.43
[ { "text": "your best bet is going to be making a power-up that draws/manages its own checklist items and their data. there isn’t a clean way to keep extra data about checklist items alongside the checklist items. the checklist items really only support the normal rest methods to add/update them.", "name": "", "is_accepted": true } ]
6a56a14b5121f1082061d0efd251ca79
we’ve a number of reports of users of [draw.io](http://draw.io) for confluence cloud who have started evaluations and the billing never kicks in. either that or the trial expires and the product simply becomes unlicensed. they trial the trial again and the process goes around. the later is annoying since they can’…
endless evaluations in confluence cloud
atlassian.com
2021.17
[ { "text": "this might be related: <https://ecosystem.atlassian.net/browse/amkt-12613>", "name": "", "is_accepted": true } ]
aa57bb79bd090a6ce3e3a5573e1fb3ee
please give an example of properties api usage i tried to set values inside a function and i get the error below. i intend to make an admin form and at submit, use formdata to pass values into properties keys. typeerror: cannot read property 'onjiraproject' of undefined
properties api type error
atlassian.com
2020.50
[ { "text": "solved. i was on a very old version of @forge/api", "name": "", "is_accepted": true } ]
78c4bc57c09c81e4220bab768af92ce3
hi everyone, i need the number of issues in a project, and also their status (done,progress,to-do,etc). i am developing my own dashboard to control my develop team, so i need the number of to-do issues, progress issues and done issues. thanks for your help.
is there any way to retrieve the amount of issues in an specific project?
atlassian.com
2021.17
[ { "text": "hi [@carlos.licto](/u/carlos.licto),\n\ntake a look at the jira cloud rest api, specifically the search option : <https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-search-get>\n\nthat should help you out.", "name": "", "is_accepted": true } ]
16983f101d229e8f74841dd34e351974
hi, i finished simple, intermediate and advanced blueprint tutorials of the atlassian <https://developer.atlassian.com/server/confluence/tutorials-and-guides/>. currently, i have a soy file and a js file for blueprint wizard page; a java file as context provider and an xml file for template. i adde…
adding current user and current date in the template in blueprint development
atlassian.com
2021.10
[ { "text": "the answer is coming from me, too.\n\nin template’s xml, we are adding two variables for the date and the user with enabled xhtml support:\n\n<at:var at:name=\"currentdate\" rawxhtml=true />\n\n<at:var at:name=\"currentuser\" rawxhtml=true />\n\nin the context provider class, we will set these variables with htm…", "name": "", "is_accepted": true } ]
76c8e944b0fa6a8a39ec519c47b15674
hi everyone, i’m developing an atlassian plugin which runs on jira, confluence and now i want to adjust it to bamboo. i want to add web item (simple link) to the user menu marked on the picture below in red rectangle: [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/0/5/05b422c028eb441dbfd0307a2f183976f27c6e5d.png "user-menu.png") i use the following statement in atlassian-plugin.xml: <web-item appl…
user menu web section id in bamboo
atlassian.com
2021.17
[ { "text": "for bamboo you want:\n\nheader.global.secondary/user.menu/profile.main\n\nyou can use <https://marketplace.atlassian.com/plugins/com.wittified.webfragment-finder/server/overview> to find most of the locations for web-items.", "name": "", "is_accepted": true } ]
40757c31d851dd74215a876cd22f1d1a
hi there, when creating a webhook from add-on descriptor (atlassian-connect.json) it works (as i get callbacks notifications) but it is not listed under webhooks section, nor available in post-function workflow section. descriptor example is: "webhooks": [ { "event": "jira:issue\_updated", …
webhook not available when is created from add-on descriptor
atlassian.com
2021.17
[ { "text": "yes. the idea is that admin-created webhooks should be managed manually, where they can be modified and removed manually. but add-ons need ui modules, webhooks, and other resources to be available “atomically” – that is, all at once, or not at all. it would create a lot of problems (or at least much…", "name": "", "is_accepted": true } ]
431cdf1e5f40bf52574375959cf1ca1c
we have a requirement to validate text prior to page being saved or blog being published. is this achievable in forge in anyway? also applies to jira fields such as the description field. i did refer to the events available at [https://developer.atlassian.com/platform/forge/events-reference/confluen…](https://developer.atlassian.com/platform/forge/events-reference/confluence/)
confluence pre-save hook
atlassian.com
2021.39
[ { "text": "hi [@decreelabs](/u/decreelabs) ,\n\nit seems that you need the equivalent of a [jira workflow validator](https://developer.atlassian.com/platform/forge/manifest-reference/modules/#jira-workflow-validator--beta-), but for confluence content transitions.\n\nthis is not currently supported so i’ve created [this suggestion](https://ecosystem.atlassian.net/browse/frge-316).\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
0920fb3bb7d1f78a1e465f496f44f4ee
hello, we want to make our font icons compatible with the [confluence server mobile app.](https://www.atlassian.com/de/software/confluence/mobile-app) unfortunatly this is not working out of the box… (enabling mobile device support). so, my questions are: why is this not working? the [documentation](https://developer.atlassian.com/server/confluence/preparing-for-the-confluence-server-mobile-app/) is very limited and doesn’t say anything about specific li…
how to "debug" confluence server mobile app or why is this app so limited?
atlassian.com
2020.34
[ { "text": "the mobile app is sending a specific http header “mobile-app-request”.\n\nit is possible to do something like this:\n\n/**\n\n@param context the velocity context.\n\n*/\n\nprivate boolean ismobileapprequest(map<string, object> context) {\n\nobject request = context.get(\"req\");\n\nif (request instanceo…", "name": "", "is_accepted": true } ]
c9f8b6ae889e7451e51916754a5ac08c
i’ve got this jql query that i use to list issues based on certain conditions: mutableissue issue=(mutableissue) event.getissue(); jqlclausebuilder clausebuilder = jqlquerybuilder.newclausebuilder(); query query = clausebuilder.assigneeuser(issue.getassignee(…
jira listener plugin timezone problem
atlassian.com
2021.17
[ { "text": "ok, i finally solved the problem. as i was suspecting, the problem was caused by the fact that here, in azerbaijan, we cancelled day light saving in 2016. an the server had no patch for this case. here are the steps i followed to get correct time zone information.\n\ndownloaded tzdata2017c.tar.gz fro…", "name": "", "is_accepted": true } ]
099628fabc7f11ed564c7de2ba51a200
hi, i’m developing an app that is using an sms api which i’m accessing through an aws lambda api gateway. i’ve tested the api through postman and it works fine. for some reason i keep receiving this error when i go to test it within my forge app… [[screen shot 2021-07-21 at 5.30.07 pm]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/0/5/05dc531810090be7f506a3c1d6beba3f0337c982.png "screen shot 2021-07-21 at 5.30.07 pm") const resp…
url not in allowlist
atlassian.com
2021.31
[ { "text": "you probably have not setup your egress permissions: <https://developer.atlassian.com/platform/forge/runtime-egress-permissions/>\n\nhave a read of that and give it a try.", "name": "", "is_accepted": true } ]
b16c1df74c5b03e48759ba954d2cd84f
hi, first: building power-ups and interacting with trello is a lot of fun, and the examples in glitch are stellar. now, for my question: while i’m playing with the api, i’d like to build a tiny power-up to include api debug information like what webhooks i’m running, etc. now, i thought the trello…
confusion between power-up client / getrestapi and client.js rest api helper
atlassian.com
2019.43
[ { "text": "trellopowerup.getrestapi will give me access to client.js rest api , but i think that are actually 2 separate things, right? \n\ncorrect, client.js is separate from power-up.js and the rest client it gives you. [client.js](https://developers.trello.com/docs/clientjs) is a small, api wrapper that provides some helper methods for interacting with…", "name": "", "is_accepted": true } ]
c591847d4289b73e7889bd9dbe8d22c0
hello guys, at the moment, we’re using the search call of the rest api to get the issues for a jql and all its data (all fields and the changelog too in some cases). at the atlas camp, [@raimonds.simanovskis](/u/raimonds.simanovskis) from eazybi told us in his talk that we can try the jira expressions rest api to get issue …
jira expression rest api to get all issue data
atlassian.com
2021.17
[ { "text": "hi, [@alvaro.aranda](/u/alvaro.aranda),\n\nthe reason why in the jira expressions api you can fetch 10 times more issues is specifically that you need to explicitly say which fields you want returned. this way we can be sure your request won’t generate too much data and won’t take too long.\n\nhence, you can’t say “give me…", "name": "", "is_accepted": true } ]
76f8bdd0ee5280a8b133d3ce287e9e9c
hey all, i am working on a script that will utilize the contentservice class. in particular, the streamdirectory() method. my usage is as follows: def repo = repositoryservice.getbyid(1930) def callback = new abstractcontenttreecallback() contentservice.streamdirectory(repo,"patch","files",false,…
contentservice usage
atlassian.com
2021.17
[ { "text": "abstractcontenttreecallback doesn’t actually do anything, you need to extend it. you might want to start by writing a subclass that calls system.out.println for each method, so you can understand when the methods will be called and what data they get passed.", "name": "", "is_accepted": true } ]
63c1ec4e00f1beaff13877cf7b225a0f
according to docs: <https://developer.atlassian.com/platform/forge/runtime-reference/fetch-api/> the fetch api can be called to fetch data from an external api. just confirming this is the case for forge apps - so forge apps can have a separately hosted backend that can be used to do additional proce…
can external apis be called using fetch api? #codegeist
atlassian.com
2021.39
[ { "text": "yes, that is possible. but you have to explicitly specify the urls that you want to access in your app’s manifest:\n\n<https://developer.atlassian.com/platform/forge/manifest-reference/permissions/#external-permissions>", "name": "", "is_accepted": true } ]
a6cbbe2dd791a0413eb296f9ea3cbbb8
hi everyone, i developed some small app that calls the jira rest apis to get the history of the tasks (or whatever, it is based on the jira query specified in the input) and shows a chart with each task and the time spend on each status. and another line to show the average that we spend on each pa…
integrating application with jira cloud rest api
atlassian.com
2021.17
[ { "text": "are you using the oauth 3lo authentication mechanism and [api.atlassian.com](http://api.atlassian.com) (which supports cors)? <https://developer.atlassian.com/cloud/jira/platform/oauth-2-authorization-code-grants-3lo-for-apps/>\n\ni think this may solve your problems.", "name": "", "is_accepted": true } ]
676e1701ff1d2dc4fe3e0800ca572bbc
hi community, i added a web-item and it needs to navigate to the add-on configuration within the confluence cloud instance. if i give an absolute url of the config it is working, but not with the relative config url. is there any way to get a confluence cloud instance base url in the descriptor fil…
how to navigate with in the confluence cloud instance with web-item
atlassian.com
2020.05
[ { "text": "[@rambabu.patina](/u/rambabu.patina), instead of \"context\": \"addon\", you should specify \"context\": \"product\".", "name": "", "is_accepted": true } ]
853b09d04ae6bb94c360fd8efec163db
hi, i would like to post a json body to a webtrigger. i couldn’t find any peace of information on how to do this. i’ve also checked via debugging the standard hello world example if anything is passed to “runsync”/“runasync”. question: i can i access the request from within “runsync”/“runasync”? [#c…](/tag/codegeist)
forge webtrigger - read body of request
atlassian.com
2021.39
[ { "text": "hi [@svenlauterbach](/u/svenlauterbach) ,\n\nyes, a request parameter is passed to the runsync method. the following should work:\n\nexports.runasync = (request) => {\n\nconst postbody = json.parse(request.body);\n\nconst propertyofinterest = postbody. propertyofinterest;\n\n}\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
5c5a1d3bab276c513935dee7ff8f84f2
i want to set the state via onchange property on textfield. but the error says property 'value' does not exist on type 'eventtarget'. how can i resolve this issue ? // .... <textfield placeholder="[email protected]" value={em…
textfield component issue
atlassian.com
2021.10
[ { "text": "hi fasetto – thanks for posting! i’ve replicated this [in a codesandbox](https://codesandbox.io/s/atlaskittextfield-02-form-example-forked-j7ds2?file=/example.tsx) and was able to resolve the issue by specifying the type of the event passed into the onchange callback as a changeevent; this event type always has a target with a value.\n\nin your example you could do the following:\n\n<textfield …", "name": "", "is_accepted": true } ]
506cc9e6a7e08a17872242191b2014bd
[update: 12 jul 2021] enforcement date is extended from 20th august to 29th october 2021. [update: 15 jul 2021] please upgrade atlassian connect express(ace) versions to v7.4.0 or later. previous versions ( v7.1.5 ~ v7.3.x ) automatically opts in to this new feature that results in creating a new a…
action required - atlassian connect installation lifecycle security improvements
atlassian.com
2021.31
[ { "text": "hi [@scottohara](/u/scottohara)\n\napologies for the confusion with ace and its default opt-in feature.\n\nwe agree that modifying app descriptor from the framework was not a good idea, and have removed the default opt-in with a recent release.\n\nthe settings from config.json will still work as before with the new v7.4.0,…", "name": "", "is_accepted": true } ]
9daafbd20a873507d7297c14f809a9e0
hi all so … i have written a plugin that adds a little functionality which is only applicable to repositories in one very specific project. the plugin adds a new web-item to the ‘bitbucket.repository.nav’ section but i’d like it to only be visible for repositories in that one project. i can’t see …
custom conditions for web-fragments
atlassian.com
2020.45
[ { "text": "you need to write your own condition class that implements com.atlassian.plugin.web.condition. the shoulddisplay(map<string, object> context){} implementation can analyse the context of the request. for example\n\nstring path = ((httpservletrequest) map.get(\"request\")).getservletpath();\n\ngives you the…", "name": "", "is_accepted": true } ]
a9b71202404a01a51701341ed603d0a5
hi! i have a couple of questions regarding auth mechanisms supported for trello rest api: does trello only support oauth 1.0? is oauth 2.0 support expected in the future? the [trello documentation](https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/) points to 2 endpoints: 1/authorize/, and the set mentioned in [this section](https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/#using-basic-oauth). i might be missing somet…
clarification needed for trello rest api auth mechanisms
atlassian.com
2020.29
[ { "text": "yes, trello only supports oauth1.0. we don’t currently have any plans to support oauth2.0.\n\nthe 1/authorize method is intended to be used for all authorization needs. for instance, it is used by the trello chrome extension: [https://chrome.google.com/webstore/detail/trello/dmdidbedhnbabookbkpkgomahno…](https://chrome.google.com/webstore/detail/trello/dmdidbedhnbabookbkpkgomahnocimke?hl=en)", "name": "", "is_accepted": true } ]
fd3c64836c50cc6f5271b536b4ab31a0
i was happy to see that oauth2.0 apps can now register webhooks. but it looks like i can not fully migrate from oauth2.0 + connect app for my usecase. can someone let me know if i’m missing anything in the below usecase? in an external application, i need user identity - a oauth2.0 app is appropr…
connect app vs oauth2 app rest api access
atlassian.com
2021.31
[ { "text": "[@davemeyer](/u/davemeyer),\n\ni’m not sure if i follow your conclusions.\n\nas far as i can tell, token generation requires manual action from a user even after “installation”.\n\nthis sounds like, [how do i get a new access token, if my access token expires or is revoked?](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/#how-do-i-get-a-new-access-token--if-my-access-token-expires-or-is-revoked-). the short answer is refresh tokens.\n\noverall,…", "name": "", "is_accepted": true } ]
2ab1e4125c8ff8a7ab351c05ce1b2761
hi all, i just realised that since confluence 5.10 the build numbers as returned by generalutil are no longer updated in each release. instead they tend to stay the same for all bugfix releases of a minor version. see [https://developer.atlassian.com/confdev/development-resources/confluence-build-i…](https://developer.atlassian.com/confdev/development-resources/confluence-build-information)
confluence build number is the same for all bugfix releases
atlassian.com
2021.17
[ { "text": "jens,\n\naccording to my notes from around the time of the 5.10 release, the correct build number should be returned by com.atlassian.sal.api.applicationproperties#getbuildnumber. (i admit that i haven’t tested this lately.)\n\nscott", "name": "", "is_accepted": true } ]
706a07313fed9b59ca35c9daa6c661f0
hi there, per this page about onboarding: <https://developer.atlassian.com/blog/2018/06/onboarding-customers-part3/> there appears to be ways for add-on developers to tap into these onboarding ‘tooltips’ or modules for the purpose of training and educating the user about the use of an app. does any…
tapping into atlassian 'onboarding ui patterns'
atlassian.com
2021.17
[ { "text": "hi steve are you developing with atlaskit or aui? we have code examples for each:\n\n<https://atlaskit.atlassian.com/packages/core/onboarding>\n<https://docs.atlassian.com/aui/7.9.5/docs/in-product-help.html>\n\nyou can also inspect the onboarding built in to either our server (aui) or cloud (atlaskit) prod…", "name": "", "is_accepted": true } ]
e1d59a3a7f532b462c6e31e1aa15b46f
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
2021.17
[ { "text": "hi [@nolat](/u/nolat),\n\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 } ]
fc100e0e219b1e49083ff68288fdab49
hey guys! i’ve tired the aui dialog2 code from here: <https://docs.atlassian.com/aui/latest/docs/dialog2.html> but this code doesn’t work when i click the button! i’ve tried this code in a velocity template with a webwork module -> doesn’t work and also with a servlet which also does not work? what…
how can i use the aui dialog 2?
atlassian.com
2021.17
[ { "text": "[[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/9/4/9449d7c4eb65a16de916b31110807a4501e67902.png \"屏幕快照 2017-08-28 上午10.36.29.png\")", "name": "", "is_accepted": true } ]
97ca41b1bcbb562c542cfd0cc9fdaa98
hi! normally when viewing a page, if that page receives an update and the shown page is out-of-date, a “new version published” flag is shown with the option to reload the content. however, if the page was edited by the viewer’s account, the out-of-date flag is not shown. this may be desired behavior…
"new version published" flag missing for viewer's account
atlassian.com
2021.43
[ { "text": "hi [@mareinknings](/u/mareinknings) ,\n\nthis is a good question and i see a compelling reason for providing the notification so i’ve created <https://jira.atlassian.com/browse/confcloud-72514>.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
d0c80534cb5cbd2c668a5efd498a16a0
hi, i would like to access the storage api from a webtrigger and retrieve a value which was inserted by a jira:projectpage custom ui handler. my source (shortened): webtrigger: import api, { fetch, storage } from '@forge/api'; exports.runasync = async (request) => { const somevalue = await st…
access storage api in webtrigger
atlassian.com
2021.39
[ { "text": "hi [@svenlauterbach](/u/svenlauterbach)\n\nso for webtriggers, the context of which it is related to (ie, jira site, confluence site…) is related to the installation context in which the webtrigger is being created.\n\nfor instance, via the cli, you can do forge webtrigger <installation-id>.\n\nthat installation-id is given b…", "name": "", "is_accepted": true } ]
01517ce16bd64d27fc37f724707c9cde
am working with forge ui kits for jira. am trying to send data to server via axios. when i run the code it displays error something went wrong there was an error invoking the function - xmlhttprequest is not defined referenceerror: xmlhttprequest is not defined at dispatchxhrrequest (index.js…
am having issues with axios and forge via forge ui kits
atlassian.com
2021.39
[ { "text": "i don’t think you can use axios in forge, as a lot of the native node modules are blocked. in order to do requests, you need to use the fetch api exposed by forge: <https://developer.atlassian.com/platform/forge/runtime-reference/fetch-api/>\n\nfor more context: [https://developer.atlassian.com/platform/…](https://developer.atlassian.com/platform/forge/runtime-reference/)", "name": "", "is_accepted": true } ]
9d8d18672f7caafbce9995262179ab40
getting 401 error:- my code:- import com.sun.org.apache.xml.internal.security.utils.base64; import javax.json.json; import javax.json.jsonobject; import java.io.ioexception; import java.io.inputstream; import java.net.*; public class testrest\_createissue { public static void main(string[] ar…
not able to access jira cloud data by using java
atlassian.com
2021.17
[ { "text": "hello [@basujuttiyavar](/u/basujuttiyavar), here’s a working get issue code i made up from your base code. just substitute your apitoken and it should work.\n\nimport java.io.bufferedreader;\n\nimport java.io.ioexception;\n\nimport java.io.inputstreamreader;\n\nimport java.net.*;\n\nimport java.util.base64;\n\npublic class resttester …", "name": "", "is_accepted": true } ]
729eadb174398c38c6d8cf94edead7b7
hi, i have several pages in my addon, “home” page works pretty well: it loads first, having jira context and i have no troubles with recognizing the user and making rest api requests for him. but when i load new page in frame (target="\_self") it looses jira context, any request made from that page…
loosing jira context after loading new page in iframe
atlassian.com
2021.17
[ { "text": "ap.context.gettoken() is for cacheable iframes: <https://developer.atlassian.com/cloud/confluence/cacheable-app-iframes/>\n\nif you’re going the cacheable iframe (and not putting any user/tenant specific info on the query string/path) - you’ll still need to have the all.js on all of the pages. that shou…", "name": "", "is_accepted": true } ]
484b7b173b8041a6bcae9eb6f1179e41
hi all, i want to search for content properties - which i have posted via rest - via rest. i followed this guide: <https://developer.atlassian.com/confdev/confluence-server-rest-api/content-properties-in-the-rest-api>. what i have managed to do so far post an arbitrary content property (key: “docla…
how may i search a content property via rest cql search?
atlassian.com
2021.39
[ { "text": "i have solved my issue. these are the two things i was not aware of:\n\nthe json object should not be {key: \"doclang\", value: \"de}\", but: key: \"doclang\", value: {value: \"de\"}\n\nthe “outer” value is a reserved word, while the “inner” value is an arbitrary property name.\n\nthis finds the content property:…", "name": "", "is_accepted": true } ]
3ea4fc22f3625fd2c44e3756258ac917
when i try to create post function via my plugin, my plugin request the /create (get). but in /create url i can not get transition info(to\_status, from\_status etc.) that created post function. how can i get that infos?
post function create screen status info
atlassian.com
2021.17
[ { "text": "i realized that i can use the transitionid in the url instead of the transition information (to\\_status, from\\_status etc.).", "name": "", "is_accepted": true } ]
b8fba98b16482dac5b5c005b78459a55
i’m working on a cloud connect add-on that displays a panel to an agent with short information about the customer such as if all of his invoices are paid. goal is to provide customer support service only to customers that have all invoices paid. state of the invoices i lookup in external system us…
how to get jsd customer email via rest api
atlassian.com
2020.29
[ { "text": "hi karel,\n\nthere has been an announcement here how to get access:\n\n[image]\n\n[guidelines for requesting access to email address](https://community.developer.atlassian.com/t/guidelines-for-requesting-access-to-email-address/27603) [announcements](/c/announcements)\n\nemail address is a user profile field managed by atlassian account. by default this field will be hidden from our public cloud rest ap…", "name": "", "is_accepted": true } ]
f9ac836be48f2ef96016ff747cc68739
is there a list of context parameter values on pullrequest anywhere? nothing in my searches can find anything about it… the closest i could find is this <https://developer.atlassian.com/cloud/bitbucket/context-parameters/> and it mentions, for example a webitem on the pull request page could hav…
pull request context parameter list?
atlassian.com
2021.04
[ { "text": "[@boyter](/u/boyter) it might be better to just explicitly list all of them on that page, but there are a lot!\n\nthat page does say “in fact you can deduce all the parameters from the api json object.” and indeed that’s the trick!\n\nyou can see an example pullrequest object here: [https://api.bitbucket.org/2.0/rep…](https://api.bitbucket.org/2.0/repositories/atlassian/bbql/pullrequests)", "name": "", "is_accepted": true } ]
d68fac0d86024d4d112b9eb62e9c027a
i am following the tutorial at <https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/> after starting jira with atlas-run>atlas-run.log, the upm is empty. it seems that the plugin is not installed automatically. screenshot attached. i am unable to attach …
atlas-run does not install my plugin automatically. upm is empty
atlassian.com
2021.17
[ { "text": "apparently, the issue was caused by using an older atlassian sdk .the plugin was created with sdk v6.3.7 . atlas-run was executed from the older sdk (6.2.14). i removed the older installation form $path and it works now. the plugin is automatically installed when i execute atlas-run.\n\nthe contents o…", "name": "", "is_accepted": true } ]
c7960ff16705a9b59a73630da742b870
hi devs, wondering if you could try explain the phenomenon we’re seeing. we first noticed this issue in failing(very rare) e2e test and recently in our customer interview calls. our macro has a custom editor configured with its editor.url specified correctly in the descriptor. most of the time, w…
default macro editor rendered the first time instead of custom editor
atlassian.com
2021.31
[ { "text": "hi [@ucchishta.sivaguru](/u/ucchishta.sivaguru) ,\n\nthanks for doing this - it helps a lot. i’ve created <https://jira.atlassian.com/browse/confcloud-72365> for the confluence cloud ecosystem team to fix.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
6cdb1e3d5672cbea5791d3902dec2b16
hey guys, i think i have seen something similar before, but i cannot figure this one out. my company recently did a wee rebranding, we all got new email adresses. the old ones are shut down. now i cannot access my atlassian account any more. i have got a new one automatically created. who should i…
changed email, got new atlassian account
atlassian.com
2021.17
[ { "text": "hi [@anon68706336](/u/anon68706336),\n\nunfortunately we here in the developer community cannot help you with your atlassian account.\n\nthe best way to handle this would be to create a support ticket with our amazing customer support team.\n\nyou can do this here: <https://support.atlassian.com/contact/#/>\n\ncheers,\n\npeter", "name": "", "is_accepted": true } ]