id
stringlengths
32
32
text
stringlengths
0
895k
name
stringlengths
0
33k
domain
stringlengths
5
44
bucket
stringclasses
19 values
answers
list
ff1be3ad77a241dacfc03dc1f33aa16f
reading the docs: making api requests when communicating server-to-server with the atlassian host product your app uses a jwt token to access protected resources including most of the rest apis. when you use the frameworks, this is handled for you. that’s cool, but where do i find the documentati…
newbie question: how to call jira api from connect-express module
atlassian.com
2020.05
[ { "text": "solved it already.\n\ni got confused by the request package and addon.httpclient.\n\nusing httpclient works the way i want it.\n\nexample:\n\nvar httpclient = addon.httpclient(req);\n\nhttpclient.get({\n\n\"headers\": {\n\n\"content-type\": \"application/json\",\n\n\"accept\":…", "name": "", "is_accepted": true } ]
f3130ddf8f7056f1776800b8f0d4a7db
i wrote a small plugin which logs when a branch is created or deleted. my plugin uses <https://developer.atlassian.com/static/javadoc/bitbucket-server/5.2.3/spi/reference/com/atlassian/bitbucket/hook/repository/postrepositoryhook.html> . the code looks something like this… public void postupdate(@no…
postrepositoryhook, get which user triggered the hook
atlassian.com
2021.17
[ { "text": "most likely,authenticationcontext isn’t being imported from osgi yet. each service or component that’s provided by the host application or another plugin needs to be imported from osgi. assuming you’re using atlassian-spring-scanner, the easiest way to do this is to create a simple class in your plu…", "name": "", "is_accepted": true } ]
c2701d1701c517c08b1456ff5d40604b
i have made velocity file which is being used in link dialog. but when i am trying to load the resources using $webresourcemanager.requireresource("com.jira.app.test:link.screen.resources") or $webresourcemanager.requireresourcesforcontext("test.linkscreen") my resource file defined in web resourc…
how to load resources in link dialog vm
atlassian.com
2021.17
[ { "text": "so the good news - you’re not doing anything wrong… the problem is that the contents of the dialog in that location is dynamic so webresourcemanager isn’t being called to get the tags.\n\nthe fix though is pretty simple.\n\nin your actiontestlink add:\n\n@htmlsafe\n\npublic string getscripttags()\n\n…", "name": "", "is_accepted": true } ]
d39dc6dccfd8d6cf758f747bbbdd1255
hi, i’m looking for resources similar to <https://my.atlassian.com/download/feeds/current/bitbucket.json> <https://my.atlassian.com/download/feeds/current/confluence.json> <https://my.atlassian.com/download/feeds/current/jira.json> but for the minimum supported releases of the atlassian products. i …
minumum supported releases of atlassian products
atlassian.com
2021.17
[ { "text": "try replacing /current/ with /archived/ in those urls: <https://my.atlassian.com/download/feeds/archived/bitbucket.json>\n\nafter that you’ll have to parse the dates in the json file.", "name": "", "is_accepted": true } ]
55333975604e5467001efa89009fe0d0
hi guys, currently, we are developing a new task that takes too much time to be processed with a large dataset. our code is already super optimized and the time it takes is really due to the amount of data. this process doesn’t need to give real-time feedback to the user so we were thinking on run…
long running tasks on background
atlassian.com
2021.17
[ { "text": "[@nunosantos](/u/nunosantos), having a background task to do the heavy lifting is actually a recommended practice. you can use an event listener or rely on a scheduled task (using the scheduler api). if you use the scheduler api, you will be able to make sure your background task is compatible with data center insta…", "name": "", "is_accepted": true } ]
00f9e65c06dba6e127127464a383708a
i have moved my app up to heroku for its production home. i have created new instances and installed my app successfully several times. important note: i only create a few new instances so i could ensure that the install worked successfully from a brand new instance that had never had an install …
atlassian getting (401) unauthorized error installing from heroku
atlassian.com
2021.39
[ { "text": "hey everyone,\n\nthanks for looking into this! it happened that there was something wrong with my cloud instance. i attempted this on a different instance and i was then able to install the app and test it out.", "name": "", "is_accepted": true } ]
be70e6c0c1761ab559da085add9377e7
hello everyone, i’m positive i must be doing something wrong but i can’t see it. i’m trying to post a table of results to the page i’m executing my forge app from. however, i’m getting this response: info 12:52:02.800 1882038fca9b3b77 { text: [function: text], json: [function: json], arrayb…
500 internal server error running confluence content update api
atlassian.com
2021.17
[ { "text": "was worth a shot! we also have a forge app that makes page edits. i just looked up the code we use to build the request body and here it is:\n\nconst buildrequestjsonbody = (page, modifiedpagecontent) => {\n\nconst requestbody = {\n\n'type': page.content.type,\n\n'version': {\n\n'number': page.content.ver…", "name": "", "is_accepted": true } ]
4f89046333ba850a9ce6131368d3f375
i’m considering changing my subdomain. suppose you change aaa from <https://aaa.atlassian.net/> to bbb. in this case, can i still use the old subdomain, <https://aaa.atlassian.net/>?
can i use jira's rest api on my old subdomain?
atlassian.com
2021.31
[ { "text": "welcome to the atlassian developer community, [@111101](/u/111101)\n\nthere is “work in progress” about [renaming sites](https://blog.developer.atlassian.com/site-rename-feature-for-cloud-customers-an-update-for-app-vendors-faqs/) (sorry, that’s 2 years old but it’s the latest i know about). according to this page:\n\ndoes the old site url redirect to the new one?\n\nyes it does. we retain a history of all site names used by t…", "name": "", "is_accepted": true } ]
a5d5131f19005b49e26905cbc760c4c7
hello, try as i might i cannot get my plugin’s web-item in the sidebar of the repository context to display the specified icon. i’ve scoured the developer community, stack overflow, the source code … nothing i try works. my atlassian-plugin.xml looks like this <?xml version="1.0" encoding="utf-8"…
can't get web item icon to display
atlassian.com
2021.17
[ { "text": "hi [@a.webster](/u/a.webster),\n\nto add an icon to the web-item on the navigation sidebar you will have to use this syntax:\n\n<web-item>\n\n<param name=\"iconclass\" value=\"aui-icon-small aui-iconfont-world\"/>\n\n</web-item>\n\nthe value provided to the iconclass param can be any css class name. in the example …", "name": "", "is_accepted": true } ]
45a6cf14c75646b59bf56919e438b907
hi there, once more struggeling with the aui, perhaps once more using this elements not in the wright way, anyhow the idea was to use the dialog 2 as kind of modal dialog / lightbox. so on the main page there should be several buttons invoking different dialogs 2 which hosts different stuff eg. ad…
aui dialog 2 modal problems - with select 2 user-search and modal does not lock keyboard
atlassian.com
2021.17
[ { "text": "seems i can hack arround the problem 2) by setting tabindes to -1 for the rest of elements except the input i want to focus - when i close the select2 i would have do some cleaning up…here the first idea/sketch\n\n$(\"#gruppe-members-dlg-person-search\").on(\"select2-open\", function() {\n\n$(\"[tabindex=0]…", "name": "", "is_accepted": true } ]
9b68ef2ab7da4cf9fa97c6cdbc29f916
hello, according to [documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put), i tried to remove component from an issue. this is my request body: { "update":{ "components":[ { "remove": [{"name": "network"}] } ] } } but i’m receiving 400 error with following error message: …
removing component from issue via rest api
atlassian.com
2021.31
[ { "text": "[@pawejakimiak](/u/pawejakimiak),\n\ni tried all the update verbs that i could find using [jira server api docs](https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#adding-a-comment--examples), in the hopes the functionality hasn’t changed. here’s what i found:\n\nadd\n\nfails for both name and id with status 400 and this response:\n\n{\n\n\"errormessages\": [],\n\n\"errors\": {\n\n\"components\": \"could not fin…", "name": "", "is_accepted": true } ]
729d5c8e4c99d3191ca3c3c38bfb7ebd
hi all in one of our bitbucket plugins i use executor service to start worker threads. i decided to get instance through dependency injection. (as implementation provided by bitbucket has better logging support, … etc). but i’m wondering if i should do shutdown for this instance when plugin is stop…
implicit shutdown of executor service
atlassian.com
2021.17
[ { "text": "you should not shut down the executorservice that is provided by the host application when your plugin is disabled/uninstalled/shut down since it’s being used by multiple plugins. the shared executorservice should only be shut down on application shutdown and bitbucket will take care of it.", "name": "", "is_accepted": true } ]
9290062ae99394c0332776a8e6553deb
does any way to retrieve aui version in confluence(datacenter) on back (java)? (or maybe velocity?)
does any way to retrieve aui version in confluence(datacenter) on back (java)? (or maybe velocity?)
atlassian.com
2021.31
[ { "text": "hi [@maks](/u/maks)\n\nget installed plugins and find “atlassian ui plugin” plugin (key: com.atlassian.auiplugin)\n\ncheers\n\nadam", "name": "", "is_accepted": true } ]
596c4316b448586fc9eaf540a26a7859
hi, is it possible to change the size of the issuepanel or issueactivity when using customui rendering? it seems to be hard-coded to 262px in a div containing the customui iframe and an ugly scroll bar appears for anything larger than that. thanks!
changing the height attribute of customui issueactivity or issuepanel div?
atlassian.com
2021.04
[ { "text": "hi there!\n\ncurrently we support sizing in fixed increments for these custom ui modules, see viewportsize: <https://developer.atlassian.com/platform/forge/manifest-reference/modules/#jira-issue-panel>", "name": "", "is_accepted": true } ]
f419a5c3bc7af6450e7e9171009fd62d
i’m attempting to automate the static code analysis for created pull requests. is there a way of getting diff on a specific file in the pull request via server api? like this rest api request: “[http://bitbucket.com/rest/api/1.0/projects/proj/repos/code/pull-requests/1/diff/path/to/file/assemblyinf…](http://bitbucket.com/rest/api/1.0/projects/proj/repos/code/pull-requests/1/diff/path/to/file/assemblyinfo.cs)
plugin for static code analysis pull request (server api)
atlassian.com
2021.17
[ { "text": "class fulldiffcontentcallback extends abstractdiffcontentcallback {\n\nprivate final stringbuffer buffer;\n\npublic diffsegmenttype currentsegmenttype;\n\npublic fulldiffcontentcallback(stringbuffer buffer) {\n\nthis.buffer = buffer;\n\ncurrentsegmenttype = null;\n\n}\n\n@over…", "name": "", "is_accepted": true } ]
3af00021f58930fa664f606e6b7e6898
hi is there any plan to support providing a module hook in the boards settings area as the one available for connect? <https://developer.atlassian.com/cloud/jira/software/boards/> cheers ajay
support for board module in forge
atlassian.com
2021.21
[ { "text": "hi ajay, i’m not aware of any immediate plans to provide this module but i will follow up with the relevant team", "name": "", "is_accepted": true } ]
2dfbbe7d405aaea6413f264537ef2d06
hi! we have a problem to start confluence server. log say: org.springframework.beans.factory.beancreationexception: error creating bean with name ‘queryanalyzer’ defined in class path resource [indexingsubsystemcontext.xml]: bean instantiation via factory method failed; nested exception is org.…
confluence server 6.14.3
atlassian.com
2019.51
[ { "text": "ok, problem solved. this problem is related about a introscope agent installed at server.", "name": "", "is_accepted": true } ]
2df429a17f22409a9f53c3cbca9891bc
hi folks, i’m trying to achieve something like this in my jira main page for the addon that i’m working on… [capture1] can someone please let me know how this can be done and quote some reference ? tia!
how to achieve dropdown in jira main page for addons
atlassian.com
2021.17
[ { "text": "i did some research and found that this can be achieved using “web items”.", "name": "", "is_accepted": true } ]
8b47a36a2244af79e0dadeb413cf80a5
hi, our application currently uses azure active directory for authentication. it’s going be a web application later on where you should be able to sign in using a “continue with microsoft” button. now as atlassian offers that option on their website as well, i was wondering if i could use azure ad …
jira rest api using azure ad authentication not working: 401 unauthorized
atlassian.com
2021.39
[ { "text": "[@yannherren](/u/yannherren) welcome to the atlassian developer community.\n\nno. it is not possible to authenticate to the jira cloud rest apis using 3rd-party identity providers. developers are limited to basic, oauth, and jwt, as described in [our auth guide](https://developer.atlassian.com/developer-guide/auth/).\n\nmaybe you could explain why [oauth](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/) wouldn’t work for your…", "name": "", "is_accepted": true } ]
48d2e783398ddcfbaee46dcb99ebcac6
our company has been working on a feature which required to obtain user email address. we raised a request ticket to ask for permission to have access to user email address through service-desk but it’s been almost 2 weeks with no responses. what do i have to do to get attention?
no response on email api request. need attention
atlassian.com
2021.21
[ { "text": "hi [@zhoubingyang](/u/zhoubingyang),\n\ni will look at this.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
70fed56a59a9fcb52820fb76b7f4698b
hi ! as an exemple: i’m starting from a workflow with only “to do”, “in progress”, “done” and i want to add a status named “analysis” and a transition from “done” to “analysis”. i bases my code on this kb : <https://community.developer.atlassian.com/t/create-workflow-through-java-api/4232> it’s ve…
create a transition in a workflow with scriptrunner
atlassian.com
2021.17
[ { "text": "this is a community. people answer as they have time and if they have the knowledge. if they don’t answer, then it would because the right knowledge hasn’t read your question and responded. atlassian answers has a more active scriptrunner community: most of the individuals in this community are add-…", "name": "", "is_accepted": true } ]
eb93b27aa50ab58ef05f37a5db3efa6b
hello, i have got a problem with velocity template rendering. aui select is not rendered correctly. my web resource: <web-resource key="ca-sync-web-resources" name="ca sync web resources"> <dependency>com.atlassian.auiplugin:aui-select</dependency> <dependency>com.atlassian.auiplugin:ajs</…
how to render aui elements in a velocity template?
atlassian.com
2021.17
[ { "text": "hi! thanks, i have solved it myself. i will now post and share how did i do it as sadly there are almost no examples on “how to” and i spent some time то find out. you need to use pagebuilderservice and add this in java:\n\nprivate static final logger log = loggerfactory.getlogger(synchronizationschem…", "name": "", "is_accepted": true } ]
1b15e20454c4ecf3968c5c346edd2424
the soy templates that contains gettext method for i18n support does not compile in maven build. it does not find the reference for gettext method. how can we skip it and compile the template ? i want it to be used for writing unit tests. the package generated from atlas-mvn also does not contai…
how to compile soy templates that has gettext method?
atlassian.com
2021.17
[ { "text": "try to [providing custom soy functions](https://bitbucket.org/atlassian/atlassian-soy-templates/src/master)", "name": "", "is_accepted": true } ]
b09d9e0876da7fec6fa10f02293a834d
dear community, one of my macros needs the page content in storage format to render its output. everything works fine except in page preview mode (the preview in edit macro dialog is also fine). the getbodyasstring method returns html rather than storage format in page preview mode. conversioncont…
get page content in storage format in preview
atlassian.com
2021.17
[ { "text": "in short no, you get the content transformed. take a look in this class <https://docs.atlassian.com/confluence/5.8.8/com/atlassian/confluence/content/render/xhtml/formatconverter.html> it should do what you need to do", "name": "", "is_accepted": true } ]
0a7f0c00b3261acdeef2d13e78387153
jira server version: 7.12.3 compatible aui version: 7.9.9 hey, i have been developing a jira server plugin and since the information that i need to show has started to grow a lot i decided to use the aui tabs and came across this problem. to test the tabs i used the example in the docs: <div cla…
aui tabs not working when loading issue from issue navigator
atlassian.com
2021.17
[ { "text": "ok after some deeper research i found out that someone already had a similar issue.\n\n[parts of javascript not working in issue navigator](https://community.developer.atlassian.com/t/parts-of-javascript-not-working-in-issue-navigator/13004/9)\n\nadding this made the trick:\n\njira.bind(jira.events.issue\\_refreshed, function() {\n\n// your code\n\n});\n\nthank you [@daz](/u/daz) , you helped a lot!", "name": "", "is_accepted": true } ]
c3b2da3cbe56a5f6c4516600e22ad21f
hi, everyone. i created an issue using the jira :: rest module in the perl environment as shown below. use utf8; use filehandle; use strict; use warnings; use encode; use jira::rest; my $jira = jira::rest -> new({ url => ‘<http://company.domain:8080>’, username => ‘xxxxx’, password => ‘xxxxx…
can i check the results of an issue generated by the jira :: rest module in a perl environment?
atlassian.com
2021.21
[ { "text": "hello alex,\n\nsince [create issue](https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2fcloud%2fjira%2fplatform%2frest%2f&utm_medium=302#api-api-3-issue-post) rest api returns a json response body, you can check it out by calling something like\n\nprint dumper($issue);\n\nor check if the $issue->{key} exists, which might tell you that an issue has been successfully created. usually, the http status is checked but i am not sure …", "name": "", "is_accepted": true } ]
b9c65d68b2f7b7b7c2957502db97b3fb
hi, i can build my confluence plugin successfully on my local machine but when i try to build it with jenkins i get the following error messages: [info] ------------------------------------------------------------------------ [info] build failure [info] ------------------------------------------…
dependencyresolutionexception on jenkins build
atlassian.com
2021.25
[ { "text": "i found the solution. to resolve the problem i updated pom.xml to declare the necessary repository. here is what i added to pom.xml within :\n\n<pluginrepositories>\n\n<pluginrepository>\n\n<id>atlassian-public</id>\n\n<url>https://packages.atlassian.com/maven-external/</url>\n\n…", "name": "", "is_accepted": true } ]
019be300aaa6c8b1de515c14e28f2c5b
hello, i am pretty new to development on jira software. our environment is jira server 7.2. one of the requirements we have is to create a custom dashboard/report that pulls in all issues of a particular custom “issue type” that we have created and render them in a single page. i have read some docu…
jira server integration - issue report
atlassian.com
2021.17
[ { "text": "do you want your dashboard to appear within the jira application? if you write an add-on for jira server, you can make your data appear within the ui framework that jira provides.\n\na) you could [write a gadget](https://developer.atlassian.com/server/jira/platform/writing-gadgets-for-jira/) or gadgets for jira’s own dashboard.\n\nb) you could [write a report](https://developer.atlassian.com/server/jira/platform/report/) that appears under ‘repor…", "name": "", "is_accepted": true } ]
fd1aca0f0260c218f653f02ff3d2f26b
i am using atlaskit packages in that navigation next => sortable items i am getting the following error , it shows like syntax error. error in ./components/setup/administrator/admin.js module build failed (from c:/users/manju/projects/task/plugin-for-jira/node\_modules/babel-loader/lib/index.js): …
i am creating springboot + react application with webpack and babel some of the atlaskit packages are not supporting and it shows error
atlassian.com
2021.17
[ { "text": "hi [@manjuprem](/u/manjuprem),\n\nthe problem seems to be in your admin.js file. “import type” is flow syntax. if you are using flow, you need to add the flow preset to your babelrc.\n\nif you are using plain javascript, you cannot import or use types.", "name": "", "is_accepted": true } ]
ff7d39b7d135d210a7fa09e8c13acc5d
is there any way to get insight into why a forge deploy fails? i have written a small forge app and after adding and importing [the googleapis package](https://github.com/googleapis/google-api-nodejs-client) deployments fail (forge version 0.27.0). i have tried to run forge deploy --verbose which leads to the following log (failure at snapshotting functio…
how to debug failed forge deploy?
atlassian.com
2021.31
[ { "text": "thanks for confirming [@jens](/u/jens). for the benefit of others, the solution was to change the version of node to v14.\n\ni have created <https://ecosystem.atlassian.net/browse/frge-203> to improve the documentation and/or have the forge cli enforce the use of a supported version of node.", "name": "", "is_accepted": true } ]
3198b1ec31fb265af94f9d9e35da427c
greetings! i am trying to get my first addon up and running on my atlassian cloud development site and running across this error: invalid atlassian connect descriptor: json is not well-formed (unexpected character (‘’ (code 65279 / 0xfeff)): expected a valid value (number, string, array, object, …
json is not well formed when adding new addon... but it is! (a.k.a. visual studio/windows adds the bom to the file)
atlassian.com
2021.17
[ { "text": "this was totally the issue. i am a .net developer (yes there are those of us who build add-ons using .net) and visual studio likes to save files with that bom. saved the utf-8 files appropriately and it works now.\n\nto fix it a user needs to:\n\nsave the file using the save as command:\n\n[https://hasjir…](https://hasjiratestaddon030418.blob.core.windows.net/has-jira-firstaddon-assets/saveas.png)", "name": "", "is_accepted": true } ]
80b5712495fcabc951e79a3fdb751658
hey guys, i am very new to atlassian development and acutally i am really struggling to get the “getting started” tutorial to work. literally following this guide: <https://developer.atlassian.com/cloud/jira/platform/getting-started/> i created two text documents (json and html) and followed the g…
jira cloud platform - getting started npm 404 connection error
atlassian.com
2020.16
[ { "text": "okay, i finally figured it out.\n\nthe mistake is actually quite ridiculous.\n\nwindows 10 did not let me change to the data type i wanted.\n\ne.g. meaning i had atlassian-connect.json.txt as a type instead of atlassian-connect.json\n\nanyway, cheers\n\nchristian", "name": "", "is_accepted": true } ]
0b791b4f7bd7c964d7f63dfe9b6a0e33
hi, according to <https://developer.atlassian.com/bitbucket/server/docs/latest/reference/plugin-module-types/client-web-panel.html> it’s possible to add <condition> tag to <client-web-panel>. <client-web-panel name="changed new repository instructions" key="new-git-repo-refresh" location="bitbuck…
using conditions from bitbucket-web-common
atlassian.com
2021.17
[ { "text": "seems i found the cause of the problem and solution.\n\nthe cause: when using com.atlassian.bitbucket.web.conditions.ispersonalrepositorycondition, the plugin misses com.atlassian.bitbucket.auth.authenticationcontext in meta-inf/plugin-components/imports file. authenticationcontext is used by the cond…", "name": "", "is_accepted": true } ]
142cf685061a5e0da252ef1aaa697a7f
i have three jira oauth apps (test, staging, and production) and have been using the rest api search endpoint for an external integration to fetch a specific set of issues. the jql in the search endpoint looks like this: <issue property name> = <id> <issue property name> is a searchable entity prop…
why do requests to /search via oauth2 (3lo) fail in some cases?
atlassian.com
2021.17
[ { "text": "have you tried searching for your property in the ui as a regularly logged-in user? does searching for other fields work when you authenticate with oauth?\n\nmy suspicion is that this isn’t related to oauth, but somehow to the connect app installation. is the connect app installed properly on your tes…", "name": "", "is_accepted": true } ]
8b93daf3311e1d79a14048063afcd054
hi, i’m developing for jira for the first time. i’m probably missing something obvious. i’ve created a web-panel as outlined here: <https://developer.atlassian.com/cloud/jira/platform/modules/web-panel/>. it took me some time to figure out how to load the template, but found routes/index.js and add…
app is not responding
atlassian.com
2021.25
[ { "text": "in case it helps, we recently had same issue, also related with the loading of all.js file.\n\nfollowing the steps [here](https://developer.atlassian.com/cloud/jira/software/adding-a-board-configuration-page/), in step 2 the example for the hbs view includes the statement to import all.js from <https://ac-getting-started.atlassian.net/atlassian-connect/all.js>, but loading of this file was f…", "name": "", "is_accepted": true } ]
ad171253f8ca73cdd7f95ccf6bcf1992
i am trying to use project and repository services inside of my integration tests. for example, creating a new project: @runwith(atlassianpluginstestrunner.class) public class mycomponenttest { private final applicationproperties applicationproperties; private final repositoryservice reposi…
how do i authorize a user in the integration tests?
atlassian.com
2021.17
[ { "text": "in bitbucket, you can authorise resource requests by using the com.atlassian.bitbucket.user.securityservice component.\n\nwrap your request with securityservice.withpermission().call(). this way you also don’t have to impersonate a specific user like you are describing with the jiraauthenticationconte…", "name": "", "is_accepted": true } ]
dcd8b63bfcd50ee9ce955609af289934
i’m writing a dynamic content macro for confluence with atlassian connect. at the moment i’m simply trying to get a proof of concept where i insert some inline text into the flow of a page but i can’t get it to display inline - the content is always displayed as a block. here are distilled versions…
cannot get atlassian connect dynamic macro to display inline
atlassian.com
2020.05
[ { "text": "we have identified this issue and a fix has been merged. it will take time to be released and reach production.\n\nthe ticket we raised for this issue is here: <https://ecosystem.atlassian.net/browse/acjs-592>", "name": "", "is_accepted": true } ]
af298e9297891c9aed8d6f7f197c2c99
dear community, i have successfully written a plugin with rest endpoints. the plugin has license support. everything works pretty fine. the plugin can detect whether a license is present or not. there is only one issue: when i add a license (while unlicensed), the plugin does only detect it, when…
license detected only after disable/enable of plugin in upm
atlassian.com
2021.39
[ { "text": "dear community,\n\nmany thanks for that many responses and hints :wink:\n\ni would say: “lessons learned”. my assumption before debugging my code was, that when calling a rest endpoint, all its objects die after execution. i was wrong. :grimacing:\n\ni had a license managing class created that was called …", "name": "", "is_accepted": true } ]
27c01a46e0b872104b466fbb2285b601
hi all! for the past few weeks i’ve been building an integration between [monday.com](http://monday.com) and jira. one of the necessities for this integration has been to add a jira webhook upon subscription using basic authentication. this has worked fine up until earlier this week when all of my requests to rest/web…
timeout error when creating webhook with api endpoint `rest/webhooks/1.0/webhook/`
atlassian.com
2021.31
[ { "text": "hi! for all future readers,\n\nthe issue was that i had included an extra “s” in my url (i.e. “[atlasssian.net](http://atlasssian.net)” instead of “[atlassian.net](http://atlassian.net)”).\n\nohhh the joys of coding !", "name": "", "is_accepted": true } ]
2ed1509f164f8409b6e036a97cc82220
hi hi, i build a plugin with jira core => the plugin will support jira core, jira software, jira service desk. we want to add a new feature. the new feature related to jira software. but we want the plugin still support jira core and jira service desk also. so is there any way to detect a server…
how to detect a server is a jira software/ a jira service desk,...?
atlassian.com
2021.17
[ { "text": "hi,\n\nfor jira software applicationmanager.getapplication(\"jira-software\");\n\nfor service desk applicationmanager.getapplication(\"jira-servicedesk\");\n\nif the result is empty then the corresponding app is not installed.\n\ncheers", "name": "", "is_accepted": true } ]
ada8c16ff14d2631d04cfe3fe18299b0
hi, i’m new to jira cloud development so these questions may have been asked, but i couldn’t find a reference here or in the docs. is there a way to expose a configuration for a connected app, which an admin can configure after installation? alternatively, let’s assume a situation where the plugi…
jira connected app - expose configuration options
atlassian.com
2020.16
[ { "text": "hey, if i understood you correctly that you need to save some kind of config, then yes, you have to save that. if it’s host specific and related to the plugin/app itself, you could use app properties. keep in mind it’s not for storing sensitive data and it’s 32 kb per property, so if you’re going to…", "name": "", "is_accepted": true } ]
b3b83597f2ae8084d0c77e0c492f3c56
i am creating a custom field using the jira cloud rest api. it gets added to a default screen. i then have to manually add this field to other screens. is there a way to do this using the api?
add custom field to screens using rest api
atlassian.com
2021.21
[ { "text": "hi aatifnazar,\n\nas far as i know it is not currently possible. see the following posts:\n\n[adding issue field to project create screen with rest api](https://community.developer.atlassian.com/t/adding-issue-field-to-project-create-screen-with-rest-api/865)\n<https://community.atlassian.com/t5/jira-questions/jira-api-create-issue-with-custom-field/qaq-p/1126615>\n\nyou can create a custom field context [https://d…](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts/#api-rest-api-3-field-fieldid-context-post)", "name": "", "is_accepted": true } ]
3b04c7b0002e4d68fbed2745f25a472e
hello! i have a class that implements web item in confluence. to get the necessary information for the web item, i need the information of the current page where the web item is displayed (id, or title). it is easy for teh class implementing macro as there is conversioncontet for this, but for my …
how to get current page id inside java class implementing web item?
atlassian.com
2021.17
[ { "text": "hi, according to the documentation (<https://developer.atlassian.com/server/framework/atlassian-sdk/web-item-plugin-module/>) web item allow you to define new links in application menus. so it is the reason why there no current page is provided. in the definition of a web item you usually specifies w…", "name": "", "is_accepted": true } ]
9be077e64d164fa5076e6941db2b24f7
this may seem to be a dumb question, but i need to know if pageids for confluence pages are always numeric? i have only seen so far pageids as numeric but wanted to make sure and its important to me to know since i will be storing pageids in a database and need to decide the data type for the colum…
pageid always numeric?
atlassian.com
2021.39
[ { "text": "hi [@rnunez](/u/rnunez) ,\n\ni’ve only observed positive integer ids, however, to be safe i’ve created [confcloud-72640](https://jira.atlassian.com/browse/confcloud-72640) so the confluence team documents the format.\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
1fdb2c6401748fe099ae6f20cbedcdc4
hi i am at [api list](https://docs.atlassian.com/jira-software/rest/2016-05-05t07:43:35z/). i need to have my automation tests create an issue when they run their tests. all our activity must be recorded in jira. what am i missing? do you not have a create issue? or did you do it another way? thanks very much steph beach
list of api does not include create issue: really?
atlassian.com
2021.17
[ { "text": "they actually do. it’s part of the jira core api :slight\\_smile:\n\n<https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-issue-post>", "name": "", "is_accepted": true } ]
7765299444fb5f0d01df9dec0075cb04
according to documentation, the web trigger url needs to be generated using the forge cli, and this is fine if you are developing an internal/private app. but, if your app is supposed to go in the marketplace, and needs to show the user a url where to point an external service to, well the cli is no…
incoming web triggers: static url or programmatically generation
atlassian.com
2021.39
[ { "text": "you’ll want to make use of the web trigger api:\n\n<https://developer.atlassian.com/platform/forge/runtime-reference/web-trigger-api/>", "name": "", "is_accepted": true } ]
6446cbe9982af10ada86a63b006dfea8
hallo, i have made a javascript application which works fine with jira server and jira cloud via rest api. it does not need any installation in jira itself to function. however, i would like to license the application. should i: make a plugin for server and cloud which provides licensing detail…
how to market an external application which does not need any installation in jira
atlassian.com
2021.17
[ { "text": "it’s possible to do at that point the marketplace is just a landing page.\n\nyou can create a basic app in p2 that just has a single rest call that validated the license. cloud becomes trickier since you would have the rest call on your webspo which would then have to make the call to the server to ma…", "name": "", "is_accepted": true } ]
91ebb93fa0d62676984663dd07a7244f
does anyone have experience viewing the html content from a servletfilter after-dispatch? the response seems to be a selectingresponsewrapper, but i can’t seem to locate where the output html is actually located?
getting html content from a servletfilter
atlassian.com
2021.17
[ { "text": "daniel,\n\nthe httpservlet interface is designed to be streamy, so i speculate that there’s no place designed to be able to extract the sent content (or at least not more than once). and the actual object returned by confluence is obviously an implementation detail and subject to change anyway.\n\nwhat …", "name": "", "is_accepted": true } ]
7824d47653dd5e617917426a3ee99730
i’m using the search endpoint of the v3 rest api (i know, it’s in beta.) i’m getting some unexpected results and am wondering if i’m doing something wrong. here’s the endpoint i’m hitting via curl: <https://mysite.atlassian.net/rest/api/3/search?jql=issuetype=vulnerability&resolution=unresolved> wh…
rest api search via jql returning invalid results
atlassian.com
2021.17
[ { "text": "looks like the jql query is not url encoded. can you try using this url instead?\n\nhttps://mysite.atlassian.net/rest/api/3/search?jql=issuetype%3dvulnerability%26resolution%3dunresolved", "name": "", "is_accepted": true } ]
450bf136de7f6c9cfcdd8ea68a7d2c2f
following this link https://developer.atlassian.com/server/jira/platform/oauth/ at step 2. do the “oauth dance: java -jar oauthtutorialclient-1.0.jar requesttoken getting the following error com.google.api.client.http.httpresponseexception: 404 not found <!doctype html><html lang="en"><head><meta…
oauth token generation gives 404 error
atlassian.com
2021.17
[ { "text": "[image] gautamsinghania95:\n\nplease see image-1 of the app setup.\n\nhello, based on this image, you used tesco as the consumer key. please update your config.properties and change oauthkey to tesco to match your configuration in jira. this mismatch is causing the status 401.", "name": "", "is_accepted": true } ]
aad5215cbf6b61c604930a7b8a89dc66
hello everybody. i reaaaally need your help. i have a server that will host 2 add-ons: one for hipchat and one for confluence. nginx will sit in front of them, having a different port for each, and both using the same ssl certificate. the hipchat add-on works and installs correctly. but for some …
multiple add-ons on the same server, error with confluence add-on
atlassian.com
2021.17
[ { "text": "maybe it’s time to consider using subdomains instead of ports: [confluence.enevapps.com:443](http://confluence.enevapps.com:443) and [hipchat.enevapps.com:443](http://hipchat.enevapps.com:443).", "name": "", "is_accepted": true } ]
50e8b93df1b5c1dd883df5929cdb1a09
hi, should issue content module be used instead of the left.context panel in new issue view similarly to issue glance? it’s not in my developer instance at [timereports.atlassian.net](http://timereports.atlassian.net) (see screenshot below), but from initial description this could be expected. note, issue glance hides the panel, but…
issue content module instead of the web panel with a left.context
atlassian.com
2021.17
[ { "text": "question is wrong, sorry for bothering.", "name": "", "is_accepted": true } ]
664f130430a9bcc8c06281974687db0f
i’m looking into copying some app properties from confluence to my app’s store when the app is upgraded. when i attempt to access confluence app properties from my ace app on lifecycle install, the response from confluence is a 401. with the message in the html response: the request has not been …
trouble accessing app properties from the lifecycle install event in ace
atlassian.com
2021.43
[ { "text": "[@david](/u/david) when your app receives the installation lifecycle callback, the installation process has not yet completed. if your app returns an error, the installation will be rolled back. your app is granted access to the tenant’s data later on in the process.\n\nthe enabled lifecycle callback (a regular w…", "name": "", "is_accepted": true } ]
2d39e316c7ee816f4e4a64d65157bd40
just wanted to install the [entity property tool](https://marketplace.atlassian.com/apps/1214509/entity-property-tool-for-jira/version-history) in one of my jira instances and noticed that it is not installable anymore. does anyone know if this intended? the info box on the marketplace listing says this app is hidden from public view because it no longer meets the requirements for atlassian …
what happened to the entity property tool app?
atlassian.com
2021.17
[ { "text": "ah, that’s my app. i’ll fix it up. :frowning: must have been caught by gdpr.", "name": "", "is_accepted": true } ]
670ab77b6a20c093292c091faa5522d7
perhaps it is the easiest thing to do but i stumbled into this. looked inside context, issue data, ui kit hooks, javascript api and came empty-handed. i can get some ids but i really need the domain like <https://myinstance.atlassian.net> there. maybe there is a way to access the current url?
how to retrieve the actual jira instance i am in?
atlassian.com
2021.04
[ { "text": "we asked about this in the decommissioned forge slack channel and got advise from the forge team how to deduce the site information, though it turned out to be only applicable for jira and not confluence at the time (right now you can still apply the jira approach on confluence because forge is not …", "name": "", "is_accepted": true } ]
2a02ee5dade12f4b37f02e3543978927
i want to use jwt with httpclient, but httpclient is null. i think i’m missing something. index.js ... app.get("/test", addon.checkvalidtoken(), (req, res) => { let httpclient = addon.httpclient(req); console.log(httpclient); // null console.log(req.clientkey); // undefined h…
how to use rest api in connect express app?
atlassian.com
2021.39
[ { "text": "try calling the ace middleware with\n\napp.get(\"/test\", addon.authenticate(true), (req, res) => ...\n\nthis should populate addon.httpclient correctly.", "name": "", "is_accepted": true } ]
55a3e32a7fb116ad82b91934ad013782
hi guys, i’m trying to add another language to my add-on which is already internationalised. however, i can’t seem to get it to work consistently. after starting the server via atlas-run and changing the language in the system tab, sometimes it works and some other times it doesn’t. i can’t seem to…
testing plugin in multiple languages
atlassian.com
2021.17
[ { "text": "finally found the problem! thanks to [@alexander.kueken](/u/alexander.kueken) example files, i knew that everything was setup properly but it still failed to load the language. turns out that passing the property file in native2ascii to transform non ascii characters into unicode-encoded ascii characters converted properl…", "name": "", "is_accepted": true } ]
ac8498967d446c0eda9986d8bd1a8947
i’m developing an add-on for jira cloud. i have followed the guide at <https://developer.atlassian.com/cloud/jira/platform/getting-started/> to install and test my add-on, using ngrok to create a tunnel to my local node.js server. in short: in my jira cloud instance i’m navigating to settings -> apps …
can i upload add-on that is reached through any other port than 443?
atlassian.com
2021.17
[ { "text": "non-standard http/https ports are currently not supported nor are there any plans or considerations on making the change to accept non-standard ports. you are welcome to raise the feature request for this here: <https://ecosystem.atlassian.net/servicedesk/customer/portal/14/group/39/create/138>", "name": "", "is_accepted": true } ]
862cbe695164cb9625a7edc86ad8aae9
i want to build a jira integration that mostly relies on webhooks to trigger events in an external system. likely i will need api access for getting additional context/taking actions from the external system. from what i have seen, a connect app looks like the “best” (maybe only?) way to configure …
connect app and user auth
atlassian.com
2021.31
[ { "text": "hi [@davemeyer](/u/davemeyer) ,\n\ni believe oauth 2.0 (3lo) apps will soon be able to register and receive webhooks. according to [trello](https://trello.com/c/x3crhfna/91-jira-webhooks-3lo), this is targeted this month (june 2021).\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
6832f623fd1005ee861dbdff6bbcf53b
hi, i’m trying to use atlassian aui in my new plugin project and can’t make it work with atlassian aui properly. i’m working on list project names in a select list and following the tutorial at [aui select2 - aui documentation](https://aui.atlassian.com/aui/latest/docs/auiselect2.html) i want to show select list with design in tutorial. but it does not see…
can't use atlassian aui in my plugin
atlassian.com
2021.39
[ { "text": "hi [@alimert](/u/alimert)\n\nthis is not a representative example, but it should work\n\n<form id=\"admin\" class=\"aui\">\n\n<select id=\"select2-example2\">\n\n<option value=\"null\"> please select a project </option>\n\n#foreach( $pname in $pnames )\n\n<option value=\"$pname\"> $p…", "name": "", "is_accepted": true } ]
d6db916524699f82fb8ab7b1abc1f8d8
the [documentation for the post /rest/api/2/issue endpoint](https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issues/#api-rest-api-2-issue-post) (create issue) specifies that you can pass issue entity properties in the “properties” attribute of the body. whenever i try that, i get this error: incorrect request: ["n/a (through reference chain: com.atlassian.jira.rest.v2.issue.issueupd…
post /rest/api/2/issue (create issue) throws error when passing entity properties
atlassian.com
2021.04
[ { "text": "hi [@david2](/u/david2),\n\ni think you’ve formatted the properties incorrectly. for example, let’s say an app defines an entity property module as follows:\n\n\"jiraentityproperties\": [\n\n{\n\n\"key\": \"refapp-issue-complexity\",\n\n\"name\": {\n\n\"value\": \"issue complexity\"\n\n},\n\n\"entitytype\": \"issue\",\n\n\"ke…", "name": "", "is_accepted": true } ]
a0823696e71bce9e85172db716f7dab4
using the [request create property panel](https://developer.atlassian.com/cloud/jira/service-desk/request-create-property-panel/) it looks like the weight property of the module has no impact. the panel always shows at the bottom of the form no matter the value of the weight. at least this is what i experienced in my instance. i this behaviour expected? could someone make it work to ran…
request create property panel weight
atlassian.com
2021.25
[ { "text": "i think in this case, the weight only applies to the registered panels. the extension point starts after the built in fields, but it will order all panels based on weight.\n\nunfortunately, the documentation is not entirely clear on this because they chose to reuse the generic\n\nweight attribute docume…", "name": "", "is_accepted": true } ]
99ff54d865d386889515858d2fddfc06
hi! i just joined the codegeist challenge today, and am very excited to explore forge and this dev community. i was wondering, are there any figma kits we could use to prototype or wireframe our ideas? would be helpful to visualize before i begin coding. [@carriemamantov](/u/carriemamantov) [@srusonis](/u/srusonis)
figma ui kits or equivalent for the forge components? #codegeist #2021 #design
atlassian.com
2021.31
[ { "text": "hi [@maguspereira](/u/maguspereira)\n\natlassian is providing design resources for figma at [figma - @atlassian](https://www.figma.com/@atlassian) . they are not specifically for ui kit, but since it follows the [atlassian design guidelines](https://atlassian.design), you should be good to use them anyway.", "name": "", "is_accepted": true } ]
4adf72822b6f04c757108c807c6e8712
hey guys, i’m experiencing an issue when i try to build my add-ons using amps 8.0.0 / jira 8.0. ever since i updated my sdk my projects have started throwing the following error: [info] --- maven-resources-plugin:3.1.0:resources (default-resources) @ test --- [warning] using platform encoding (ut…
error when trying to build my jira projects: "failed to execute goal com.atlassian.maven.plugins:jira-maven-plugin:8.0.0:generate-rest-docs"
atlassian.com
2021.17
[ { "text": "if there is a package entity in your rest component (in the atlassian-plugin.xml) try removing it. this solved the exact same issue for me. if omitted, the whole plugin will be scanned for resources.", "name": "", "is_accepted": true } ]
c9d370325c7e5095c420c95b5f3efbf6
after upgrading to @forge/cli v1.3.3, i started seeing the following error on a typescript project: $ ./node\_modules/.bin/forge lint --verbose the linter checks the app code for known errors. warnings are issues you should fix, but they won't stop the app code from building. press ctrl+c to cancel.…
error: cannot read property 'type' of undefined - forge/cli v1.3.3
atlassian.com
2021.31
[ { "text": "[@i05](/u/i05) we’ve released @forge/[email protected] with the fix for this issue. please let us know if this does not solve the problem you are facing!", "name": "", "is_accepted": true } ]
bbaadb7a6da915c2a851cb0224927387
so my addon is finally movin onto production and i’m setting up a server to persist clients shared secret so that the relationship persists between reinstallations. in the example “config.json” file, the “store” variable has a type-variable for the type of database, and a url for the url to the dat…
where do i fill in username and password for jugglingdb?
atlassian.com
2021.17
[ { "text": "i managed to solve it. the problem is that the schema settings object for juggling db has different variables than the one in config.json.\n\nhere is a correct settings-object (which is the “store” object in config.json) example:\n\n{\n\n“type”: “$db\\_type”,\n\n“host”: “$db\\_url”,\n\n“username”:\"$db\\_usr\",\n\n“pas…", "name": "", "is_accepted": true } ]
9544bcba6b15b5fbcd9f144e9b66f3cd
i have a required single select customfield set for a given screen which is mapped to a given issue in jira.(the one i will be creating programmatically). the value to be set for these fields is obtained from another dropdown in a transition screen. when i try to create the issue programmatically u…
issueservice.validatecreate fails when creating an issue with required custom field
atlassian.com
2021.17
[ { "text": "for a single select custom field, the value you set is the id of the option, not its value. here’s how the option id and option value are retrieved from a custom field option:\n\n/**\n\n* the id of the option or null if it currently does not have one.\n\n*\n\n* @return the id of the option or null if it doe…", "name": "", "is_accepted": true } ]
a7375af0386d387cea9f186ca287e6f9
hi, i’m trying to create a plugin that will block a push being made to the bitbucket server if certain files are part of the commit being pushed. in the past i’ve created plugins that reject pushes if a certain criteria is not being met however i’m having trouble finding the correct method/package …
find files from push to bitbucket server
atlassian.com
2021.17
[ { "text": "hi [@ejobbers](/u/ejobbers),\n\ni think that using prerepositoryhookcommitcallback is a good start. the oncommitadded method will be called with each commit. from there you can call out to the scmservice or the commitservice depending on what details you need. it sounds like you only need the file names, in which ca…", "name": "", "is_accepted": true } ]
6014521e99a80bb303aabfdac50ae63c
i’m having trouble with this page: <https://developer.atlassian.com/confdev/confluence-plugin-guide/confluence-blueprints/write-a-simple-confluence-blueprint-plugin> under the heading “now is a good point to import the project into your ide” a command is missing. "change back to the root of the pro…
help importing blank plugin into eclipse ide
atlassian.com
2021.17
[ { "text": "do atlas-mvn eclipse:eclipse before importing if you cant see the plugin in the import panel", "name": "", "is_accepted": true } ]
e207629d62db4a86accec1b98969c0d8
i just installed my own app and when my user goes to start using it and jumps through the oauth “accept permissions” bit - one of the permissions listed is: share data with unlimited locations outside of atlassian. the app may share personal data outside of atlassian cloud to unlimited locations…
"share data with **unlimited** locations outside of atlassian." message
atlassian.com
2021.39
[ { "text": "[@danielwester](/u/danielwester) that’s correct, it’s because of the wildcard in “images”. the message is displayed to the user so that all the app’s permissions are transparent to them, allowing them to decide if they want to accept or not. we don’t want the user unknowingly accepting permissions that they don’t actu…", "name": "", "is_accepted": true } ]
81b0e9403fbe276346454008970f4c9e
hi, i’m getting this error reported from my plugin along with 'lexical error at line 1, column 2. encountered: after : “” ’ i understand its supposed to be that there’s an error in one of my templates (or perhaps even an included css or js file?). however, on my dev pc (windows 10) there’s no err…
exception getting message body from velocity
atlassian.com
2021.17
[ { "text": "i managed to solve this and thought i’d post a reply here in case it helps anyone else with a similar problem.\n\nan error was being reported in the build log, but wasn’t apparently severe enough to prevent it working on my dev machine (even with a clean and rebuild).\n\ni ran the build with the -z swit…", "name": "", "is_accepted": true } ]
d655852571eab99d5dd6490c8bb9132f
upm hangs when fetching the list of plugins, in confluence 7.4 (all of them): illegal character in path at index 36: https://my.atlassian.com/addon/try/${project.groupid}.${project.artifactid} [[18]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/3/7/37a6c6c13ab3e77d36b6100708a01f8fb684063d.png "18") obviously, it certainly comes from confluence reading straight from some local directory, but how …
upm doesn't work in confluence 7.4: "illegal character in path at index 36: https://my.atlassian.com/addon/try/${project.groupid}.${project.artifactid}"
atlassian.com
2021.10
[ { "text": "solution:\n\ni actually have the wrong, untransformed atlassian-plugin.xml in my target/ directory,\n\nit is because i have upgraded webpack,\n\n…and the copywebpackplugin doesn’t accept my “ignore” instruction, as highlighted by [this stackoverflow post](https://stackoverflow.com/a/62172723), so it overrides the normal atlassian-plugin.xml.", "name": "", "is_accepted": true } ]
98e1b13caa20f186b70bbe1c8fdedbde
when using active objects in a jira plugin you have a limited amount of operations you can execute against the database. for example the count(*) - methods only allow to return the result of the first row. more or less the active objects api is restricted to entity-specific methods. example: having…
query active objects for statistical data or how to escape active object restrictions
atlassian.com
2021.17
[ { "text": "atlassian’s pocketknife querydsl module abstracts the activeobjects “features” and helps a lot. we are using ao only to manage the database schema (table creation, migrations), everything else is done with querydsl.\n\nyou can find the pocketknife source code here: [atlassian-pocketknife-querydsl](https://bitbucket.org/atlassian/atlassian-pocketknife-querydsl/src/master/)\n\nthe …", "name": "", "is_accepted": true } ]
b673367bb17fccd6bd28e8659c048865
hi, i’m considering to disable authentication (jwt → none) in an existing connect app. for historical reasons the app has authentication enabled, but it’s not needed anymore (and unlikely that it will be needed in the future). the backend is only processing the lifecycle events and maintaining a t…
manual approval required for update when disabling authentication
atlassian.com
2021.39
[ { "text": "hi [@jens](/u/jens),\n\ni don’t think this change will necessitate manual upgrade approvals. from memory, the changes that require approvals are:\n\nchange of payment model\n\nincrease of scopes\n\nchange of baseurl.\n\nregards,\n\ndugald\n\ncc [@chparker](/u/chparker)", "name": "", "is_accepted": true } ]
63656aca6592f975db601ac1f0b8ac73
hello, i’m currently trying to write a xhtml-macro plugin and finding it pretty difficult to figure out how to customize anything. what i’m trying to do is make the user select a space and then make a list of all pages in there(as another input field, or many). i thought maybe this video would he…
macro input parameters with dependecies
atlassian.com
2021.17
[ { "text": "i kinda solved this by using a workaround. this did not give me real dynamic functionality, but i was able to fit the solution to my needs.\n\nso what i basically did was to bind an autocomplete event to the field i was trying to listen to. when filled my javascript would add checkboxes, in my case, t…", "name": "", "is_accepted": true } ]
06f8cff544ad201739b703632513cf31
hi, i am trying to fetch from a url, and in the meantime the app will crash: # unexpected error in app an error occurred while trying to load this app. * refresh app with no other error, is there any timeout on waiting for an update? is there a way to increase the timeout or have the request ha…
do apps timeout?
atlassian.com
2021.25
[ { "text": "yes, apps timeout after 10 seconds. see [invocation limits](https://developer.atlassian.com/platform/forge/platform-quotas-and-limits/).\n\nthere isn’t currently any way to increase the timeout or background a request.", "name": "", "is_accepted": true } ]
66b4fe3908bc6750f24d850c499f835a
hello, i would like to know how to change the icon of my app the icon for the repopage declared in my descriptor the only thing i have is the default icon from the descriptor given in the help. and there is no instruction as to how to change it. any help/hints? thanks.
changing icon for a bitbucket application
atlassian.com
2020.16
[ { "text": "[@xcodinglabs](/u/xcodinglabs) the app icons are once again woking. thank you for your patience.", "name": "", "is_accepted": true } ]
91108469e8b3c4dc4a154e98808af9fc
dear dev-community, with sdk (v.8.2.7) i created a new jira plugin with a rest module. it has a simple single endpoint called “dummy” (get /dummy) in class dummy when calling, it just returns a 200 - works pretty fine. then i followed [https://developer.atlassian.com/platform/marketplace/adding-li…](https://developer.atlassian.com/platform/marketplace/adding-licensing-support-to-server-apps/#step-3--make-your-app-licensable)
pluginlicensemanager failed to use with rest endpoint
atlassian.com
2021.31
[ { "text": "i created a new plugin from scratch with the sdk and merged step by step code and configuration items from my original project. the root cause was this meta-inf/spring/plugin-context.xml:\n\n<?xml version=\"1.0\" encoding=\"utf-8\"?>\n\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n\nxmlns:…", "name": "", "is_accepted": true } ]
54c77756e8f8ab035ee848602254ee11
hi, i noticed my private connect add-on is not updated automatically since 12/apr/2017. does anybody know same problem? today i added a module of generalpages, but marketplace versions is not updated automatically. thanks.
private connect add-on not updated automatically
atlassian.com
2021.17
[ { "text": "this problem looks like to be fixed.\n\nthe new version of my add-on has been created automatically since 24/apr/2017.", "name": "", "is_accepted": true } ]
701b7d58f1b162955087f6eb68fda0af
this is probably the most newb of newb questions, but i am starting at the very beginning of my tiny hopes to be able to make helpful connect modules for my company to use internally–at least to start (if they end up significantly helpful, i plan to share them , of course! :smiley:) so, for the very…
connect vs connect-express
atlassian.com
2021.17
[ { "text": "[@criley](/u/criley): connect is the name of the framework which allows developers to create apps for atlassian cloud products. it consists of a javascript api (ap), the very important atlassian-connect.json descriptor file (in which you define your integration points) and a set of jwt/oauth security rules that …", "name": "", "is_accepted": true } ]
7d633053fd8865da8c2c0bf7eba1f772
as mentioned in this ticket - <https://jira.atlassian.com/browse/jraserver-25808> the workaround for using transactions with activeobjects in jira (and what atlassian is doing) would be to manually start a transaction: import com.atlassian.jira.transaction.transaction; import com.atlassian.jira.tra…
create and use custom transaction management in jira
atlassian.com
2021.17
[ { "text": "could you tell me the exact dependency which brings in com.atlassian.jira.transaction\n\nas i am facing this error when i compile\n\n[error] test/src/main/java/com/test/jira/app/service/dbmanagerimpl.java:[10,38] package com.atlassian.jira.transaction does not exist\n\nanswer\n\ni got my answer by just putt…", "name": "", "is_accepted": true } ]
7b98a73392d86affebee42addbc65754
hi, i’m learning to develop to jira cloud platform. my idea is create a report view, but i tried to use translations paths in english and portuguese (brazil). i tried to install the addon but an error message it’s showed: the add-on descriptor failed to validate against the schema. please confirm…
error in translations paths - addons jira cloud
atlassian.com
2021.17
[ { "text": "you’re not doing anything wrong. it looks like jira cloud is limiting their support for languages to:\n\nru-ru: translations for the “ru-ru” (russian) locale.\n\nde-de: translations for the “de-de” (german) locale.\n\npt-pt: translations for the “pt-pt” (portuguese) locale.\n\nen-us: translations for the “…", "name": "", "is_accepted": true } ]
4ddf27b1f3c48a42a4095aa544c020be
hi team, i am trying to find out if a user has permissions to administer a specific jira project, but the rest api responds to wrong information or i am not calling it correctly. with the user i can administer the test project: [[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/d/9/d95db212193a25d62e77a01419a2e60216f73c62.png "image") but if i check the rest api to ask if user has the administ…
i'm cannot check a user permission from specific jira project via rest api
atlassian.com
2021.43
[ { "text": "hi [@jbolufer](/u/jbolufer) ,\n\ni think what’s happening here is that your user, although it can see the project settings, is not a member of a project role or group where administer projects permission has been granted to (refer to the blue box in the image below). in which case, the rest api is returning the corr…", "name": "", "is_accepted": true } ]
bf2053e0ff1974f5e943fbee711e5b1f
this is to properly answer an older question, in case anyone else happens across it. the old question is closed, so i am unable to answer on it. the original question [image] [how to return a file from an action?](https://community.atlassian.com/t5/answers-developer-questions/how-to-return-a-file-from-an-action/qaq-p/517409) hi, i'd like to have webwork action return a file. here's my atlassian.xml:…
how to return a file from an action?
atlassian.com
2021.43
[ { "text": "this is a how-to. see question for the answer.", "name": "", "is_accepted": true } ]
47631d696f67ab340d2349ed7ee64cd7
if you define a static macro with an attachment or confluence-content parameter with the multiple option set to true eg: { "identifier": "attachment-multiple", "name": { "value": "attachment multiple" }, "description": { "value": "multi attachment" }, "type":…
attachment and confluence-content macro parameters are broken in the browser if they are set to multiple
atlassian.com
2021.39
[ { "text": "hi [@jbevan](/u/jbevan) ,\n\nthanks for reporting this. i’ve reproduced the error and created [confcloud-72639](https://jira.atlassian.com/browse/confcloud-72639).\n\nregards,\n\ndugald", "name": "", "is_accepted": true } ]
c3a62db4878c8682a693ac068dd95b18
hi! the [documentation](https://developer.atlassian.com/cloud/jira/platform/modules/issue-glance/) says that it is possible to display a dynamic status in issue glance based on the issue property com.atlassian.jira.issue:[addonkey]:[modulekey]:status but the examples of status jsons only show static text, and examples of the module itself (as well as the properties descrip…
how to display status in issue glance
atlassian.com
2021.17
[ { "text": "in my experiments, there is no dynamic value as i think you’re wanting. the value that gets displayed is the property as set on the issue. what ever you set to status will be displayed.\n\nthe following code worked for me to set the status of a glance.\n\nap.request({\n\ntype:'put',\n\nurl:'/rest/api/2/i…", "name": "", "is_accepted": true } ]
8ff27d39d400008f0d88b4b9472f7109
i’m following a tutorial for creating a project template: <https://developer.atlassian.com/server/jira/platform/creating-a-project-template/> after compiling multiple time with atlas-run and performing some change here and there on the jira instance form the sdk <http://localhost:2990/jira> , i notice…
erase jira h2 database that come from the sdk
atlassian.com
2021.25
[ { "text": "running the command ‘atlas-clean’ will remove the target directory and the application. running atlas-run again will set it up again.", "name": "", "is_accepted": true } ]
ba9ac796a88171230778428446de532c
exploring jira service management, and starting to see how big a lift it is to extend it for policies and procedures unique to our org. i’m looking to add a gui element to all “change” tickets, and looking at the documentation for conditions, i’m a bit confused. i wrote: "key": "my-web-panel", …
jsm condition for web panel based on issue type - mapping?
atlassian.com
2021.39
[ { "text": "found jira\\_expressions, they seem a bit simpler:\n\n\"conditions\": [\n\n{\n\n\"condition\": \"jira\\_expression\",\n\n\"params\": {\n\n\"expression\":\"['[system] change'].includes(issue.issuetype.name)\"\n\n}\n\n…", "name": "", "is_accepted": true } ]
235265e9a9aac64203c04de2ecac56c7
i am looking to develop a customized button in the macro panel, where to insert more than just a label and icon. is it any way of mentioning the html content of the button in atlassian-plugin.xml? <xhtml-macro name="mymacro" class="com.learning.mymacro" key="my-macro"> <category name="formatti…
configuring html content for macro panel button in atlassian-plugin.xml
atlassian.com
2021.17
[ { "text": "take a look at [this atlassian-plugin.xml](https://bitbucket.org/resah/confluence-macro-tutorial/src/208497acc40f0ddc16e9ae4f57b004e8db180588/src/main/resources/atlassian-plugin.xml?at=default&fileviewer=file-view-default#atlassian-plugin.xml-70)…\n\n…with the following xhtml-macro:\n\n<xhtml-macro name=\"box\" class=\"com.example.plugin.confluence.boxmacro\"\n\nkey=\"box-xhtml\"\n\nicon=\"/download/resources/com.example.plugin.confluence.macromagic/images/64x64\\_package.png\">\n\n...\n\n<!-- additional…", "name": "", "is_accepted": true } ]
af763ad4e677cd0a0addeb1417edde07
hi, does anyone have good alternatives to using ngrok. ngrok for me fails (with a 404) on ajax calls (normal calls work). until now i have been using finch but unfortunately this is closing down. edit: corrected grok to ngrok
alternatives to ngrok
atlassian.com
2021.17
[ { "text": "ok after spending the entire weekend trying to get to the bottom of this and trying other alternatives like forward, pagekite, beame-insta-ssl, [portmap.io](http://portmap.io), yaler, openport… i have managed to work out that it is google app engine endpoints that are causing me the problem. normal communication with s…", "name": "", "is_accepted": true } ]
84a7a99b0d180dd2287611e5c0ab0f58
dear community, i am trying to create a new webwork which is located in project / config area. i already created a new web-item which appears as wanted and also when i click it, the wanted webwork appears, but, the webwork “opens” a completly new page instead of beeing located “inside” the project c…
how to create a new "project config" page?
atlassian.com
2021.17
[ { "text": "[[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/b/8/b887abd45bbcd419c14798f4f6e3c3d94151f4a0.png \"image\")\n\n<meta name=\"decorator\" content=\"atl.admin\"/>\n\n<meta name=\"admin.active.section\" content=\"atl.jira.proj.config\"/>\n\n<meta name=\"admin.active.tab\" content=\"item\\_tracker\\_project\\_admin\\_link\"/>\n\n<meta name=\"project\" content=\"${projectkey}\"/>\n\n<meta name=\"projectkey\" content=\"${pr…", "name": "", "is_accepted": true } ]
fcdad1a86da212397a8d823dffa19a22
hi, i’m trying to use ap.request in my add-on to retrieve the projects list from the jira cloud. like this: ap.request('/rest/api/2/project', { success: (response) => { const projects = json.parse(response); console.log(projects); }, error: (response) => { console.log(arguments);…
ap.request 'failed to validate origin' error
atlassian.com
2021.17
[ { "text": "did you add the [read scope](https://developer.atlassian.com/cloud/jira/platform/scopes/) for your add-on? i believe that it is required even for read operations.", "name": "", "is_accepted": true } ]
3a96cf66db55a8673db8269608199d09
hi, i’m new to jira development. i want to create an app in jira which have few fields like name, date, time, etc. when user submitted the form i want save those details in my server using endpoint. i checked rest api calls those are related to access things(issues, projects, users…) within jira. …
how to connect third party api from jira app
atlassian.com
2021.17
[ { "text": "hi anne,\n\nthe format of atlassioan-connect.json is wrong.\n\nmy config file is\n\n{\n\n“scopes”:[\n\n“read”,\n\n“write”,\n\n“act\\_as\\_user”\n\n],\n\n“vendor”: {\n\n“name”: “my app”,\n\n“url”: “<https://mywebsite.com>”\n\n},\n\n“description”:“this is my description”,\n\n“key”:“testing.io.jira”,\n\n“lifecycle”:{\n\n“uninstalled”:\"/ji…", "name": "", "is_accepted": true } ]
87b177ca14ea2fb02b4d6b3dac5006af
please where can i find tutorials on how to build an app for forge custom ui for confluence
helloworld tutorial on forge custom ui for confluence
atlassian.com
2021.39
[ { "text": "hi [@esedofredrick](/u/esedofredrick), take a look at <https://developer.atlassian.com/platform/forge/build-a-custom-ui-app-in-confluence/>", "name": "", "is_accepted": true } ]
48af2d675a145ce91ceb95b97d5c6a72
the [migration guide for connect apps to improve user privacy](https://developer.atlassian.com/cloud/jira/platform/connect-app-migration-guide/) includes this statement: …it is advised not enable the connect gdpr api migration for existing marketplace-listed production versions. we will continue to add api changes under the api migration opt-in, so apps may break. check this page…
when is it safe to enable gdpr api migration in production?
atlassian.com
2021.17
[ { "text": "[@david.pinn](/u/david.pinn), just to add to ivan’s reply, you can see the full scope of our opt-in mechanism with the jql query [project = ac and text ~ “when opted in by apps”](https://ecosystem.atlassian.net/issues/?jql=project%20%3d%20ac%20and%20text%20~%20%22when%20opted%20in%20by%20apps%22).\n\nthree issues are yet to be completed:\n\n[ac-2425](https://ecosystem.atlassian.net/browse/ac-2425) remove support for oauth 2 jwts with user keys as the sub claim when opted in by apps\n\n[ac…](https://ecosystem.atlassian.net/browse/ac-2433)", "name": "", "is_accepted": true } ]
67adc5c0d25f9522f11775a385315a7f
hi all, not sure if this the right place to post this. if not, please let me know where i can ask. a colleague of mine sent me this link and i’m getting a screen saying “sorry, you don’t have access to that topic!”: <https://community.developer.atlassian.com/t/data-center-testing-difficulties/26242> …
cannot access certain topics
atlassian.com
2021.21
[ { "text": "if you can’t access that topic you can request access through this jsd: <https://ecosystem.atlassian.net/servicedesk/customer/portal/9/create/147>\n\njust create a ticket and we’ll take care of it.", "name": "", "is_accepted": true } ]
65259b35807dc41b849da8879289f5b4
i have applied to the top vendor program on 18 feb and received an email with a link to the jsd request to track my application. the email says your application is pending review, and you can expect an update in 3-5 business days unfortunately, until today i have not received any updates on this…
what's happening to the top vendor program?
atlassian.com
2021.21
[ { "text": "hey [@tbinna](/u/tbinna) - can you share the ticket number for your top vendor submission, i’m having trouble tracking it down.\n\ncheers,\n\nchris", "name": "", "is_accepted": true } ]
37aa70cf90853c44c3ff3568c547aae0
hello, i’m trying to create my first sil plugin but i stuck, already, with this issue : could not resolve dependencies for project com.mycompany:silexample:jar:4.0.0: could not find artifact com.keplerrominfo.jira.plugins:katl-commons:jar:4.0.0-snapshot ->
cannot clean and build plugin
atlassian.com
2021.17
[ { "text": "juste resolved by adding the katl-commun.jar to the plugin project.", "name": "", "is_accepted": true } ]
e6eb1ad8a1412db46211f54a85d30efb
hi, i want to add caching to my app and it needs to work in data center. i see that jira has a caching class, com.atlassian.cache.cachemanager, so does this work for data center and if not what do i use and do you have any examples of its use i would prefer a caching method that would work in both…
multi-node caching for data center
atlassian.com
2020.05
[ { "text": "you can totally use the atlassian cache api in both data center and server.\n\nthere is general documentation about it here: <https://developer.atlassian.com/server/confluence/atlassian-cache-2-overview/>\n\nand there is specific detail on how it behaves on data center under the caches subheading here: [ht…](https://developer.atlassian.com/server/jira/platform/developing-for-high-availability-and-clustering/)", "name": "", "is_accepted": true } ]
33122c74d199c8a5f5587c16e0690a0c
i want to get all filter , something like this how can i do that? thank you [[12%20pm]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/a/5/a5d26f43edeaa5dcd11e45de3c938ac2e323b27e.png "12%20pm")
how to get all filter?
atlassian.com
2021.17
[ { "text": "that should be searchrequestservice and searchrequestmanager respectively.\n\n<https://docs.atlassian.com/software/jira/docs/api/latest/com/atlassian/jira/issue/search/searchrequestmanager.html>\n[https://docs.atlassian.com/software/jira/docs/api/latest/com/atlassian/jira/bc/filter/searchrequestservice.h…](https://docs.atlassian.com/software/jira/docs/api/latest/com/atlassian/jira/bc/filter/searchrequestservice.html)", "name": "", "is_accepted": true } ]