id
stringlengths 32
32
| text
stringlengths 0
895k
| name
stringlengths 0
33k
| domain
stringlengths 5
44
| bucket
stringclasses 19
values | answers
list |
---|---|---|---|---|---|
cdf333541067ae2ca71e1d1800f84016 | hi, i have a error like this
error [threadpoolasynctaskexecutor::thread 25] c.a.plugin.osgi.factory.osgiplugin unable to start the plugin container for plugin ‘com.curvc.atlas.bitbucket.plugin.bitbucket-sso-plugin’
org.springframework.beans.factory.unsatisfieddependencyexception: error creating b… | how to work bitbucket with osgiplugin error | atlassian.com | 2021.25 | [
{
"text": "hi [11175](https://community.developer.atlassian.com/u/11175),\n\nwithout some more context it’s difficult to say what went wrong. i don’t think it’s necessarily an osgi problem, it looks like you were trying to use componentlocator.getcomponent() before the sal plugin was fully instantiated. to resolve this, you could try using @componentimport for com…",
"name": "",
"is_accepted": true
}
] |
898f1e0fce4a8766afe851cd95e1a9e5 | i’m trying to create a servlet that i’d like to share with users (non-admins)
i do not have a condition for administrator and users can actually access the page.
my only concern is that even if my web-item leading to the servlet is not an admin-section (currently am putting everything like system.… | create jira servlet without "administration" header | atlassian.com | 2021.17 | [
{
"text": "it turned out i just needed to set the decorator to general instead of admin at the vm level!\n\n(in case this helps anyone)",
"name": "",
"is_accepted": true
}
] |
8eac3b8c9a1f6f99cd9108c653369a8c | hello,
below is my atlassian-plugin.xml and the location of the icon.
[[web-item-icon-link]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/0/b/0bee3b141316c5937bdeab03a4b48c3ff4df55a0.jpeg "web-item-icon-link")
but the icon is not displayed in the insert menu. icon is missing for marvel.
[[insert-menu]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/3/6/36b01c2ac28c14ed46c4a107f0eff7de6e409672.jpeg "insert-menu")
i tried “images/marvel-icon.png” and “/download/resources/{project.groupid}.{project.artifactid}/images/marvel… | web-item icon not showing | atlassian.com | 2021.17 | [
{
"text": "i looked a bit more, and i think the information in my last post is quite out of date.\n\nthere is one other option documented here: <https://developer.atlassian.com/server/confluence/adding-an-option-to-the-editor-insert-menu/>\n\nbasically, you create a css resource which loads the icon into the correct…",
"name": "",
"is_accepted": true
}
] |
289ff18721ed2b097c2ba22d26925561 | can someone explain the exact purpose of build number? i am trying to understand what to return from [pluginupgradetask.getbuildnumber()](https://docs.atlassian.com/sal-api/2.12.1/sal-api/apidocs/com/atlassian/sal/api/upgrade/pluginupgradetask.html#getbuildnumber()).
the linked javadoc above says:
build number is specified in atlassian-plugin.xml inside element. eg: <param name=“build”>1</param>
unfortunately, i can’t find… | can someone explain "build number" in pluginupgradetask? | atlassian.com | 2021.17 | [
{
"text": "return an integer > 0, for example 1.\n\nfor the next migrations that you need, return a number bigger than the last number you’ve used (e.g. 2, 3, 4 …).\n\nyou can have multiple migrations (java classes implementing pluginupgradetask) and they will be run in order. the build number should be greater th…",
"name": "",
"is_accepted": true
}
] |
7f3731b88c8184c2e3f3b2471b071276 | i want to know the security limit of the storage api key
assuming i install forge app call sample at confluence site a eg ([sitea.atlassian.net](http://sitea.atlassian.net))
in storage api call i set key = my\_good\_key.
await storage.get('my\_good\_key');
here is question
1.)
if someone in siteb install the same app s… | how secured is storage api key | atlassian.com | 2021.39 | [
{
"text": "a bit of background that will help answer your questions, from <https://developer.atlassian.com/platform/forge/storage/>\n\nthe app storage api stores data partitioned by product and site, and is accessible only to your app.\n\nthe app storage api requires your app to have the storage:app scope.\n\nonto y…",
"name": "",
"is_accepted": true
}
] |
3367bdb6fab5eee38068ca75351aedd2 | hi, i’ve been developing plugins for my company for some time and i’ve recently found a need for a jira plugin. i’m wondering how to get the default velocity context.
in the past i’ve used the $webresourcemanager from the default velocity context to load javascript routines needed by that view:
<h… | getting the default velocity context in jira | atlassian.com | 2021.17 | [
{
"text": "ok, dumb mistake. i mistakenly created my *.js files in the css folder so they were not being picked up.\n\ni ended up reviewing the internationalization tutorial at <https://developer.atlassian.com/jiradev/jira-platform/guides/other/tutorial-internationalising-your-plugin> and confirmed that i was doi…",
"name": "",
"is_accepted": true
}
] |
103ca0bd94a9c4ac5ceef04ba099d766 | i am trying to use httpclient.asuserbyaccountid in ace
“scopes”: [
“read”,
“write”,
“delete”,
“project\_admin”,
“admin”,
“act\_as\_user”
],
app.post('/protected/issue-created', addon.authenticate(), (req, res) => {
console.log(req.context.useraccountid);
const httpclient = add… | user personalization does’t seem to work now | atlassian.com | 2021.10 | [
{
"text": "hi [@maciej.dudziak](/u/maciej.dudziak),\n\nmy guess is that this is caused by a time synchronisation problem on the machine you are sending the request from.\n\nregards,\n\ndugald",
"name": "",
"is_accepted": true
}
] |
b1e422c226a13d28964fa810a3c6d82c | hi.
when a webhook is installed through atlassian-connect.json, is it fired synchronously or asynchronously with the issue update?
if it is synchronous, we’re concerned that installing any webhook would make the whole jira cloud instance slow. | jira cloud webhooks synchronous or asynchronous? | atlassian.com | 2021.17 | [
{
"text": "hi [@sergei](/u/sergei)! jira sends webhooks asynchronously. hope that helps to address your concerns.",
"name": "",
"is_accepted": true
}
] |
3ad1d1a7a1f4f80bd713b6a7b06036df | hi everybody!
could somebody give the cue how to add a new entry of worklog in jira’s issue via rest api?
i try to add worklog entry via rest api line:
curl --request post -u user:password -h “content-type: application/json” “<http://jiraserver>:port/rest/api/2/issue/testerr-2/worklog?author=user&s… | how to add a new entry of worklog in jira issue via rest api? | atlassian.com | 2021.17 | [
{
"text": "hi [@aleksandr.karev](/u/aleksandr.karev) - instead of using query parameters, try sending your worklog over in the post body (use the -d option in curl):\n\n-d '{\"comment\":\"i did some work here.\",\"started\":\"2018-02-21t00:00:00.000+0000\",\"timespentseconds\":12000}'",
"name": "",
"is_accepted": true
}
] |
0f55ad833d2c517f37aff06bd3ae8a41 | so here’s what i’m trying to achieve: a space owner in confluence should be able to decide whether the functionality of our plugin is available to users in that specific space.
we’ve got a little ui for that (just a toggle button to turn the functionality on or off in the space preferences). now in… | what's the "correct" way to make my plugin ui communicate with my java classes? | atlassian.com | 2021.17 | [
{
"text": "you will call the permissionmanager in your rest resource and ask if that user is a space admin, if not you return an error.\n\npermissionmanager.haspermission(authenticateduserthreadlocal.get(), permission.administer, space)\n\nnot very complicated",
"name": "",
"is_accepted": true
}
] |
6cc34630efa716cc614f5d7e0915517f | i followed the tutorial on
<https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-confluence-hello-world-macro/>
but when i try to do atlas-run and open localhost:1990/confluence, i get a 404-error.
also when i try my username:1990/confluence as printed in the console.
i already … | atlas-run in tutorial causes 404 error | atlassian.com | 2021.17 | [
{
"text": "memory and console output was always similar to yours. it also said that tomcat was started on port 1990.\n\nbut it’s working now (for kind of no reason).\n\ni installed a new windows 10 home, the first plugin i created didn’t work. i got the same 404 error.\n\nfortenately the second plugin i created (jus…",
"name": "",
"is_accepted": true
}
] |
c2e69a9166950c8fd6fd9b5b7da8ea7a | we are using an osgi dependency in our app declared with compile scope as follow:
<dependency>
<groupid>com.google.guava</groupid>
<artifactid>guava</artifactid>
<version>10.0.1</version>
<scope>compile</scope>
</dependency>
until jira 8.5.1, this version were getting imported as expec… | osgi dependencies do not properly imported since jira 8.5.2 | atlassian.com | 2020.05 | [
{
"text": "workaround:\n\nreplacing atlassian-plugins-osgi-5.3.3.jar to atlassian-plugins-osgi-5.2.2.jar under jira 8.5.2 eliminated the problem after reinstalling the app!\n\nsee the details in the comments at: <https://ecosystem.atlassian.net/servicedesk/customer/portal/14/devhelp-4024>",
"name": "",
"is_accepted": true
}
] |
41de6bd8ddd1f3bc82e7a001388e3265 | hi dariusz,
may be asking you straightly about adaptavist scriptrunner items.
referring to last item of mine of select2 i am trying to receive single / multiple drop down elements selected and end up w/ nothing or w/ ‘undefined’.
this is the simple js code:
ajs.$("#select2-example").auiselect2()… | aui select2 - js response not working | atlassian.com | 2021.39 | [
{
"text": "… replying to myself …\n\nwell, it’s resolved, even w/o help requested for two more times of ‘community’. :slight\\_smile:\n\nthe code for select2 initialisation and event listening.\n\napplicable at scriptrunner for confluence macro.\n\najs.version 8.3.5\n\n// j code\n\nimport com.atlassian.webresource.api.assem…",
"name": "",
"is_accepted": true
}
] |
a4fa52ccf4cc54ae9179f9a81456b709 | hello everyone!
i integrated my web application with trello’s rest api.
i used the following method: ‘[https://api.trello.com/1/members/me/boards?key={yourkey}&token={yourtoken}](https://api.trello.com/1/members/me/boards?key=%7byourkey%7d&token=%7byourtoken%7d)’, that i putted my key and token.
in sometime, it works, after three ou four requests, the trello’s rest api starts to r… | failed connect to api.trello.com:443 - connection refused | atlassian.com | 2020.29 | [
{
"text": "[image] andersonsouza:\n\n192.175.112.170\n\nit sounds like your outbound server may be occasionally losing network access? we don’t have any restrictions on the ip you listed, and even if we did, you’d get back an http response.",
"name": "",
"is_accepted": true
}
] |
5d46a8b928a76105e90ec8a6745abe6f | as mentioned here: <https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups/#api-rest-api-3-group-member-get>
response of https://[domain].atlassian.net/rest/api/3/group/member?groupname=[groupname] should have field emailaddress. but all i got is: [markup 2021-07-13 at 12.15.35.p…](https://d.pr/i/5aslmj) | field emailaddress missing from /rest/api/3/group/member?groupname=[groupname] | atlassian.com | 2021.31 | [
{
"text": "hi [@tscheckenbach](/u/tscheckenbach),\n\nwelcome to the atlassian developer community.\n\ndue to privacy considerations, email addresses are generally not returned in api responses. there are exceptions to this and also a special api scope, access\\_email\\_addresses, and endpoint, [get user email bulk](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-email-bulk-get), for requesting email ad…",
"name": "",
"is_accepted": true
}
] |
32bbc214fc7ef19b1badec2f39d27d94 | [taskexecutorimpl] could not execute task no plugin with key ‘’ is installed
on remote agents,
on local its work
on our custom plugin
[image]
[container security](https://marketplace.atlassian.com/apps/1216895/container-security?hosting=server&tab=overview)
vulnerability scanner for container images | task cant execute on remote agents | atlassian.com | 2021.17 | [
{
"text": "you’d need to check the remote agent logs to be sure, but it is highly likely that you are running into the problem of your app/plugin not installing on the remote agent due to remote agents providing only a limited subset of the dependencies available on the server.\n\nlook through [bamboo plugin not …](https://community.atlassian.com/t5/answers-developer-questions/bamboo-plugin-not-found-on-agents/qaq-p/478515)",
"name": "",
"is_accepted": true
}
] |
82c2152ba5d1effc3f22cc3e8b661c0b | i decided to ask the question because i can’t find a satisfying answer.
i’m quite new to jira plugin development. i was tasked with developing a plugin, which has some features that would require integration with other 3-rd party plugins (for example big picture, git integration for jira, slack). a… | how to access 3rd party plugin data? | atlassian.com | 2019.51 | [
{
"text": "best thing is to reach out to the vendors behind the app to see if they have a public api that you can use.\n\nreading the data straight out of the data and/or from a private api might mean that things will break on you.",
"name": "",
"is_accepted": true
}
] |
77acdd02ce97c3dd9d7af2b6342e8f6f | hi,
we would like to study the progress of the issues throught the workflow they’re rattached to, from the beginning to the end.
we would like to extract the issues with the steps and the timestamps in the workflow, and we would like to get explicit labels with the technical ids.
we identified th… | jira database and process mining | atlassian.com | 2021.17 | [
{
"text": "hello,\n\ni found this query and it seems to solve my problem :\n\nselect *\n\nfrom changeitem as ci\n\ninner join changegroup as cg on issueid = ?? and ci.groupid=cg.id\n\nwhere field=\"status\"\n\norder by cg.created;",
"name": "",
"is_accepted": true
}
] |
84db281407d90bfbca1272259992e44b | is it possible to use atlaskit react components into a server ? i would like to use them to create a dashboard gadget;
sample of the dynamic-table that i would like to use:
<https://aui-cdn.atlassian.com/atlaskit/registry/dynamic-table/latest/index.html>
any addon sample or experiences about this? | atlaskit component usage in jira server custom addon | atlassian.com | 2021.21 | [
{
"text": "hi! you can actually do this if you really want, but keep in mind that it comes with an overhead. in short, it means that you will have to create a bundle.js which includes reactjs, atlaskit and other dependencies and add this bundle to the atlassian-plugin.xml as a resource (make sure that it is av…",
"name": "",
"is_accepted": true
}
] |
e9fa7cf8b99b584ed63e86a51af345ea | hi , i am unable to find an api which returns organization of a customer user in servicedesk. is it possible to get the organization by customer’s accountid ? | get organization associated with a customer user | atlassian.com | 2021.04 | [
{
"text": "here is the public ticket for the feature request - <https://jira.atlassian.com/browse/jsdcloud-9437>\n\nplease feel free to watch, add comment or check status on it there.",
"name": "",
"is_accepted": true
}
] |
35d183f8bbdfa0dd6730e2abf279be2a | i am new to confluence. i use eclipse (neon.3), confluence 6.1.1, and sdk 6.2.14. everything is on my laptop.
i am following this simple example to test a theme plugin.
writing a confluence theme
<https://developer.atlassian.com/confdev/tutorials/writing-a-confluence-theme>
however, when running a… | couldn't load the class 'com.atlassian.confluence.themes.basictheme | atlassian.com | 2021.17 | [
{
"text": "welcome to confluence, tricky is the way to go! :slight\\_smile:\n\nin the tutorial the xml states\n\n<theme key=\"simpletheme\" name=\"simple theme\" class=\"com.atlassian.confluence.themes.basictheme\">\n\n<description>a simple custom theme</description>\n\n<param name=\"includeclassicstyles\" value=\"false\"/>\n\n…",
"name": "",
"is_accepted": true
}
] |
5073cca95f95d936a9b3cdb0e9b8deda | i am a newbie to cloud dev, having previously created some simple server apps.
hello world, <https://developer.atlassian.com/cloud/jira/platform/getting-started/>, went in fine.
next up <https://developer.atlassian.com/cloud/jira/platform/build-a-jira-app-using-a-framework/>.
npm start results in:
f… | error: ngrok is not yet ready to start tunnels | atlassian.com | 2021.43 | [
{
"text": "hello everyone,\n\na fix has been published. please see <https://ecosystem.atlassian.net/browse/acejs-139> . please bump your ace version to 3.5.0 and do another npm install. thanks!\n\nmoving forward, please add atlassian-connect-express on your tags, i subscribe to those.\n\ncheers,\n\nanne",
"name": "",
"is_accepted": true
}
] |
4132400d0e99cfbd37a4e1c58308841c | not all trello objects have obvious “createdat” dates. how do i know when a trello object was first created? | how do you get the date an object in trello was created? | atlassian.com | 2021.17 | [
{
"text": "because trello uses mongodb for data persistence, the ids of all of the objects are mongo ids. mongo ids have the object creation date encoded in them.\n\nthere is a very handy tool that makes it easy to check ids by hand. you can find it here: <https://steveridout.github.io/mongo-object-time/>\n\nfor exa…",
"name": "",
"is_accepted": true
}
] |
d84b594c53e8d8491ede6052824a7a1b | is there any possibility for addon to enhance jira jql in cloud? | jira cloud enhanced jql | atlassian.com | 2021.21 | [
{
"text": "[@bartlomiej.janczak](/u/bartlomiej.janczak),\n\nthe short answer is no. here’s a good thread from the user community covering some how some cloud apps work around that limitation:\n\n[image]\n\n[is it possible to create custom jql functions for jiras cloud installation?](https://community.atlassian.com/t5/jira-questions/is-it-possible-to-create-custom-jql-functions-for-jiras-cloud/qaq-p/300342)\n\nso i've written and tested a custom jql function fo…",
"name": "",
"is_accepted": true
}
] |
5322580e614fa5441eabcd6e2fa09b6a | i followed this tutorial [getting started](https://developer.atlassian.com/platform/forge/getting-started/#install-the-forge-cli).
i’m on a mac so i went through those steps: [installing forge on macos](https://developer.atlassian.com/platform/forge/installing-forge-on-macos/) successfully.
when i install forge globally:
npm install -g @forge/cli
i get this error:
events.js:291
throw er; // unhandled 'error' event
^
error: spawn ts-node enoent
… | installing @forge/cli is bringing spawn ts-node enoent error | atlassian.com | 2021.43 | [
{
"text": "hi [@sydneycohen](/u/sydneycohen), looking at the error and at our postinstall script, it seems like you may have node\\_env=development set in your shell environment.\n\nperhaps you had set it earlier in the same terminal session, or maybe it’s set in your bashrc or bash\\_profile?\n\nto confirm whether this is the issue, y…",
"name": "",
"is_accepted": true
}
] |
61326a3e58a9049ff1735a7a8ea97f72 | i created a plugin that adds comments to the pool request when it is created. this comment is created on behalf of the user who created the pool request .
can i specify an account from which to create these comments? | сreate a comment on behalf of the system user | atlassian.com | 2021.17 | [
{
"text": "thanks.\n\nyeap, already find this code. working in bitbucket 4.11.1\n\napplicationuser user = userservice.getuserbyslug(\"username\");\n\nsecurityservice.impersonating(user, \"reason\").call(new operation<object, runtimeexception>() {\n\n@override\n\npublic object perform() throws runtimeexception {\n\n…",
"name": "",
"is_accepted": true
}
] |
172b98275b4a2ba3ba12ec396ab61e66 | i have just created a server version of the zenuml plugin. i would like to test it before requesting approval. it is currently set as “private”. however, when i click the “try for free” -> “start free trial” button, i get the below error:
[[59%20pm]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/4/1/410e41bd161797f95365b1599f3f027dd5438af5.png "59%20pm")
do i need to get it approved before i can test i… | try a privately listed app before it is approved | atlassian.com | 2020.05 | [
{
"text": "[@eagle.xiao](/u/eagle.xiao) you can only generate evaluation licenses for approved apps.\n\nyou can always install the app manually by uploading it in your jira instance using the upm. if you wish to see how the app behaves with licensing enabled, and test multiple license state scenario’s, you can use the [timebomb l…](https://developer.atlassian.com/platform/marketplace/timebomb-licenses-for-testing-server-apps/)",
"name": "",
"is_accepted": true
}
] |
491ca5a00e4f9543e8450164b69e2569 | how can i check the lifecycle state (installed, enabled, disabled, uninstalled) of my add-on in jira?
i have some background processes that should only execute for add-on instances that are enabled. in a perfect world, the lifecycle callbacks would be perfectly reliable; but we’ve seen that’s not t… | checking for lifecycle state | atlassian.com | 2021.17 | [
{
"text": "hi [@david.pinn](/u/david.pinn),\n\nyou can use [get /rest/atlassian-connect/1/addons/{addonkey}](https://developer.atlassian.com/platform/marketplace/license-api-for-cloud-apps/) to confirm whether your add-on is installed and enabled.",
"name": "",
"is_accepted": true
}
] |
087d36839b87de09770117ab9fc39734 | hello,
i’m currently trying to store data in a reliable way for my atlassian connect app.
i tried to add a “text” field in atlassian-connect.json to store my data in json format, but this type of field is limited to 255 characters, and there’s no way to add an unlimited text field from this file…
… | storing issue-related data with atlassian connect | atlassian.com | 2021.17 | [
{
"text": "take a look at [entity property](https://developer.atlassian.com/cloud/jira/software/modules/entity-property/).",
"name": "",
"is_accepted": true
}
] |
0a599b6d9c72a12e5ff04bb7a04a4650 | hi all,
i am writing a merge-check script that validates certain rules on our pull requests.
however, i wasn’t able to add newline characters to the merge veto message, that appears when clicking on the disabled merge button.
i tried the syntax “a\nb”, and also “a\n\nb”,
but as you can see in t… | format of pullrequest merge veto message | atlassian.com | 2020.05 | [
{
"text": "hi yael,\n\nits not possible to mark up the veto message at this stage. there is an open suggestion for it here: <https://jira.atlassian.com/browse/bserv-4428>.\n\nit would be great to hear your use case for this. if the line break is to separate two different conditions that are failing, could you just a…",
"name": "",
"is_accepted": true
}
] |
807873720694d1ad9be340f412dddbb1 | sorry for bad eng.
i have 1 project gap, where i have custom field epic link, with this schema:
[[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/d/7/d74f52dece8f590e0b5ab515a862b3bec00e95ed.png "image")
and second project with the same custom field epic link:
[[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/c/5/c550ae75f0655a67760aa639b6caf1951c4d0a03.png "image")
story points in 1 project:
[[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/c/7/c7d2aac039dc089c722928db513a525483f1d533.png "image")
same field in second project:
[[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/6/1/61b94eb7b91b04b6f294425b28cfd76332d53cc3.png "image")
why the same fields in different projects has… | why the same field have different name on every instance of jira cloud? | atlassian.com | 2021.17 | [
{
"text": "it’s one of the side effects of allowing end users create their own fields and configure things of how they need it to be done.\n\nbest way to handle this is to have a configuration page where the administrator can select the fields that they want to use for your app.",
"name": "",
"is_accepted": true
}
] |
6a6fd3ec5570797f88a983b0c89aaa17 | hello,
i got the same typescript error as this friend here:
[image]
[custom field module does not accept strings in text components](https://community.developer.atlassian.com/t/custom-field-module-does-not-accept-strings-in-text-components/46844) [forge custom ui and ui kit (beta)](/c/forge/ui/63)
tldr: i think the custom field module (or forge-ui component) is broken as it can not render text component… | property 'children' is missing in type '{}' | atlassian.com | 2021.39 | [
{
"text": "hi,\n\ni cannot reproduce the issue with @forge/ui version 0.13.1. we use this tsconfig: [bitbucket](https://bitbucket.org/resolutiongmbh/forge-typescript-ui-kit-starter/src/master/tsconfig.json) but the one you found is nearly identical and should not make much of a difference.\n\nit looks like something is clashing with the types. does the issue still happen with the tsconfig you found? in phpsto…",
"name": "",
"is_accepted": true
}
] |
987dfd9fb980199f47cbd3a01ae107e4 | hi i’m doing a trello power up but i have a problem i’m trying to archive the lists on a board but i can’t and i get this error :
public 'code' => int 400 public 'raw\_body' => string 'invalid value for value' (length=23) public 'body' => string 'invalid value for value'
php example code:
$res… | not archived trello list in php | atlassian.com | 2021.17 | [
{
"text": "hi,\n\nthere’s a ‘value’ query param that has to be set to true in order to close (archive) the list.\n\nchange your request to \"https://api.trello.com/1/lists/\".$id.\"/closed?key=***&token=***&value=true\"\n\nit should work :slight\\_smile:",
"name": "",
"is_accepted": true
}
] |
364c10d382df72b83518d494307016db | i am trying to create a drop down with a list of projects. once i choose a project, i want it to show all the issues and dependency. i’m stuck at the “drop down” option part. if you could point me to the right direction, it would be awesome.
i’m using jira cloud and using ace framework like this ex… | how to add a drop down and connect data? | atlassian.com | 2021.17 | [
{
"text": "you’ll need to obtain the list of current projects from jira via [its rest api](https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-project-get). you could do that from javascript, or from your server-side connect application. you then need to populate your single-select component with an <aui-option> for each project that is returned.",
"name": "",
"is_accepted": true
}
] |
83a58097475891bc82ee9f272ced7a7f | hi, i am trying to develop a filtering table using the [atlaskit dropdownmenu component](https://atlaskit.atlassian.com/packages/core/dropdown-menu) as the filter(s). the documentation is fairly good, but doesn’t really describe how to get the state of the dropdownmenu or handle when it changes. how can i update state when something has been selected? just … | atlaskit dropdownmenu: how to manage state? | atlassian.com | 2021.25 | [
{
"text": "hey [@gregtaylor](/u/gregtaylor), have a look at this example i made for you: <https://gist.github.com/birox/0eb7332478dcb314508f6a6ba2c5b931>\n\nyou’d use the onclick attribute to trigger a function and send the current selection object. that function will sit above the render declaration but within the react class. th…",
"name": "",
"is_accepted": true
}
] |
7ee6665466fdb784a5f8e6a24ebc7b84 | currently our jira connect add-on has read, write and delete scopes. what happens if we remove one of these? for instance if we keep read and write and drop delete.
according to docs, marketplace will roll out a new minor version but do customers still need to approve the automatically upgraded mar… | removing a scope from a jira atlassian connect add-on | atlassian.com | 2021.17 | [
{
"text": "hi [@nader.ghanbari](/u/nader.ghanbari),\n\nwe’ll always try to upgrade the customer to the latest version. when a new version is released, we compare the installed scopes for each customer to the scopes of the new version. if there’s no increase in scope (or if there is a decrease in scope), we’ll automatically upgrade c…",
"name": "",
"is_accepted": true
}
] |
37f6eba03e8cbb9c71fcd5f0dd9d93fa | hi all!
i just started getting into powerup development (thanks trello!) and am attempting to utilize the rest api within a powerup. i’ve journeyed through the documentation and it definitely seems possible, looks like i just need to create an app.
here comes the dumb question: is the powerup i’m … | using api with card powerup | atlassian.com | 2020.29 | [
{
"text": "[image] edwardcochran:\n\nare there any good examples of power-ups utilizing both the rest api and capabilities on github?\n\ni think that [this glitch project](https://glitch.com/edit/#!/trello-power-up?path=public%2fauthorize.html%3a1%3a0) has everything you’re looking for.",
"name": "",
"is_accepted": true
}
] |
f8c6fa0390db3b2e10eb27d87d95574e | we’re already building apps through atlassian connect since 4 years ago, we’re now studying the possibility of using forge in our new app development, but we didn’t find anything that mentions that, can forge work with jira service management? | does forge work with jira service management? | atlassian.com | 2021.31 | [
{
"text": "welcome to the atlassian developer community [@malhajj](/u/malhajj), even if you have been lurking around for a while. :wink:\n\nthe short answer is jsm doesn’t have forge support yet and the isn’t yet a timeline to address. you’ll find other marketplace partners have hit the same thing, and an atlassian acknowledg…",
"name": "",
"is_accepted": true
}
] |
1128331865070bbe7d7398bbbbfb7845 | i am trying make a rest call to get current user details using sample code:
### get current user
# this code sample uses the ‘requests’ library:
# http://docs.python-requests.org
import requests
from requests.auth import httpbasicauth
import json
url = “https://sushrutikarthik.atlassian.net/wiki… | rest api call 404 error | atlassian.com | 2021.17 | [
{
"text": "hi [@sushrutikarthik](/u/sushrutikarthik) - the correct url to hit is:\n\n/wiki/rest/api/user/current\n\nalso, be sure that you’re using an api token… and not your actual password for your account. password support in basic auth has been deprecated. lastly, please be sure not to post your api token in messages.",
"name": "",
"is_accepted": true
}
] |
3a013fc675b21b5e47f1cd0d92226ad2 | we have a use-case where we need to open a link from a custom ui component using <a target="\_blank"
however get the below error.
[image-20210416-060310]
note that i am deploying forge app to confluence | support for opening link in a new tab | atlassian.com | 2021.39 | [
{
"text": "please verify that you are using the latest version of @forge/bridge, it’s on version 1.4.0 now.\n\n\"dependencies\": {\n\n\"@forge/bridge\": \"^1.4.0\"\n\n},\n\nthen make sure you have imported the router:\n\nimport { router } from '@forge/bridge';",
"name": "",
"is_accepted": true
}
] |
86ef29ba6b385598988c99e5179307af | hi,
it seems like experimental.min.css from [unpkg.com](http://unpkg.com) has a bug with the spinner.
we updated our confluence cloud app, approvals, with new aui files. from 5.10.1 (aui-cdn) to 7.8.0 (unpckg) and we realised that the new spinner instead of spinning, it moved side to side.
[image]
[file "scr…](https://monosnap.com/file/zrx5psklymc7uupxdinbfvhiydcdrh) | bug with spinner on aui 7.8.0 experimental.min.css from unpkg.com | atlassian.com | 2021.17 | [
{
"text": "thanks for bringing this to our attention [@cristina](/u/cristina)!\n\ni’ve raised this as a bug in our backlog here: <https://ecosystem.atlassian.net/browse/aui-4749>. we’ll move the discussion to that ticket if that’s okay :slight\\_smile:\n\ncheers,\n\ndaz",
"name": "",
"is_accepted": true
}
] |
464bfec0143c36c1b6117f48304b08bb | i’ve followed the various tutorials for building a confluence app, and yet my web resources (the js and css files) aren’t being added to my macro. (i don’t see either the js or css file when inspecting the page.)
i have my web resources defined in atlassian-plugin.xml:
<web-resource key="validator… | web resources (js and css) not being added to confluence macro plugin | atlassian.com | 2021.17 | [
{
"text": "you missed one ‘validator’. format is groupid.artifactid:resource",
"name": "",
"is_accepted": true
}
] |
50709faf5bba42fc577286545e85562d | hello community!
i would like to render my velocity template with a html form in project view - non amin, i just want to have the project menu and selected project on the screen.
this form then would post some data to my servlet and the same velocity template should show the response from the post… | render servlet response in project view | atlassian.com | 2021.21 | [
{
"text": "i kept the web panel, which only consists of an iframe that has it’s source on the servlet url.",
"name": "",
"is_accepted": true
}
] |
6e3659fcaded9ec968ad969ad118c37a | <https://confluence.atlassian.com/bitbucket/oauth-on-bitbucket-cloud-238027431.html#oauthonbitbucketcloud-refreshtokens> claims that access tokens expire in 1 hour after which you will get http 401s (which tell you that you need to run the refresh flow).
this is at odds with the expires\_in value i ge… | oauth2 token lifetime/expiration clarification | atlassian.com | 2021.17 | [
{
"text": "hi taryn. i work on the bitbucket cloud team. you are correct, we recently changed the lifetime of those tokens to be 2 hours, and obviously forgot to update these docs to reflect that change. i went ahead and fixed up the page so that it says 2 hours now. thanks for letting us know.",
"name": "",
"is_accepted": true
}
] |
51c0e682fb5fbc1c39219d8f30b015fe | i’m author of one of the macros from atlassian marketplace. it worked fine for many instances but recently with the introduction of new editor it stopped working there.
the macro can be inserted to the body while editing page.
then when page is published it only shows text ‘extension’. no requests… | dynamic macro stop working with new editor | atlassian.com | 2021.17 | [
{
"text": "hi [@stepashka](/u/stepashka),\n\nthere’s been a number of different issues reported against the new editor experience and macros. please see the following issues for more information and there may be others reported i’m not aware of.\n\n<https://jira.atlassian.com/browse/confcloud-64923#>\n[https://jira.atlassian.com/br…](https://jira.atlassian.com/browse/confcloud-65717)",
"name": "",
"is_accepted": true
}
] |
97c501cc7df441e87d14f6be21355201 | hi, i’m currently using the /notify rest endpoint. i have been sending various sized notifications and i have noticed that over a certain size my content is truncated. if i delete some on the inline css more of my message appears. i have outputted the html before the post and it is all correct… … | notify truncating text | atlassian.com | 2021.17 | [
{
"text": "hi [@paul](/u/paul), apologies it took us so long to look into your problem.\n\ni can confirm there are following limits for notifications:\n\nmessage size 10 000\n\nsubject 1 000\n\nthe limits are related to all document characters, that is why you see more of the message if you remove some inline css.\n\nagreed that t…",
"name": "",
"is_accepted": true
}
] |
da433acdc657eaeb7da3a04aeef56e1f | hi there,
we want to achieve real-time information display and interaction with one of our app. using the custom ui and polling is not a solution, since we can run out the call limit very fast.
we are interested how we achieve this. can we use web-sockets with forge? if yes, how, because we did no… | forge with web-sockets | atlassian.com | 2021.43 | [
{
"text": "hey [@attila.bordas](/u/attila.bordas), i helped the people who created that application with issues with their app unrelated to the web-socket solution that they’ve created.\n\nperhaps [@bjornbrynjar](/u/bjornbrynjar) may be willing to provide some insight.",
"name": "",
"is_accepted": true
}
] |
211fbd975bbeb3cf486681e734a17125 | hi devs,
after the new [side panel macro editor](https://community.atlassian.com/t5/confluence-articles/finding-and-adding-powerful-macros-to-your-pages-just-got-better/ba-p/1611247) implementation, we found out that [macro parameter description](https://developer.atlassian.com/cloud/confluence/modules/macro-input-parameter/) no longer accepts new line.
for example we have this description that works in the previous macro editor and would display new lines and bullet points but not in the new sidebar
{
"ident… | new side panel macro editor does not accept new line for parameter description | atlassian.com | 2021.39 | [
{
"text": "hi [@m.khairuliana](/u/m.khairuliana) ,\n\nthanks for reporting this. it seems this functionality was accidentally dropped in the new design. i’ve created [confcloud-72564](https://jira.atlassian.com/browse/confcloud-72564) for the confluence cloud team to address.\n\nregards,\n\ndugald",
"name": "",
"is_accepted": true
}
] |
772a134c0ed53f9d451b969805e3f49b | hello,
i am trying to figure out how i can get the currently logged in user from a servlet. in my servlet i have running a web application, and all is working well however i can’t seem to figure out how to get info about the currently logged in user. there doesn’t appear to be any meaningful user t… | how can i access the currently logged in user inside of a servlet? | atlassian.com | 2021.39 | [
{
"text": "you can get access to exposed services like jiraauthenticationcontext by importing them using spring config: <https://developer.atlassian.com/server/framework/atlassian-sdk/spring-java-config/>\n\nalternatively, if you prefer auto-wiring them to properties or class constructor parameters, you can use sp…",
"name": "",
"is_accepted": true
}
] |
0840729c718244e5c2d66df1d50e204a | hi there,
following a recommendation of atlassian, i used a plugin-key not following the usual “${project.groupid}.${project.artifactid}” format. for seo it was recommended to use something like “mycompany-myplugin-for-confluence”. that’s what i did in pom.xml:
<properties>
<confluence.ve… | i18n properties file not loaded in plugin | atlassian.com | 2021.17 | [
{
"text": "hi [@george](/u/george),\n\ndouble check the i18n keys for your macro display texts.\n\nthere is a naming convention that expects the app key to be part of the i18n keys. if you change the app key you’ll also need to adapt the i18n keys - at least for the macros. i think it’s also possible to specify explicit macro …",
"name": "",
"is_accepted": true
}
] |
cd09af24e31d5ef7a8bd9622b83f7652 | hi,
i am trying to develop a plugin for jira 7.0.11 and i used the [atlassian-tutorial](https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project/create-a-helloworld-plugin-project) resource as my guide to start with the basic. since i wanted to develop the source logic with the help of an ide, i used setting up eclipse ide link on atlassian to establish all the libraries and repositories nee… | eclipse maven plugin connectors | atlassian.com | 2021.17 | [
{
"text": "hey [@rikhil.yalamanchi](/u/rikhil.yalamanchi),\n\ni currently use eclipse neon.3 in building and testing add-ons too. for the scenario you encountered here are the steps you can do:\n\nif you’re starting from a project not yet imported to eclipse proceed to #2, if not kindly delete that project from eclipse but only in the i…",
"name": "",
"is_accepted": true
}
] |
fad401c035b96db509920f535e7103ff | hi there! i’ve been developing a plugin that targets 7.3.3, and i’m now trying to make it compatible with 7.4 & 7.5. i have a class that extends abstractwebcondition and use this in atlassian-plugin.xml for a web item condition. this is the only reference to com.atlassian.plugin.web.condition.class … | updating plugin compatibility for jira 7.4.x | atlassian.com | 2021.17 | [
{
"text": "hi kara,\n\ni basically went through the same steps as you in order to update our plugin from jira 7.3.2 to jira 7.5.0.\n\nthen i though about something which might seem weird, but what if the spring scanner just doesn’t see the interface because it is declared in a dependency (where the class abstractw…",
"name": "",
"is_accepted": true
}
] |
abc8aa3dcc685e853f0e7a3610af6d1d | hi!
i’m currently adding a web-item in the left menu in the agent view of jsd and a web-panel to display content when the menu item is clicked. to populate the content of web-panel content i need the servicedeskid to make a request to our addon server. therefore i’m wondering if there is any easy w… | how to find the servicedeskid in the agent view | atlassian.com | 2021.17 | [
{
"text": "there aren’t any global service desk context params that i’m aware of (i can be wrong here though).\n\nthe easiest way is to pass in the project.id context variable in the web-item. then in either the javascript for the front end of the web-panel page or in the backend that generates the panel, call …",
"name": "",
"is_accepted": true
}
] |
8a6e52fbdd9dbb57f3e1cd17be26fbe4 | is there any documentation about the rest api for slack integrations? i’ve found nothing online. i can see the network call to create a new integration in the browser network tools but that is all. mostly i’d just like to get a list of integrations that already exist for a repo. | slack rest api documentation | atlassian.com | 2021.04 | [
{
"text": "hi.\n\ni’m not from bb-team, but i think you can navigate to /plugins/servlet/restbrowser#/ and search for slack.\n\nat least if you are talking about this <https://marketplace.atlassian.com/apps/1220729/bitbucket-server-for-slack-official> extension.",
"name": "",
"is_accepted": true
}
] |
de793b4dd88369ccb8f752ba1a6f7b04 | the data center documentation teaches plugin developers to avoid hoarding on massive quantities of hibernate objects in the session. i assume it’s the same for activeobjects.
in an upgrade task, i need to perform a check on all my ao objects. i can process them using the streaming api. but the tran… | transactions in activeobjects upgrade tasks | atlassian.com | 2019.51 | [
{
"text": "adrien,\n\nwhen faced with a similar problem, we took a different route that i mentioned in a past im (running the task in a separate background thread so that we control everything with regards to the transaction).\n\ni suspect the disconnect between the documentation and the results that you are seein…",
"name": "",
"is_accepted": true
}
] |
384056f71242e0ca9edb11701e349780 | how to show only issues which haves work-logs between specified date range with jql on jira cloud app over rest api? | how to show only issues which haves work-logs between specified date range with jql? | atlassian.com | 2021.39 | [
{
"text": "i found a solution my self with this topic by using google: [time spent between two dates for specific project ...](https://community.atlassian.com/t5/jira-discussions/time-spent-between-two-dates-for-specific-project-assigned-to-me/td-p/811902)\n\nright jql is below:\n\nworklogdate >= 2018-02-01 and worklogdate < 2018-02-28",
"name": "",
"is_accepted": true
}
] |
863c5af63ba79dba4d9375a081edc4ea | after a sub-task is transitioned from open to approved, the user is prompted to add a comment. i have a post function that should grab that comment (i’m using getlastcomment because i anticipate only one comment for now), and post a new comment with the same body text to that sub-task’s parent.
her… | copy sub-task comment to parent issue | atlassian.com | 2021.17 | [
{
"text": "i think you might want:\n\ncomponentaccessor.commentmanager.create(...)",
"name": "",
"is_accepted": true
}
] |
e024e93d1b01c3cefe9fe4731fd654d4 | hello:
i have a modal dialog with a form and i’ve added a custom validation function. however, when i submit the form my custom validation function is not being called. i’ve created a codesandbox to reproduce the issue: [modal-container-custom (forked) - codesandbox](https://codesandbox.io/s/modal-container-custom-forked-gx146?file=/example.tsx) . to see the problem, open the co… | atlaskit: custom form validation in modal dialog | atlassian.com | 2021.31 | [
{
"text": "my advice would be to change the modal and disable chrome. this will remove the header and footer (incl. buttons).\n\nthis will allow you to implement your own submit button with custom validation. if valid, you call ap.dialog.close(data) to close the dialog and return the payload to your connect ifra…",
"name": "",
"is_accepted": true
}
] |
8ede204ddaca539049170ff23a22c06a | can i use domain name like [appname-for-jira.com](http://appname-for-jira.com)? will that app be approved? or using jira name even with ‘-for-’ will be rejected? | domain name for jira app | atlassian.com | 2021.17 | [
{
"text": "hi [@anton2](/u/anton2),\n\nthis is not allowed as mentioned in our brand guidelines for marketplace vendors : <https://developer.atlassian.com/platform/marketplace/atlassian-brand-guidelines-for-marketplace-vendors/#domains>\n\ncheers,\n\npeter",
"name": "",
"is_accepted": true
}
] |
d519a1fb99b5f32f3f9f848f88b789bd | dear community,
according to the docs confluence is using a cache for the results of static content macros. i’m pretty confident that i’m sending the correct headers back but results are not as expected. i expected that the initial load time is higher followed by significantly shorter load times un… | static content macro cache - unpredicatable | atlassian.com | 2021.17 | [
{
"text": "you are correct, it will be behaving weirdly in production. the bottom line is this, the http cache on our end is specific to the node that your request is currently running on. this was not an issue until a recent platform change that we made that reduced the effectiveness of the cache.\n\nthe issue …",
"name": "",
"is_accepted": true
}
] |
8df3e519910d6b3aa89032ac8d497250 | could not find a date time picker component in atlassian user interface library. is there any bundle available for it ? | is there any date time picker component in aui library? | atlassian.com | 2021.17 | [
{
"text": "hey [@sanjeev.pande](/u/sanjeev.pande),\n\naui has shipped a date picker since version 5.1. you can read the docs for it here: <https://docs.atlassian.com/aui/7.6.3/docs/date-picker.html>. this date picker is currently backed by jquery ui’s calendar component.\n\nif what you need is a picker that can select just a time, or a…",
"name": "",
"is_accepted": true
}
] |
46ee6fe77cd8b1a435835c94c39b186a | hi folks,
i have write mail queue code to send mail for perticular user, but i got below exception while hitting button,
mutableissue issue = issuemanager.getissueobject("sa-1");
applicationuser user = componentaccessor.getuserutil().getuser("saravanan");
notificationrecipient recipient = … | error occurred while initialising parameters. please refer to jira logs for more details - mail queue error | atlassian.com | 2021.17 | [
{
"text": "issue resolved, refer follow link for solution,\n\n[image]\n\n[how to add a custom notification recipient in jira?](https://community.atlassian.com/t5/answers-developer-questions/how-to-add-a-custom-notification-recipient-in-jira/qaq-p/547748)\n\njira has a great and fluent notification function. but i can't find, how to add a custom notification recipient in my plugin? e. g. i've got an issue with custom field notifyemails…",
"name": "",
"is_accepted": true
}
] |
a4c77d86c94fda7e7dea827ba49ad9c4 | we are passing jwt token as query parameter in the url to authenticate ajax request in the redirected page as shown below.
ap.navigator.go(‘addonmodule’, { addonkey: ‘addon\_key\_here’, modulekey: ‘module\_key\_here’, customdata: {id: “10”, jwt: token\_here}});
but it is easily accessible over the qu… | securing jwt token in page url | atlassian.com | 2021.17 | [
{
"text": "[@hariprasath](/u/hariprasath), if you need a jwt token, perhaps you could use [ap.context.gettoken()](https://developer.atlassian.com/cloud/jira/platform/jsapi/context/)?\n\nif you have some other use case, it sounds like you should probably store the data on your own servers.",
"name": "",
"is_accepted": true
}
] |
ae66a4163ffa70c1fd93f78c36581eb7 | hey everyone.
i just wonder, is there a way that i could have access to information that useproductcontext is providing in my custom ui ?
i cannot use ui kit hooks directly into my custom ui app, but i need so have some context information about my app.
is there a conveniente way to provide such … | i need something like "useproductcontext" in my custom ui application | atlassian.com | 2021.21 | [
{
"text": "indeed! thx [@sopel](/u/sopel) for mentioning that, indeed it was released today :smiley:\n\nimport { view } from '@forge/bridge';\n\nconst context = await view.getcontext();\n\n[https://developer.atlassian.com/platform/forge/runtime-reference/custom-ui-bridge/?\\_ga=2.178743780.1342737107.1620072960-18596019.1617977522…](https://developer.atlassian.com/platform/forge/runtime-reference/custom-ui-bridge/?_ga=2.178743780.1342737107.1620072960-18596019.1617977522#getcontext)",
"name": "",
"is_accepted": true
}
] |
dc61c83a51a6bd8922deffbd18029ff3 | how can i use the [atlassian icons](https://atlaskit.atlassian.com/packages/design-system/icon) inside a <cell> or <text> element when using ui kit? | icons in ui kit | atlassian.com | 2021.31 | [
{
"text": "hey [@mwulff](/u/mwulff),\n\ncurrently icons aren’t directly available in ui kit. could you please provide your use case so we can help push this to higher on the backlog?\n\nin the meantime, you can use data uris in the image component to render icons in some situations. for example, an image should work well in a c…",
"name": "",
"is_accepted": true
}
] |
19c08cbde0e16d6e67618fb1eabe8fc4 | hi
i am working on creating an addon for bitbucket cloud and i decided to use ac-connect-spring-boot for this. however, i am now having trouble with the integration especially with a couple of points
not able to make rest api calls to bitbucket cloud. the addon is installed on [https://bitbucket.o…](https://bitbucket.org) | atlassian connect spring boot support for bitbucket | atlassian.com | 2021.17 | [
{
"text": "hi [@tshah](/u/tshah) as you suspected the atlassian connect spring boot framework was made specifically for jira and confluence. here’s the first line of the readme file:\n\nthis repository contains a spring boot starter for building atlassian connect add-ons for jira (software, service desk and core) and conf…",
"name": "",
"is_accepted": true
}
] |
427c57af2e68366e6089d5c2d1788ca2 | my integration is a user account that accesses a confluence page and makes changes according to another custom slack slash command. for months (years, in fact) it has been working properly but a few weeks ago i found that the requests were not saving to the page properly. making the requests manuall… | request returning 403 forbidden after months of working properly | atlassian.com | 2021.17 | [
{
"text": "after some digging i found that the atlassian api has moved to api tokens so i logged in as the original user and generated a token, encoded it base64 and sent it as a basic auth header. i was able to get back to my original functionality, so thumbs up",
"name": "",
"is_accepted": true
}
] |
25443bab031765727faa5440bcf94eb3 | hey, it looks like not all adf fields are seen as richtext in jira expressions.
i created a multiline text field:
{
"id": "customfield\_10061",
"key": "customfield\_10061",
"name": "test text field multi line",
"untranslatedname": "test text field multi line",
"custom": true,
"orderable": true,
"nav… | adf support in jira expressions | atlassian.com | 2021.31 | [
{
"text": "hi [@daniel2](/u/daniel2) ,\n\nactually, if you’re manipulating text fields in your jira expressions, i would strongly recommend you use the v2 rest api to execute your jira expressions, because adf is useless in jira expressions (like in any scripting use cases). and you only need to use the v2 api for that - you …",
"name": "",
"is_accepted": true
}
] |
5951935cc024cf18e1fcb3995a790e79 | we have a plugin that is listed in the marketplace. i have seen some “atlassian verified” badge on some vendors’ name. after some digging i could find some conditions that enable vendors to get that badge. one of the conditions is - number of installs should be 500+. i wanted to know if this include… | are free plugins counted in allotting atlassian verified badge? | atlassian.com | 2021.17 | [
{
"text": "i’m afraid only ‘paid via atlassian’ apps and not free apps count towards the 500 installation condition\n\nat least 500 actively used product instances must report installation of your paid via atlassian app versions. this is measured by the [universal plugin manager (upm)](https://confluence.atlassian.com/x/8ajte), which reports actively use…",
"name": "",
"is_accepted": true
}
] |
b29375cf1edb51c8776401e4825311dd | hi there,
working on a macro as part of codegeist, we noticed that sometimes ap.context wasn’t available in our connect iframes. as a result, whenever this happens, our macro, macro editor, or any other connect iframes on that pages were completely broken.
reproducing the error is as simple as thi… | simple refresh in confluence editor breaks connect iframes ("ac/context missing ac/content-resolver") | atlassian.com | 2020.29 | [
{
"text": "fix has been rolled out",
"name": "",
"is_accepted": true
}
] |
5b1d1beef74af7145dc7e10f6632fe34 | currently, forge apps cannot access the user’s microphone, and there’s no way to request that either. i don’t see why that should be, as users are prompted for permission before microphone can be accessed. but right now, we can’t even prompt users for consent.
all it’ll take to change this, is to a… | please provide microphone access for forge apps for codegeist | atlassian.com | 2021.39 | [
{
"text": "hey team,\n\nwhile i can’t make any guarantees here, we are hoping for this change to reach jira and confluence production in the coming days. this is the best case, although it can take weeks. there are many variables, but know that we’re on it :muscle:",
"name": "",
"is_accepted": true
}
] |
deaffa24bc9bb4775f3029cfab34a0b6 | i’m migrating to [cacheable app iframe](https://developer.atlassian.com/cloud/confluence/cacheable-app-iframes/). i was able to extract the autoconvert urlparameter as query strings, but this won’t work for cacheable app iframes, and i’d like to figure how to do it?
the [autoconvert docs](https://developer.atlassian.com/cloud/confluence/modules/autoconvert/) say
when the macro is created in the editor, the url string that triggered the autoc… | capture url that triggered autoconvert in cacheable app iframe | atlassian.com | 2021.17 | [
{
"text": "the macro parameters are stored in the macro body, and can be accessed via the [get macro body by macro id](https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-history-version-macro-id-macroid-get) rest api.\n\nhowever, for dynamic content macros, we are aware that the macro parameters must be available immediately to the iframe upon loading. please watch [acjs-1025](https://ecosystem.atlassian.net/browse/acjs-1025) for that.",
"name": "",
"is_accepted": true
}
] |
1de03cbf7cdae9744e29d8fae8cf7cfc | hi! i am working on a plugin for jira cloud. i want to add web section with web items in jira settings -> add-ons. i am adding this piece of code into atlassian-connect.json:
"modules": {
"websections": [
{
"location": "admin\_plugins\_menu",
"name": {
"value": "… | unable to add web section to admin\_plugins\_menu | atlassian.com | 2021.17 | [
{
"text": "[@rstencel](/u/rstencel), per the example, the location of your web item should be admin\\_plugins\\_menu/plugin-settings-section.",
"name": "",
"is_accepted": true
}
] |
8d8ee28c7bf92985c3fcf2f663629d54 | hello,
we develop an add-on for cloud and server jira, for a specific jira server client get requests from our plugin fail with code etimedout. various requests fail, e.g. ‘user/picker’, ‘/issuetype’. not all requests fail, about a third or a quarter of requests, the same request sometimes fails an… | api request to jira server fails with code etimedout | atlassian.com | 2021.17 | [
{
"text": "ahh in that case you’re more than likely hitting servers that are not publicly available on the internet (firewalls) and in some cases their firewalls may be terminating long living connections(2 minutes isn’t too uncommon).\n\nmy suggestion would be for you to have some functionality where the user c…",
"name": "",
"is_accepted": true
}
] |
f0b20b272623e252d67f953537ec8e32 | hi,
i’m looking for an easy way to display json equivalent of the sprint report i.e. a snapshot of issue statuses at sprint closure including ‘completed’, ‘incomplete’, and ‘punted’.
i’ve had success with:
[https://jira.rim.net/rest/greenhopper/1.0/rapid/charts/sprintreport?rapidviewid={boardid}&s…](https://jira.rim.net/rest/greenhopper/1.0/rapid/charts/sprintreport?rapidviewid=%7bboardid%7d&sprintid=%7bsprintid%7d) | agile api equivalent for a greenhopper sprintreport url | atlassian.com | 2021.17 | [
{
"text": "hi j,\n\nwe don’t have a direct replacement for the sprint report resource in the jira software api. when we developed the api we looked at the the most common use cases and methods called in the old private greenhopper api and made sure to support them, but the sprint report resource did not make the…",
"name": "",
"is_accepted": true
}
] |
e0d9d0ac9e6f98cc7a274d587ec58210 | hello,
i created an app for integrating sharepoint data in jira issues and after my app was approved i reached out to the community website (<https://community.atlassian.com/>) and commented promoting my app on questions that i saw where users were asking for solutions on how to integrate sharepoint … | banned from atlassian community (?) | atlassian.com | 2021.21 | [
{
"text": "the atlassian community guidelines for vendors strongly discourages advertising/promoting apps. see <https://community.atlassian.com/t5/marketplace-apps-integrations/atlassian-community-guidelines-for-marketplace-vendors-and/ba-p/689723> for more details.\n\ngoing direct to banning seems to be a bit str…",
"name": "",
"is_accepted": true
}
] |
24f6e6764e051396dfc1e2b0638623d9 | i’d like to report the jira server version back to my app. is that available via the java api?
lots of mindless searching leads me here: <https://docs.atlassian.com/software/jira/docs/api/8.4.3/com/atlassian/jira/rest/v2/serverinforesource.html>
but i cannot find the classes serverinforesource or s… | how can i programmatically get the jira server version or installed plugin versions? | atlassian.com | 2020.10 | [
{
"text": "if you want the jira server/dc version, you can use [com.atlassian.jira.util.buildutilsinfo](https://docs.atlassian.com/software/jira/docs/api/8.6.0/com/atlassian/jira/util/buildutilsinfo.html). this is available for injection into your class.\n\nto get the version of a plugin, you can use [com.atlassian.plugin.pluginaccessor](https://docs.atlassian.com/atlassian-plugins-core/3.3.6/atlassian-plugins-core/apidocs/com/atlassian/plugin/pluginaccessor.html), which is also available for injection.\n\nyou can either loop over all installe…",
"name": "",
"is_accepted": true
}
] |
1b0f33604926e55e50b16e0584a036d7 | i really like what some vendors are doing with custom editors, gliffy is a good example, lots of custom functionality. what i’m wondering is how to render such a custom editor with chromeless dialogs? setting the ‘chrome: false’ option in the descriptor does not seem to work for custom editors. does… | custom editor with chromeless dialog | atlassian.com | 2021.31 | [
{
"text": "the solution is to give the editor width and height values of 100%!",
"name": "",
"is_accepted": true
}
] |
a039130c585f46478da89d2590f6a504 | hi everyone,
remembering a session from the atlas camp in amsterdam a few years ago, we came back to the idea of plugins for plugins. thinking about that, we would like to provide a custom plugin module, to allow other vendors, to integrate their plugin in ours.
i used the module type plugin modul… | custom module types | atlassian.com | 2021.04 | [
{
"text": "providing it as a maven dependency is best – other plugin vendors are likely to be building their version 2 plugins via maven, so this will be simple for them.",
"name": "",
"is_accepted": true
}
] |
04c02e3f89f0d4cf44f619c163758391 | hi all,
i followed all steps in below article to implement connect.
<https://developer.atlassian.com/cloud/jira/platform/getting-started-with-connect/>
once page is loaded. i could not able to find ap.jira.initjqleditor(); once page is loaded.
please let me know procedure to get jql editor in my p… | unable to find ap.jira.initjqleditor(); in all.js file | atlassian.com | 2021.31 | [
{
"text": "in case this helps, ap.jira.initjqleditor() is a javascript api that can be invoked from an app iframe, but your iframe will first need to load a script called all.js as per <https://developer.atlassian.com/cloud/jira/platform/about-the-connect-javascript-api/>.",
"name": "",
"is_accepted": true
}
] |
390dccaf95875756e1b830eb63cedac1 | hello,
we have a small plugin that displays velocity web-panel on issue page. in jira 8.8 its all correctly working, but in 8.12 / 8.13 there is no content displayed, just an empty panel.
there is no exception thrown in logs. there is no obvious error either. just some warnings about velocity (eg.… | velocity template web-panel on issue page not working in jira 8.12 / 8.13 | atlassian.com | 2021.21 | [
{
"text": "resolved - there has been update to aui 9 in jira 8.12. the issue was different behaviour of “hidden” attribite on dom elements.",
"name": "",
"is_accepted": true
}
] |
e71c1d75269a431605e08ed354def9bf | hello everyone. when i try to develop an atlassian cloud add-on using ace and node.js on my local machine it works perfectly. the add-on is connected to the cloud instance and the output is as expected (the add-on works properly), but when i try to deploy the add-on (the same project) on a https ser… | development v.s. production atlassian cloud add-on | atlassian.com | 2021.31 | [
{
"text": "[@ivana1](/u/ivana1)\n\nhttp 404 status in the error message indicates that your server doesn’t answer to your jira cloud instance when it tries to confirm installation by attempting to load https://<baseurl>/installed\n\nnavigate to your atlassian-connect.json url and check what value is set for baseurl\n\nconfirm t…",
"name": "",
"is_accepted": true
}
] |
34a589f38ed636fe566ece84550b4009 | jira 7.3 ships with the rich text editor plugin, and i know it is possible to integrate with that.
does anyone know whether it is possible to integrate with the rich text editor plugin available on the marketplace when installed in jira instances before 7.3 (7.0 through 7.2.x)? | rich text editor integration before jira 7.3 | atlassian.com | 2021.17 | [
{
"text": "jira 7.2 is shipped with rich text editor, but it is disabled by default. you need to follow documentation steps here <https://confluence.atlassian.com/adminjiraserver072/rich-text-editing-838542372.html>\n\nfor versions prior to 7.2 rich text editor can be installed from marketplace [https://marketplace…](https://marketplace.atlassian.com/plugins/com.atlassian.jira.plugins.jira-editor-plugin/versions)",
"name": "",
"is_accepted": true
}
] |
bfa4b5877dea2d6e932bb92da064511b | i stumbled on a weird behaviour of confluence regarding dependency injection using the new spring scanner (@scanned/@componentimport) approach (see <https://bitbucket.org/atlassian/atlassian-spring-scanner>). it cost me a few hours to find out what was going on in my confluence app after all of a sudd… | unable to inject the pluginsettingsfactory in a confluence app | atlassian.com | 2020.34 | [
{
"text": "after a lot of fussing and tampering with my code, i found out that i missed a small detail in my rest controller: the @componentimport annotation for the pluginsettingsfactory. so i changed the constructor of the controller to be\n\n@inject\n\npublic restpluginconfigurationservice(pluginlicensemanager p…",
"name": "",
"is_accepted": true
}
] |
41276b784a5f054eae19acc8f0c0aacd | hi,
i am writing a condition for a web-item. the condition passes only if the current project is some x project. for all other projects the condition fails.
how do i get the current project the user is on? is it possible to fetch similar to fetching the current logged in user from jiraauthenticati… | how to get the current project the user is on? | atlassian.com | 2021.17 | [
{
"text": "you should get passed a jirahelper object which has a getproject method. but i believe exactly what is available depends on the location in which the web-item is placed.\n\nif you have problems with that method you can get it from [https://docs.atlassian.com/jira/7.2.2/com/atlassian/jira/user/userproje…](https://docs.atlassian.com/jira/7.2.2/com/atlassian/jira/user/userprojecthistorymanager.html)",
"name": "",
"is_accepted": true
}
] |
4d1708683e598ffd92d88aad854429ed | looking at an upgrade from 4.10.1 to 4.14.4. one thing i just noticed is the system config include and the commenting out of certain key/value pairs. in what version was that started? | what version started mucking with my config files? | atlassian.com | 2021.17 | [
{
"text": "[@justin\\_shapiro](/u/justin_shapiro)\n\nno version of bitbucket server ever provided or maintained stash.project or stash.repository. there was an add-on that you could install that did it, but the base product didn’t do it.\n\nin bitbucket server 4.12, the system was changed to use includes. as a bonus, i also updated the …",
"name": "",
"is_accepted": true
}
] |
5482493773b70093d465ed2aff8c320f | hi all,
i have two custom macros, on first i want to use another macro.
i used this helper for rendering another macro from velocity template - $action.gethelper().renderconfluencemacro(wikicall)
but the question is, how i can determine macro wiki name and send it into renderconfluencemacro(wikic… | add custom macro into another macro velocity | atlassian.com | 2021.39 | [
{
"text": "found solution - need to add additional tag <macro> with the same “name” and the same “class” attributes, which you filled in <xhtml-macro> tag, but “key” attribute should be different.",
"name": "",
"is_accepted": true
}
] |
b98e392594dfcc798c30b6874be1ff13 | i’m trying to use @atlaskit/editor-core in a project and want to specify my own fileserver/mediaclient. atlaskit does export a function for testing, where i could mock the client.
so my thoughts were if instead of mocking for testing, i would inject my own client this way…
but is this really the b… | atlaskit editor-core custom file endpoint/file upload service | atlassian.com | 2021.17 | [
{
"text": "update:\n\ni managed to solve this by going to the node\\_modules directory.\n\nthere there is the media-client (@atlaskit/media-client) where it is feasable to rewrite the mediastore class (there is a es2019 module) and then compile the rewrites to the other modules (esm and cjs).\n\nthen after that i patc…",
"name": "",
"is_accepted": true
}
] |
8bbc114a8e9ccec07f37ebf2a06b5cd8 | the client-side-extension template provides a complete example with different extensions.
it is fine for testing stuff and adding on top. but, if one would like to create his own client-side-extension plugin he would need to modify alot in the template.
i went on modifying/deleting lots of stuff, … | how to create a bare minimum client side extension plugin | atlassian.com | 2021.39 | [
{
"text": "hi [@seifkhal](/u/seifkhal) ,\n\n[image] seifkhal:\n\nbut, if one would like to create his own client-side-extension plugin he would need to modify alot in the template.\n\nyou can modify or remove the js files that you don’t need from the src/ directory. there is nothing else you need to modify for the plugin to w…",
"name": "",
"is_accepted": true
}
] |
c5eb33940e7f130897ab5e6e513b4209 | using the node.js atlassian connect express module (2.1.4) i do:
httpclient.get({
url: `/rest/api/2/screens`,
contenttype: 'application/json',
json: true
}, (error, res, body) => {
this.handleerrors(error, body, res… | 403 error on restapi call to /rest/api/2/screens though admin scope set | atlassian.com | 2021.17 | [
{
"text": "hello [@m.schmidt](/u/m.schmidt),\n\n[get all screens](https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-screens-get) rest api should be available for apps now.\n\nthank you for your engagement.\n\nregards,\n\nmarcin",
"name": "",
"is_accepted": true
}
] |
be99a65ac001c799ef59f8b50b1c17f5 | hello experts,
i want to store my custom plugin data, the plugin created using atlassian connect framework. so what are the ways to store the data apart from issue properties and app properties, because, if am not wrong, these two ways are having limitations of storing the values in a key? can sing… | how/where to store add-on data in jira cloud? | atlassian.com | 2021.17 | [
{
"text": "hi [@vedant.kulkarni](/u/vedant.kulkarni)\n\nfor production, database should always be used, app properties are really meant for storing smaller chunks of data.\n\nwhen generating a project, ace creates a config.json.sample file for you, and if you have seen it, the config.json.sample has both examples for mysql and postgres…",
"name": "",
"is_accepted": true
}
] |
fb8116a9ddffd121cd993479c24ae8d3 | i just start using this component and can’t find any way to set total pages for its pagination.
i think it’s unusual.
with a lot of data, we can’t load all at the same time. we often load the first ten rows, then the next ten rows if we click on the “next” button (or the 2nd page)… and so on.
wha… | atlaskit dynamic table: can't set total pages | atlassian.com | 2019.51 | [
{
"text": "welcome [@nguyenhoang](/u/nguyenhoang),\n\ni think it’s a little tricky to manage server-side pagination with the @atlaskit/dynamic-table component only. it doesn’t provide a property like the one available on @atlaskit/pagination to display how many pages are needed. the total number of pages on @atlaskit/dynamic-tabl…",
"name": "",
"is_accepted": true
}
] |
a273bc3f978f350b1ac536694cecaa32 | i am using [releaseversion of versionmanager](https://docs.atlassian.com/software/jira/docs/api/8.6.0/com/atlassian/jira/project/version/versionmanager.html#releaseversion-com.atlassian.jira.project.version.version-boolean-). somehow it looks like the [versionreleaseevent](https://docs.atlassian.com/software/jira/docs/api/8.6.0/com/atlassian/jira/event/project/versionreleaseevent.html) is not automatically fired when calling this releaseversion method. but i want to use scriptrunner listening to this event versionreleaseevent.
can somebody confirm, that i have to take care about this event … | versionreleaseevent not fired using versionmanager from jira java api | atlassian.com | 2020.29 | [
{
"text": "looking at versionmanager source code, the creation of the event is part of the releaseversion method.\n\npackage com.atlassian.jira.project.version; /...\n\npublic class defaultversionmanager implements versionmanager {\n\n//...\n\n// ---- release version methods ----\n\n@override\n\npublic version re…",
"name": "",
"is_accepted": true
}
] |
ba50fb831ab5168d148f8dd69fa90242 | our app cannot be installed through manage apps because of a problem in marketplace cdn.
example: <https://marketplace-cdn.atlassian.com/files/artifact/aa8b0dc0-035e-4dfe-bdbc-c5e0807ba6f3/structure-gantt-2.4.0.jar> results in 502 status.
at the moment, <https://developer.status.atlassian.com/> lists … | https://marketplace-cdn.atlassian.com/ returns 502 error | atlassian.com | 2020.29 | [
{
"text": "[@sank](/u/sank) - fyi, the incident was identified and addressed yesterday.\n\n<https://developer.status.atlassian.com/incidents/vk6ckg1sb8t0>",
"name": "",
"is_accepted": true
}
] |
caca26ad2a3bd586701bd41590a3c107 | hi everyone!
i try to create a branch(with name of jira issue key) on gitlab server located in the local network by using a webhook and i catch an error: “client error - 422 when posting to web hook at…”
atlassian-jira.log:
2018-02-19 13:34:23,971 web-hook-publisher-1 debug admin 792x1607x1 hkjsf… | client error - 422 when posting to web hook | atlassian.com | 2021.17 | [
{
"text": "i figured it out.\n\ni just learn how rest api works. that’s why i thought the expression in curl and webhook is different. actually it the same.\n\ni used wrong url in webhook: ‘<http://192.168.101.28:8010/developers/gitlab-project>…\n\nshould use: “<https://gitlab.example.com/api/v4/projects>…”",
"name": "",
"is_accepted": true
}
] |
e476e02783580c689ed9417808e54e4c | when we develop addons for server releases (in my case, bitbucket server), for each new release i make, i need to validate compatibility with specific versions.
the list allows me to select anything from version 1.0.0 to the latest (often one more than released). however, it’s a bit hard to know wh… | server addons: compatibilty - how old releases should i support? | atlassian.com | 2020.34 | [
{
"text": "it depends on what your goal is. by setting a wider compatibility range you of course open yourself to a wider market so this can be a good idea especially for new apps.\n\nfor maintenance releases and updates of established apps we usually look at [atlassians eol page](https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html) and choose our compatibility rang…",
"name": "",
"is_accepted": true
}
] |
bf5dcff1e7eb3803a6d2d2bb88ea1ce6 | hi
i have an issue for ap.resize() for gadget. it works fine for all layouts except 2 columns divided by half.
no issue if only ap.resize() but if first time resize to small window then big window in layout above we have small window. for another layouts second resize works as expected.
is it kno… | gadget second resize on layout 1:1 | atlassian.com | 2021.17 | [
{
"text": "issue has been persisted for particular screen resolution and has been fixed by some styling.",
"name": "",
"is_accepted": true
}
] |
7d6d400bfbf6c054659d2dbbee34cc0d | hey community,
i try to develop a jira plugin. in this plugin i want to create new issue types. at the moment we use :
issuetypemanager.createissuetype(string name, string description, string iconurl);
this function will be soon deprecated. so i decided to change to use:
createissuetype(string n… | images are not loaded at the avatar creation for an issue type creation | atlassian.com | 2021.25 | [
{
"text": "hi [@tim.kuchenbuch](/u/tim.kuchenbuch),\n\nkindly try the following approach. i tested it and the images were loaded accordingly. in your sample, the image data is not yet loaded, hence, i passed an inputstream parameter to the avatatermanager#create.\n\ninputstream inputstream = com.atlassian.core.util.classloaderutils.ge…",
"name": "",
"is_accepted": true
}
] |
2c4b26effc81b710e988d134ff410868 | i posted this same question in the open forums but i am repeating here
“errors”:{“description”:“operation value must be an object”}}
pretty straight forward and followed the examples for both the creating via a post call where i got the error unless i commented out the description field values and… | unable to insert or update the description field of issue: description":"operation value must be an object | atlassian.com | 2021.17 | [
{
"text": "are you using /rest/api/2 or /rest/api/3? if the latter, then the description, which is a rich text field, is expecting a valid adf object. use /rest/api/2 if you’d like to provide an old-style wiki-markup text.",
"name": "",
"is_accepted": true
}
] |
852127576dd85fff07dd93dcae6a942c | hello. while trying to set “isranking” option i’ve got an issue: “invariant failed: cannot get draggable ref from drag handle” and lots of warnings about “innerref” deprecation. i’m not using styled-components in my code and believe it is used somewhere in dynamic-tables.
[screenshot%20from%202019-… | atlaskit dynamic table ranking issue | atlassian.com | 2021.21 | [
{
"text": "hi [@piskunovigorm](/u/piskunovigorm),\n\ndo you have a version of styled-components installed in your project? if so, what version?",
"name": "",
"is_accepted": true
}
] |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.