id
stringlengths 32
32
| text
stringlengths 0
895k
| name
stringlengths 0
33k
| domain
stringlengths 5
44
| bucket
stringclasses 19
values | answers
list |
---|---|---|---|---|---|
5cfa37d517748308aa34f03084d92268 | hey there!
my name is antony, i’m pretty new here.
i am trying to get the date value of the powerup “countdown”, which has a date value.
i couldn’t really find out how to get the value trough a http request.
if anyone could give some more information about it or could link the docs that would be… | trying to get powerup value (date) | atlassian.com | 2021.21 | [
{
"text": "welcome! it looks like the countdown power-up stores its data in the shared scope on a card. this is accessible via the plugindata on a card. you can access this via 1/cards/{idcard}/plugindata1 documented here: <https://developers.trello.com/reference#cardsidplugindata>.\n\nhere is an example of the re…",
"name": "",
"is_accepted": true
}
] |
c3292e3493d1e51ab3dae05f1094fabe | i am attempting to setup a frontend dev server using webpack. i am attempting to use the @atlassian/soy-loader along with the @atlassian/i18n-properties-loader so that i can bundle .soy files that have references to {gettext(‘my.key.here’)} with content from a .properties file.
/using only the soy-… | webpack i18n build issues | atlassian.com | 2020.29 | [
{
"text": "hey, just to let you know we released both [@atlassian/i18n-properties-loader](https://www.npmjs.com/package/@atlassian/i18n-properties-loader) and [@atlassian/wrm-react-i18n](https://www.npmjs.com/package/@atlassian/wrm-react-i18n) packages today that have a fixed node compatibility and are compatible with node 10+.\n\nlet me know in case you have any other issues.",
"name": "",
"is_accepted": true
}
] |
cf832795213c089dac10a930260150d5 | we are trying to get portfolio’s team custom field value on separate thread by using jirathreadlocalutil with method issue.getcustomfieldvalue(field). unfortunately, the result is null. but the same code, we can get other custom fields` value successfully, like custom field in type of custom label.… | unable to get portfolio`s team custom value in seperate thread | atlassian.com | 2021.43 | [
{
"text": "can you pass the user as a parameter into your new thread and use the jiraauthenticationcontext#setloggedinuser(applicationuser) method to set the user context on that thread?\n\nportfolio has permissions and you have to be in the group defined under portfolio permissions in order to retrieve values, …",
"name": "",
"is_accepted": true
}
] |
9635875b9376e08c328912213fe75990 | when i try to run the forge tunnel command i am getting an exception being thrown. this is with the latest forge libraries. [[39]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/8/4/84fafc13c24c510699121fd84e86c9a8da8c3786.png "39") | forge tunnel - error checking docker image | atlassian.com | 2021.10 | [
{
"text": "is docker running? :sweat\\_smile:\n\nran into something similar yesterday and realized i wasn’t actually running docker…",
"name": "",
"is_accepted": true
}
] |
30d3b6e534e42d6397f35dd36d907c65 | hello,
i need to have an estimate in minutes/hours in each checklist item.
is it possible to create a powerup to extend the checklist funcionality or do i need to create a tasks powerup from scratch to have my own checklist items with the added funcionality?
thank you! | extending checklist functionality | atlassian.com | 2021.21 | [
{
"text": "your best bet is going to be making a power-up that draws/manages its own checklist items and their data. there isn’t a clean way to keep extra data about checklist items alongside the checklist items. the checklist items really only support the normal rest methods to add/update them.",
"name": "",
"is_accepted": true
}
] |
baf905bbeb508c1c75882c761f2d33c1 | i’m developing a third-party integration with jira cloud and storing user data obtained from jira - client key ([lifecycle http request payload](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/)) and jira user account id.
i’ve noticed a very weird thing recently - some users of an application are now registered with key and id that have different fo… | jira clientkey and jira user account id format changes (prefix added) | atlassian.com | 2021.17 | [
{
"text": "[@ovalet](/u/ovalet), neither of these identifiers have a publicly documented format, and these differences should not impact the functioning of your app. consider raising bug reports for the issues you’ve seen.",
"name": "",
"is_accepted": true
}
] |
6ba6ee49439b4c3711ded978a3ccb9f7 | harro!
i have been working on a bitbucket cloud application, and have some questions about webhooks, even after reading though the webhook management documentation,
[image]
[manage webhooks | bitbucket cloud | atlassian support](https://support.atlassian.com/bitbucket-cloud/docs/manage-webhooks/)
webhooks provide a way to configure bitbucket cloud to make r… | webhooks retries - how to delay or re-request? | atlassian.com | 2020.45 | [
{
"text": "hi [@boyter](/u/boyter),\n\nunfortunately there is no such functionality available. bitbucket webhooks offer retries to cover for the occasional network glitch or brief downtime. they are not a suitable means for your use case.\n\ni would suggest that you look into building a separate service which will be listening…",
"name": "",
"is_accepted": true
}
] |
29f339241b3f7cdb7d267f2b784ffc28 | hi all,
i have a problem with the button and button group component. i’m trying to use them inside a button group and that as the right element with some text to the left.
if i don’t give the button an icon, everything works as expected, but with an icon, the button goes out of bounds and i’m at a… | button with icon in buttongroup floating right in a flexbox goes out of bounds | atlassian.com | 2019.51 | [
{
"text": "one solution here: <https://codesandbox.io/s/atlaskitbutton-buttongroup-with-icon-broken-eqj6x>\n\nbasically:\n\nfor element that you want to grow to fit (in your case the left hand text element), remove “display:100%” and add “flex-grow:1”\n\ni think the button is expanding after the first render, and the…",
"name": "",
"is_accepted": true
}
] |
da6ff17d906300c6ec14eee48bf7674d | hi there,
today, i got this error when trying to use the selected text in my forge app which is providing an inline dialog called from the context menu
there was an error invoking the function - cannot read property 'selectedtext' of undefined
typeerror: cannot read property 'selectedtext' of unde… | error when trying to use selectedtext in context menu inline dialog | atlassian.com | 2021.10 | [
{
"text": "hi [@kchan](/u/kchan),\n\nthanks for your reply. in the meantime i was able to fix the issue by myself. i used the code snippet from one of the example apps to get the selected text. this one worked for me:\n\nconst { extensioncontext, contentid } = useproductcontext();\n\nlet selectedtext;\n\nif (iscontextmenuexten…",
"name": "",
"is_accepted": true
}
] |
838ede406e185435c41ecded66a20dc9 | hi!
i stuck with routing in my atlassian connect app.
i have spa with pages:
<plugin.balse.url>/items - all items are displayed in table with links to every single item
<plugin.balse.url>/items/(id-of-item) - page with single item
when i run this app locally everything is working, but when i d… | react-router-dom in jira cloud plugin | atlassian.com | 2021.39 | [
{
"text": "we have tried with hash tag approach in our app and it worked for us.\n\nhttps://{domain}.atlassian.net/plugins/servlet/ac/{key}/app-entry?project.key=demo&project.id=10000#!/manage/{newpage}\n\nconstructor(props) {\n\nsuper(props);\n\nif (window.ap) {\n\nwindow.ap.getlocation(location => {\n\n…",
"name": "",
"is_accepted": true
}
] |
0263597086bf908bf359ea62d6695719 | on the [getting started](https://developer.atlassian.com/cloud/assetsapi/introductions-and-basics/getting-started/) page for assets platform api it says:
if your app is whitelisted in our list of apps, once you install your app, the assets custom field will be created automatically. also your icon will be displayed next to the asset’s label in the assets field.
what does it mean to be… | assets platform api | atlassian.com | 2021.21 | [
{
"text": "[@michal.nykiel](/u/michal.nykiel) being whitelisted means that the assets field will get associated with service desk projects automatically without an admin having to manually go through the screen schemes. please fill out this form to be whitelisted: <https://forms.gle/rh4ffkqntetpkunj9>",
"name": "",
"is_accepted": true
}
] |
2ef074748ea9fbdcf6a9f6affff2f66e | [@kkercz](/u/kkercz) please can i raise a feature request to get the originalissue [validator context variable](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-validator/) added to the [expression eval rest api](https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-jira-expressions/#api-rest-api-2-expression-eval-post) so that we can test workflow validators that use the originalissue context variable? | feature request to get originalissue added to jira expression rest api | atlassian.com | 2021.39 | [
{
"text": "we already have this in the backlog: <https://ecosystem.atlassian.net/browse/acjira-1849>",
"name": "",
"is_accepted": true
}
] |
72858b16de3386a3650ae1fc1fbe80c0 | i have a scenario in which i want to get servicedesk id from project key or project id .
i checked apis servicedesk api is limited to getting all servicedesk or getting it servicedesk id.
is there a way to achieve this ? | is there a way to get servicedesk details from project key or project id? | atlassian.com | 2020.34 | [
{
"text": "after digging a bit deeper in the documentation i could find this\n\nfor convenience, any of the resources that require a {servicedeskid} path parameter also accepts other identifiers.\n\nfor example, if a servicedesk(id: 15) corresponds to a project(id: 10012, key: abc) , then issuing a request to…",
"name": "",
"is_accepted": true
}
] |
3c9d6efa2089d67fcc41182e85fa3e98 | i’m using aui’s sortable table and i’m removing and adding new rows to this table. after this modification, sort operations reverting older rows. is there a way to clean this sorting cache or reintialize this sorting feature after modifiying table? | aui sortable table edit rows | atlassian.com | 2021.17 | [
{
"text": "hi [@masterkeylog](/u/masterkeylog)!\n\nunder the hood, aui uses a jquery plugin called “tablesorter” to provide the sorting behaviour. specifically, aui uses [v2.17.7 of mottie’s fork of tablesorter](https://github.com/mottie/tablesorter/tree/v2.17.7).\n\naccording to [the docs of the modded tablesorter plugin](https://mottie.github.io/tablesorter/docs/), you can cause the table to re-sort itself by doing the following…",
"name": "",
"is_accepted": true
}
] |
d3db03e1984203c98942d1fd24c0042c | i’m trying to build an app for jsd cloud using jira’s permission system. currently i want to figure out if a user is a customer, service desk agent, project administrator or global administrator. i’m using the ‘get /rest/api/2/mypermissions’ rest api endpoint and i think i have identified the correc… | customer permission for service desk | atlassian.com | 2021.17 | [
{
"text": "maybe you could use the /rest/servicedeskapi/servicedesk/{servicedeskid}/customer end-point. specification is [here](https://developer.atlassian.com/cloud/jira/service-desk/rest/#api-servicedesk-servicedeskid-customer-get).\n\nthere’s a /rest/servicedeskapi/servicedesk end-point that will [return you a list of all service desks](https://developer.atlassian.com/cloud/jira/service-desk/rest/#api-servicedesk-get).",
"name": "",
"is_accepted": true
}
] |
7f6953aee3d5e0788c2b99f1b0b519e1 | …and it’s not the virus. are you also feeling a bit swamped by the number of recent changes to the jira server/cloud platforms? here is a non-exhaustive list of recent changes that have required our attention:
new issue view
new top vendor performance requirements
new sandboxing of connect app ifr… | feeling out of breath | atlassian.com | 2020.16 | [
{
"text": "hi [@david.pinn](/u/david.pinn),\n\nthanks for posting this. i understand and am sympathetic to your view. i believe many of the recent changes were unavoidable to ensure our apis and frameworks are secure and respect the privacy of our customers. going forward, however, if there are changes that could be introduced …",
"name": "",
"is_accepted": true
}
] |
3d876259ecdd808d4c60977f1b1e89f0 | idea
i tried to use the same static resource (react/custom ui) for multi modules in my forge app.
the idea is to avoid using multi react apps. instead, i will use only one react app, and render the content based on the context where this resource is loaded (use view from forge bridge).
another di… | can we use the same resource for multi forge modules? | atlassian.com | 2021.17 | [
{
"text": "hi [@clouless](/u/clouless), thank you very very much for your kindly help. i really appreciate it.\n\nafter a long time debugging, i realize that i miss the line \"homepage\": \".\" in my react package.json file, as atlassian already documented in the [custom ui](https://developer.atlassian.com/platform/forge/custom-ui/#accessing-static-assets) page.\n\n[[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/d/b/db9e0b50359586a00b5adfe425a993098be02095.png \"image\")\n\ni think we misunderstood each other becau…",
"name": "",
"is_accepted": true
}
] |
abb3adad04647d914313f6be6245d097 | hi,
i would like to use pluginlicencemanager inside a bamboo task so that i can print out a please licence message rather then just having the plugin be disabled completely. is this possible?
i’m using bamboo 6.9.1 configured with spring scanner 2 and upm
the task works fine on the server’s built… | [solved] do bamboo remote agents have access to pluginlicensemanager? | atlassian.com | 2021.43 | [
{
"text": "my guess is that the pluginlicensemanager isn’t available on the agent (there isn’t a backing db for it to query for the licenses). you’ll need to look at something like the pre-build module (forgive me - my bamboo skills are slightly rusty - i believe that there is a better module). [https://www.go2…](https://www.go2group.com/blog/sharing-information-from-bamboo-server-to-bamboo-remote-agent/)",
"name": "",
"is_accepted": true
}
] |
6068e0180e3fa8a6e22144b917bdbf41 | hi! sorry if i’m missing something obvious, but is there a date available somewhere for jira cloud rest api v3 roll-out and/or v2 deprecation?
we depend heavily on some endpoints and one of them doesn’t work the same in v2 vs v3. actually, it doesn’t seem to work at all in v3 yet (and no, it’s not … | api v3 roll-out date? | atlassian.com | 2021.17 | [
{
"text": "hi [@yvesriel](https://community.developer.atlassian.com/u/yvesriel) and [@k.menshov](https://community.developer.atlassian.com/u/k.menshov) ,\n\nthanks for bringing this to our notice.\n\nregarding the endpoint, in the case that the custom field is a multi-line text field, you are required to provide an atlassian document (see the atlassian document format: [https://developer.atlassian.com/cloud/jira/platform/a…](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure)",
"name": "",
"is_accepted": true
}
] |
606396b60822b73d148e75a66141216d | hello,
is there an api where i can add customers and add them to a particular project/servicedesk of my choice?
thank you | is there an api to add user customers to a jsd project? | atlassian.com | 2020.34 | [
{
"text": "i managed to find the answers. for the servicedeskid you use the ‘id’.\n\nyou can indeed add either a user or customer to the servicedesk. doesn’t matter if the accounttype is ‘atlassian’ or ‘customer’.\n\njust need to add the ‘accountid’ and it will work",
"name": "",
"is_accepted": true
}
] |
fc5763c640e71a31e197bf85a8176a3c | hi,
i created a dynamic content macro with a custom macro editor using a handlebars template.
as described in the reference:
[macro editor reference](https://developer.atlassian.com/cloud/confluence/modules/macro-editor/)
and in a guide:
[macro custom editor guide](https://developer.atlassian.com/cloud/confluence/macro-custom-editor-with-confluence-connect/)
i tried both functions:
ap.require(["confluence", "dialog"], function (confluence, dialog) {
functi… | savemacro function fails (typeerror: cannot read property 'parameters' of undefined) | atlassian.com | 2020.29 | [
{
"text": "thanks for confirming that [@hendrikschneider](/u/hendrikschneider). from my own testing, i suspected the change of bodytype from rich-text to plain-text would make a difference, but i’m not sure why. you may be able to avoid changing back to rich-text if your macro view could be generated from the macro parameters rather…",
"name": "",
"is_accepted": true
}
] |
dd53b275faa0b2235c8bad6812dfcec4 | hello community,
i use the atlassian-connect-spring-boot to build my addon.
as i read in the documentation when the first installed lifecycle event happens, the shared secret token is sent and saved to the addon’s database to validate later requests.
however, since the post request of the install… | security concerns in atlassian-connect | atlassian.com | 2021.21 | [
{
"text": "[@ofirnir](/u/ofirnir) we recognize this is a concern and we are working on an update to the app installation process whereby the initial install can be verified as coming from atlassian.\n\nwe will use the apimigrations mechanism we have used for other changes (e.g. gdpr, qsh, etc) to allow apps to opt into these …",
"name": "",
"is_accepted": true
}
] |
6879de98f1b8a10de3541c175a4e5a02 | i would like to add remote links to my issues. i was able to do it with the following [rest api](https://developer.atlassian.com/jiradev/jira-platform/guides/other/guide-jira-remote-issue-links/jira-rest-api-for-remote-issue-links?_ga=2.110854595.736199078.1497275861-292423946.1494428793)
however, that link can be deleted manually from the issue’s page. since i am using that link to offer a way to consult information about a specific object internal to my plugin (it redirects to a vm of my… | remove the delete option for specific issue remote links | atlassian.com | 2021.17 | [
{
"text": "you could potentially listen to com.atlassian.jira.event.issue.link.remoteissuelinkdeleteevent, and re-create the deleted links that you don’t want deleted. not sure that’s a good user experience.\n\nalternatively, your add-on could check for the existence of particular links upon presentation of the …",
"name": "",
"is_accepted": true
}
] |
07ac978fe240c93d786a2e482ab98785 | hi,
i have a custom api sitting in a cloud service. i was wondering if forge allows a self-signed certificate.
i read about the options for api.fetch:
<https://developer.atlassian.com/platform/forge/runtime-reference/fetch-api/>
[image]
[node-fetch](https://www.npmjs.com/package/node-fetch#options)
a light-weight module that brings fetc… | self-signed certificate for api.fetch | atlassian.com | 2021.39 | [
{
"text": "having a self-signed certificate kinda messes the entire “trust” thing out. the only one that knows that the certificate is trustworthy is you… and since forge doesn’t have a way for us to import private keys - it doesn’t have a way to verify that the certificate is you and not a bad actor.\n\nwhy not…",
"name": "",
"is_accepted": true
}
] |
13250873bbb209850d997ab2f41bf00a | i’m writing a plugin that will provide additional metadata that would be important to be visible in the project and repository listing. sadly, neither of these have extension points for extras (whereas pull request listning and branch listing does)
the only thing that comes to mind right now is to … | decorating project and repository list | atlassian.com | 2021.17 | [
{
"text": "hey [@madamczak](/u/madamczak)\n\nplease note i asked for extension points in the listings. this is not available. i worked around this by using a javascript listener. this seems to behave properly but is of course not as nice as if an extensionpoint existed.\n\nsee attached the addition of the archived lozenge.\n\n[[01-…](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/e/2/e227b0b5b3e8c917bd35a1ef6305cbfdf21daedf.jpeg \"01-repository-list\")",
"name": "",
"is_accepted": true
}
] |
40806ee2fb67705016e619f7587ce663 | <https://developer.atlassian.com/cloud/jira/service-desk/rest/#api-request-post> - there is nothing about priority. can i set it?
actually i even can’t find a way to change priority of a request at all though the api. | create a request and set priority | atlassian.com | 2021.17 | [
{
"text": "hi [@evmorov](/u/evmorov),\n\n[these](https://developer.atlassian.com/cloud/jira/service-desk/rest/#fieldformats) are the available field formats you can update. i have not yet tried setting the priority, but i think you can, you just need to see the values and how you should be forming your json.\n\nwhat i could suggest is, but this more of a hack than a solution:\n\ninvoke the /rest/api/lates…",
"name": "",
"is_accepted": true
}
] |
ccb828ad3cdd850c34e6ed903e62f03a | hello guys,
we are trying to create a .vm in our plugin and inside this .vm we need to use a .js. we did below:
in atlassian-plugin.xml, we put:
<web-resource name="plugin-development web resources" key="resources">
<dependency>com.atlassian.auiplugin:ajs</dependency>
<resourc… | "webresourcemanager.requireresource" is not working in bitbucket | atlassian.com | 2020.50 | [
{
"text": "hi [@rosy.salame](/u/rosy.salame),\n\ncould you try explicitly adding com.atlassian.plugins.atlassian-plugins-webresource-rest:web-resource-manager as a dependency in your web-resource entry? i think that’s technically also necessary on jira and confluence, but something else just pulls that in by default.\n\ncheers,\n\nto…",
"name": "",
"is_accepted": true
}
] |
b727036d753de035e8e8763de3aae5f8 | hello,
i was pleased to read <https://blog.developer.atlassian.com/change-notice-jira-cloud-transition-issue-api-to-support-http-409-conflict-error-code/> this morning as i’ve asked loudly for in the past.
however, i’m struggling to understand why atlassian cannot give vendors more than 1 weekend’s … | please can we have more warning about rest api changes | atlassian.com | 2019.47 | [
{
"text": "hello everyone. so, we’ve been engaged with the prod/eng team, and the new change date for this api method (introducing the 409 error code) has been moved to may 4, 2020. the blog post has been updated to reflect this date change.",
"name": "",
"is_accepted": true
}
] |
cf8ab28015bf6ea93ed2f0564d1f867f | we sometimes use html parameters to customize screen rendering in confluence. for example?
http://localhost:8090/wiki/display/testspace/test+page?testparam=foo
this works if the user is already logged in, but if the user encounters the confluence login screen it redirects to…
http://localhost:809… | how to stop confluence login screen from stripping html parameters? | atlassian.com | 2021.39 | [
{
"text": "i’ve managed to find a “fix” for this (or at least an acceptable workaround for my purposes):\n\nyou must specify the link in one of the following forms:\n\nhttp://localhost:8090/pages/viewpage.action?spacekey=testspace&title=test+page&testparam=foo\n\nor\n\nhttp://localhost:8090/pages/viewpage.action?pagei…",
"name": "",
"is_accepted": true
}
] |
0e40e7eda1981f50c43c8057f43e969c | i load an issue with ap.request(/rest/api/3/issue/${issueidorkey} not knowing before if it is a service desk issue or not. i need to look if the requesttype is set. can i savely use “customfield\_10010”. that feels somehow not the right thing to do … | is customfield\_10010 always requesttype or what is the best way to get the request type without jsm rest api? | atlassian.com | 2021.39 | [
{
"text": "you can add ?expand=names to that url and you’ll get a map of all of the fields to their field names. :slight\\_smile:",
"name": "",
"is_accepted": true
}
] |
3271d9ee0bba76e411b2b0ce1b52a0e9 | hi there,
i’m planning to create a bitbucketcloud addon with atlassian connect and i would need to store some little configuration (a few key-values). i read this article about [hosted data storage for atlassian connect](https://developer.atlassian.com/static/connect/docs/latest/concepts/hosted-data-storage.html), but i don’t see those endpoints in the bitbucket cloud rest api. is there a way… | hosted data storage for bitbucket cloud | atlassian.com | 2021.17 | [
{
"text": "hi [@ferllarom](/u/ferllarom),\n\nhosted data storage is only available for jira and confluence cloud not for bitbucket cloud.\n\nso you’ll need to use your own data storage.",
"name": "",
"is_accepted": true
}
] |
0e92ea607effde6032bd61a493a4bbc1 | hi,
while confluence’s own content like pages and comments can be correctly received in pages (start and limit) via /rest/api/content/{id}/child/ custom content can’t. the start parameter seems to be ignored and the results always start from the beginning. this makes proper pagination impossible.
s… | pagination of custom content via /rest/api/content/{id}/child/ not working | atlassian.com | 2020.50 | [
{
"text": "i found an alternative by using /rest/api/content/search together with container={id} as part of the cql expression. interestingly container is not mentioned as search field [here](https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/).",
"name": "",
"is_accepted": true
}
] |
036600e5d7b8cedd20602fd35fc7434d | hi everybody,
we’re working on an add-on for jira cloud that we want expand gradually over time. we want to start with just a statically hosted web app and add a backend component down the line.
we’ve a few questions regarding changes to the app descriptor where we can’t figure out the answer from… | app descriptor updates when gradually increasing capabilities | atlassian.com | 2021.17 | [
{
"text": "is there a way to quickly experiment with updates as they would happen via the marketplace?\n\nnot sure. i think the best thing would be through a private listing with a different url and then use access token to install things.\n\nare there templates or best practices for deployment of a connect app…",
"name": "",
"is_accepted": true
}
] |
49576067cf8ead8f805f69f47233ccef | i’m testing my own macro für confluence (cloud)
starting with:
node v12.13.1
npm 6.12.1
<https://developer.atlassian.com/cloud/confluence/getting-started/>
after
npm start
the last two lines are:
post /installed 204 46.470 ms - -
registered with host at https://(myservername).atlassian.net/wik… | my cloud macro: error message "app is not responding" | atlassian.com | 2020.05 | [
{
"text": "hi ludek,\n\nmy solution:\n\nthe problem was, that the cloud macros are using <https://ngrok.io/> as a reverse proxy:\n\nlocal tunnel established at https://b4f0188a**.ngrok.io**/\n\ncheck http://127.0.0.1:4040 for tunnel status\n\nregistering add-on...\n\nget /atlassian-connect.json 200 12.760 ms - 633\n\nand our fir…",
"name": "",
"is_accepted": true
}
] |
24975b71670554a1f04ecb52bae8773d | is it possible to update the title of a page from within an app? ap.history does not seem to provide this functionality. | dynamically change document.title for generalpages | atlassian.com | 2021.17 | [
{
"text": "nope. we’re limited to the static descriptor entry.",
"name": "",
"is_accepted": true
}
] |
8d3005f29cdc1bab6b90b992f73d93e3 | hi,
can someone please help?!
i’m trying to develop a plugin which makes use of regular confluence java api like pagemanager, spacemanager etc. along with the ability to get crud working using rest calls.
i followed [https://developer.atlassian.com/server/framework/atlassian-sdk/developing-a-rest-…](https://developer.atlassian.com/server/framework/atlassian-sdk/developing-a-rest-service-plugin/) | how to build a rest plugin along with confluence api? | atlassian.com | 2021.17 | [
{
"text": "hi [@iragudo](/u/iragudo),\n\nthanks for the hint. i used your steps to work it up from scratch. finally got to the cause of the issue i was facing while comparing. and it’s rather lame :frowning:\n\ni had a method in one of the classes with just '@path(“something”) ’ and no @get/[@post](/u/post). i deleted that “@path” in my o…",
"name": "",
"is_accepted": true
}
] |
91f87268297f245ff9ceb5404335828c | hi,
i’m updating my app to send progress updates as part of the server -> cloud migration, however it fails when making a post to /rest/atlassian-connect/1/migration/progress/{transferid}. the [api documentation](https://developer.atlassian.com/platform/app-migration/getting-started/#progress-reporting) is unclear since the api route and schema don’t match the example provided.
looking at … | http 400 response when post'ing migration progress | atlassian.com | 2021.17 | [
{
"text": "so the api is also documented here: <https://developer.atlassian.com/platform/app-migration/rest/api-group-status-api/#api-progress-transferid-post> and it appears to have the correct information and a valid example:\n\n{\n\n\"progressstatus\": \"in\\_progress\",\n\n\"percent\": 183,\n\n\"statusmessage\": \"<string>\"…",
"name": "",
"is_accepted": true
}
] |
3d719c744b230101bd4278ee76c23759 | the bitcbucket server rest api has the ability to request the list of unreviewed changes for a specific pull request. this list appears to never change. by this i mean when a user clicks on a file in the pull request to review it, the display of that file changes from bold to normal to indicate that… | pull request unreviewed changes never updates | atlassian.com | 2021.17 | [
{
"text": "i assume you’re referring to [the /rest/api/1.0/projects/{projectkey}/repos/{repositoryslug}/pull-requests/{pullrequestid}/changes](https://developer.atlassian.com/static/rest/bitbucket-server/4.14.4/bitbucket-rest.html#idm46478324997488) call.\n\nindividual file tracking is both performed and stored on the browser. the backend isn’t involved at all, so that is unavailable from the rest api. the “unreviewed”…",
"name": "",
"is_accepted": true
}
] |
19a7a77ac19875f2d0ab2bb71302e4e1 | hello, i am working on a plugin that displays a panel for a specific project.
this panel and these resources (javascript) should only apply in this project.
for the panel i have no problem, using a display condition it works.
on the other hand javascript should only be applied in this context, be… | conditional loading of resources | atlassian.com | 2021.39 | [
{
"text": "i did not try with all possible solutions yet.\n\nbut if the problem happens as you describe, i think the best solution is that you do the condition checking within your javascript code, and only hide elements if those conditions are passed.\n\nthis is the simplest way as well.\n\nconst projectkey = jira.…",
"name": "",
"is_accepted": true
}
] |
65cd4cab1b2665e96b1c1ee209ffc6b3 | hi,
i’d like to know if there is an equivalent to the abstractservice class in confluence.
i would like to launch a service to collect some datas in confluence.
thank you | jira abstractservice equivalent in confluence | atlassian.com | 2021.17 | [
{
"text": "then you are looking for scheduling jobs ->\n\n<https://developer.atlassian.com/confdev/confluence-plugin-guide/confluence-plugin-module-types/job-module>\n\nwhich is combined with\n\n<https://developer.atlassian.com/confdev/confluence-plugin-guide/confluence-plugin-module-types/trigger-module>",
"name": "",
"is_accepted": true
}
] |
877e9b1b7bb3d6a0c1cb3e240308915f | i develop a custom plugin for jira. in a configuration page i want to display a list of user projects using aui-select2 component.
ajax url: <http://localhost:2990/jira/rest/api/2/project>
data response:
[
{
"expand": "description,lead,url,projectkeys",
"self": "http://localhost:2990/jira… | error data.call is not a function when loading data on aui select2 component with ajax call | atlassian.com | 2021.17 | [
{
"text": "after some investigations, i find the solution:\n\nvar initgetprojects = function(resturl) {\n\nvar templateprojectsselection = jira.templates.ijp.getprojects();\n\nvar auiprojectselectoptions = {\n\n/*minimuminputlength: 3,*/\n\nminimumresultsforsearch: 30,\n\nplaceholder: 'select project',\n\naja…",
"name": "",
"is_accepted": true
}
] |
7dbbdfc1a67f75d94d5a51d8bf44e444 | i am currently doing an internship that involves creating jira plugins to solve some problems the users at the company experience with jira. for the first extension i need to create a new section on the view issue page where users can put input and edit the input. in order to do this i’ve created a … | can't get active objects to work in jira plugin | atlassian.com | 2021.17 | [
{
"text": "change:\n\n<dependency>\n\n<groupid>com.atlassian.activeobjects</groupid>\n\n<artifactid>activeobjects-core</artifactid>\n\n<version>1.4.0</version>\n\n</dependency>\n\n<dependency>\n\n<groupid>net.java.dev.activeobjects</groupid>\n\n<art…",
"name": "",
"is_accepted": true
}
] |
42eb7cfffcd6c09023312c64b3453d88 | 98% sure i know the answer to this question, but: is it possible to get a list of ips (or an ip range) such that we can allow those ips access to a dev/staging environment?
we can use standard cloud app authentication (jwt) without this, but in some cases we have a web application firewall (waf) in… | possible to find ips (for access control) of atlassian webhooks for dev/staging environment? | atlassian.com | 2021.17 | [
{
"text": "hi [@andy.ennamorato](/u/andy.ennamorato),\n\nwe don’t currently support ip whitelisting in atlassian cloud. you can get updates about this feature request here: [cloud-2636](https://jira.atlassian.com/browse/cloud-2636)\n\ncheers,\n\ndave",
"name": "",
"is_accepted": true
}
] |
35982d0df456a2b61931f060e350e2fc | i created a web-item in my p2 plugin descriptor as follows:
...
<web-item
key="sd-portal-request-view-action-link"
i18n-name-key="sd-portal-request-view-action-link.name"
name="the link name"
section="servicedesk.portal.request.actions"
… | jira service desk p2 web-item does not include context path | atlassian.com | 2021.17 | [
{
"text": "found the right context variable:\n\nyou can use $req.contextpath to include the context path.\n\nlike normal for jira server, you had to go through 7000 pages, community posts and legacy documentation to end up with [this confluence documentation](https://developer.atlassian.com/server/confluence/confluence-objects-accessible-from-velocity/) that provides the right hints. :roll\\_eyes:…",
"name": "",
"is_accepted": true
}
] |
489823ad6d35e10921094f84cbe8a529 | hi experts
we are running through an issue and looking for some quick assistance for the same.
we are looking forward to publish an app named as “csv user importer “ [create jira users in bulk by uploading a csv file] on cloud marketplace, but before we could go ahead and publish the app , we enco… | quick assistance for publish an app in marketplace | atlassian.com | 2021.17 | [
{
"text": "hey [@dchouksey89](/u/dchouksey89) - the 30 day trial is mandatory, you can’t work around this i’m afraid.\n\nthe two listing approach simply involves having a stripped down free version of the app, and then in app adds/notes pointing towards the fully featured one. here’s an example of a lite version of an app, there’…",
"name": "",
"is_accepted": true
}
] |
872814f48771811eb968d60fe0dbed80 | i would like to build a forge app that gets triggered by an external react application, is it possible to do that with forge web triggers? and can i also pass information from the web application to the forge app? | can we use a web trigger url from an external application? | atlassian.com | 2021.39 | [
{
"text": "[@harrybanda](/u/harrybanda), yes this should be possible.\n\nyou can use webtriggers, although be aware that these do not have authentication or authorization by default. you will want to consider that when creating your solution.\n\n<https://developer.atlassian.com/platform/forge/events-reference/web-trigger/>",
"name": "",
"is_accepted": true
}
] |
22d68b863312fd3f7f29a888d2af6862 | should the [atlassian connect dev](https://groups.google.com/forum/#!forum/atlassian-connect-dev) google group be closed down, all discussions being shifted across to this developer community site? just sayin’. | atlassian connect dev google group | atlassian.com | 2021.17 | [
{
"text": "hey david,\n\ni just posted an announcement on the google group.\n\nwe will be retiring the google group in 2 weeks and keep it as a read-only archive from then on.",
"name": "",
"is_accepted": true
}
] |
e82f413cb1632bd87711df9df6699222 | hi there,
our customers can’t access one of application’s dialog for 3 days. getting “something’s gone wrong” error. see attachment:
[jira-err]
web item:
{
"location": "system.top.navigation.bar",
"context": "addon",
"weight": 200,
"target": {
"typ… | "something's gone wrong" error clicking side bar menu link on jira dashboard | atlassian.com | 2021.17 | [
{
"text": "don’t have the details to share yet; however, this was some type of change that was rolled out, and it’s since been rolled back. thanks to the thinktilt team for helping zero in on this.",
"name": "",
"is_accepted": true
}
] |
de812ede02f50b2f1503bedb65375748 | i am exploring the use of the spotlight component in atlaskit for onboarding, and would like to use it highlight a webitem that i add to the jira sidebar. is this possible? it seems it would be due to cross domain access limitations, but reaching out in case someone knows of a way to accomplish thi… | using spotlight on a webitem | atlassian.com | 2021.17 | [
{
"text": "no that’s not possible. keep in mind that atlaskit is written for the internal teams at atlassian so the example you see in the spotlight docs to show a spotlight next to a webitem is not possible.\n\nas an app, you can only use a spotlight component in a web panel. one thing you might want to consi…",
"name": "",
"is_accepted": true
}
] |
1e887b9a5ace8ce722a4c9d203146d3a | i note that jcma version 1.5.7 has been released. i’ve upgraded my jira dev server to that version.
here is the java code that i’m using to fetch feedback:
boundcloudmigrationgateway gateway = cloudmigrationaccessor.getcloudmigrationgateway();
map<string, object> feedback = gateway.getcloudfeedbac… | access denied on gateway.getcloudfeedback(transferid) | atlassian.com | 2021.31 | [
{
"text": "after discussing this issue with james on a zoom call, i now understand the cause. it’s simply that i have been calling gateway.getcloudfeedback(transferid) after the transfer has completed. it turns out that getcloudfeedback should only be called before a terminating event, signaled by the cloud se…",
"name": "",
"is_accepted": true
}
] |
401844b377cd65f1b33f8eaad50be3db | i’ve got a jira plugin project (created in 2014), which had a developer toolbar and a test console for integration tests: <http://localhost:2990/jira/plugins/servlet/it-test-console>
the test console servlet still lists all my tests, but i can’t run them, because it uses the deprecated fastdev.
i tr… | atlassian plugin test console - what happened to it? | atlassian.com | 2021.17 | [
{
"text": "i think fastdev was deprecated/removed:\n\n<https://developer.atlassian.com/server/framework/atlassian-sdk/automatic-plugin-reinstallation-with-fastdev/>\n\nis there still a way to run integration tests using some kind of test console?\n\nyes, but not using historic frameworks.\n\nwe use a support framewor…",
"name": "",
"is_accepted": true
}
] |
4a791e4818997af9239993aee381de6f | i’d like to be able to access the user defined sidebar, header and footer of a space.
i can’t seem to find any interface to access this.
is there a spacemanager or class that i can use to extract these defined values? | confluence server api - sidebar, header, footer | atlassian.com | 2021.17 | [
{
"text": "so i finally found it.\n\n<https://docs.atlassian.com/atlassian-confluence/latest-server/com/atlassian/confluence/core/custompagesettingsmanager.html>",
"name": "",
"is_accepted": true
}
] |
aee79f1329f8dad1a08c76b66733b479 | is there a way to get the viewport offset used to see how far the user has scrolled down a page? i have seen it done by triggering the edit page event, that will make the sessionstorage.viewport available. but it will also (of course) trigger an edit of the page which i do not want.
any insights in… | getting the viewport.offset | atlassian.com | 2021.17 | [
{
"text": "i ended up doing some digging in the confluence source code and found out that this is something that is done when activating the editor. tinymce uses it to scroll to the correct place on the page i think.\n\ni guess what i could do is mimic the behaviour of that method instead of triggering the edit …",
"name": "",
"is_accepted": true
}
] |
45761267a2eda9d8f89d633e444ed6be | greetings,
we just installed confluence server edition and want to shape it fitting our workflow. sadly it doesn’t seem as easy as i expected.
currently i need to create a ‘intermediate’ blueprint. nothing special. all we want is a simple blueprint with its own template and name. also the current … | broken boilerplate for intermediate blueprint plugin | atlassian.com | 2021.17 | [
{
"text": "[image] exta:\n\nis it somehow possible to disable the maven tests till use them globally?\n\nby doing atlas-run -dskiptests=true as you did.\n\n[image] exta:\n\nhere can i find the error-log, or what can cause this?\n\nthe output of atlas-run should contain the cause. otherwise you are looking for c…",
"name": "",
"is_accepted": true
}
] |
0a1f97face75ed4916a916e8575edf0e | hey there,
i have calculated the difference between 2 dates, and i got a long value. i want that value to become a string like a typical jira time track value (for example “2d 3h 45m”)
is there any class which have a function that returns that by a given long value?
so long | long value converted to jira timetrack value | atlassian.com | 2021.17 | [
{
"text": "hi [@m.abdel-mola](/u/m.abdel-mola),\n\nlooked through the java api for various utilities and formatters, i stumbled to [jiradurationutils](https://docs.atlassian.com/jira/7.1.6/com/atlassian/jira/util/jiradurationutils.html) class. you can find more [here](https://docs.atlassian.com/jira/7.1.6/index.html?com/atlassian/jira/datetime/jiradurationutil.html) thought it might help. let me know if id did :slight\\_smile:\n\nthanks!\n\ncheers,\n\nanne calantog",
"name": "",
"is_accepted": true
}
] |
6106090c5ba852bb5b179bf71873d94f | hi experts,
i want to update user kindly refer me some sample code to update user like username and email address for user.
note: i am using below code.
usermanager usermanager = componentaccessor.getcomponent(usermanager.class);
applicationuser applicationuser= usermanager.getuserbykey(employee… | how to update user programatically in jira plugin | atlassian.com | 2021.17 | [
{
"text": "hi,\n\nyou need to use userservice:\n\nuserservice userservice = componentaccessor.getcomponent(userservice.class);\n\napplicationuser updateuser = userservice.newuserbuilder(applicationuser).emailaddress(\"newemail\").name(\"newname\").build();\n\nuserservice.updateuservalidationresult validationresult = userser…",
"name": "",
"is_accepted": true
}
] |
80cb5f98f23563214ec6338c8f78eaa4 | we were previously using ajs.tabs.setup() on the editor screen, however in the latest confluence version our plugin comes back saying cannot read property ‘setup’ of undefined.
is there another way we are supposed to access the tabs setup | ajs.tabs comes back as undefined in confluence 7.0.1 | atlassian.com | 2021.17 | [
{
"text": "so, i found another post that fixed my issues.\n\nneed to add this to web resource:\n\ncom.atlassian.auiplugin:tabs\n\nfunny how it was documented as being included and did not need this in previous versions. now they have taken it out and we have to include it specifically.\n\natlassian this is something y…",
"name": "",
"is_accepted": true
}
] |
529d21b21684ff80494d27acd043666d | hey guys,
i’m struggling to adapt currently deployed issue type schemes with a new issue type through java api (i don’t have access to jira source :cry:)
this should be handled on plugin deploy, through a custom pluginevent handler we already have in place.
any ideas would be gold. thanks. | adding new issue types to existing scheme | atlassian.com | 2021.17 | [
{
"text": "list<string> issuetypeids = immutablelist.<string>builder()\n\n.addall(getissuetypeids(issuetypescheme))\n\n.add(mynewissuetype.getid())\n\n.build();\n\nissuetypeschememanager.update(issuetypescheme, issuetypeids);",
"name": "",
"is_accepted": true
}
] |
825e55e48d40b0d73bab8dc4939f09bc | hi,
i have a little problem with my script.
i’m using the documentation of jira, i want returns the details for an issue thanks to the method ‘get issue’. i’m using nodejs.
i have this error : ( response 401)
this script worked very well. i just wanted to create another issue (scii-5) and now t… | error: unauthorized 401 | atlassian.com | 2021.17 | [
{
"text": "hello [@noreez.ulhassanshah](/u/noreez.ulhassanshah),\n\nsince usage of passwords in basic auth is being deprecated (see [acjira-1465](https://ecosystem.atlassian.net/browse/acjira-1465)), have you tried using basic email:apitoken for authentication?\n\ncheers,\n\nian",
"name": "",
"is_accepted": true
}
] |
1fda0a3b49b9598d70bd02e47743b41a | hi, i’m just trying to learn how to make a new plugins.
so i installed jira sdk, last version 8.0.16 and execute next commands:
atlas-create-jira-plugin
then atlas-create-jira-plugin-module
i wanna created a custom field so i select option 4. after that whithout change nothing on my code y selec… | how to install springscanner | atlassian.com | 2020.05 | [
{
"text": "hi [@franciscogomezbalast](/u/franciscogomezbalast),\n\nfrom <https://bitbucket.org/atlassian/atlassian-spring-scanner/src/master/> it says that @scanned was removed. other vendors opted for @named , see [here](https://community.developer.atlassian.com/t/where-are-the-annotations-in-atlassian-spring-scanner-2-0/31539).\n\ncheers,\n\nanne",
"name": "",
"is_accepted": true
}
] |
b15fb44b9a791cd85245f6a7e6833561 | hi all,
i have 2 questions around ap.require() i currently use to make some request to cloud jira from an add-on:
it’s marked as “deprecated” in browser console, what to use instead?
how to trigger a function when the (asynchronous) call is performed, but not from inside the success/error blo… | ap.require() usage and deprecation | atlassian.com | 2021.17 | [
{
"text": "keep it simple, i reckon. something like this:\n\nap.request({\n\nurl: url,\n\ntype: 'get',\n\nsuccess: function(text) {\n\ndosuccesstuff();\n\n},\n\nerror: function(xhr, statustext) {\n\ndofailurestuff();\n\n}\n\n});",
"name": "",
"is_accepted": true
}
] |
da72418614f6f2cea84a203df467db56 | i’m suddenly encountering an error when i run my connect app locally.
the error is:
failed to register with host https://myemail:[email protected]/ (200)
the app "agile-docs" could not be installed as a local app as it has previously been
installed from atlassian marketplace
this err… | status 200 when running connect app locally | atlassian.com | 2019.51 | [
{
"text": "hi [@rhysdiab](/u/rhysdiab)\n\nthis is introduced recently and we are going to announce in next few days. this change has been put in place to prevent any user confusion between locally installed apps and apps installed from atlassian marketplace.\n\nto resolve this, you will now need to use a separate instance to und…",
"name": "",
"is_accepted": true
}
] |
6d166eb40e21feda0a65f60173e276df | hi team,
app seems to work fine on development environment. everything seems to work fine in development.
promoted it to staging using forge deploy -e staging and installed the app. the app loads however does not display anything which is not the result expected. how do i access logs in staging? a… | accessing logs for staging environment | atlassian.com | 2021.39 | [
{
"text": "i had missed the npm run build before deploying to production :roll\\_eyes:",
"name": "",
"is_accepted": true
}
] |
96d8fb1db2ab17cdc7f6cc337c35ac02 | we would like to extend our forge app’s fetch sources to include bitbucket dc instances.
for cloud-based sources we can explicitly define these in the manifest (permissions → external → fetch → backend → ‘<https://api.source.com>’).
for bb dc, ideally, the user would be permitted to add and authoriz… | dynamic fetch permissions | atlassian.com | 2021.39 | [
{
"text": "why don’t you just allow all urls?\n\npermissions:\n\nexternal:\n\nfetch:\n\nclient:\n\n- '*'\n\nthis is totally acceptable and recommended, and it shows up like this to your end users in the consent screen:\n\n[[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/d/3/d3921df33d30fb284d195f461802537bc73ded65.png \"image\")",
"name": "",
"is_accepted": true
}
] |
29efcea4d1c981c7dad43684319786dd | hi,
i just want to know is it possible (or at least within the realm of possibility) currently to build a forge app that can integrate with a 3rd party app via oauth 2.0? has anyone done this before? i’m new to atlassian and forge platform so i got much to learn, thanks in advance!!! [#forge](/c/forge/45) [#codege…](/tag/codegeist-2021) | is it possible currently to build a forge app that can integrate with a 3rd party app via oauth2? | atlassian.com | 2021.39 | [
{
"text": "i could not find it in the external roadmap: [ecosystem roadmap for developers](https://community.developer.atlassian.com/t/ecosystem-roadmap-for-developers/40696)\n\nbut we are actively working on this feature (ping [@nir](/u/nir) ) and it should be shipped before the end of the year.\n\nwhich oauth provider would you want to integrate against?",
"name": "",
"is_accepted": true
}
] |
965e23f7b0da05d33bf8b75289146829 | orgs can create vendor pages for distributing apps on the marketplace and manage users using the contacts feature, ie. <https://developer.atlassian.com/platform/marketplace/#associate-your-account-with-a-vendor-profile>
however, for oauth2 3lo, i can only find ways to create “apps” associated with my… | where should org-level oauth2 3lo apps be created? | atlassian.com | 2021.17 | [
{
"text": "hi [@jordanglassman](/u/jordanglassman),\n\nit is possible to re-assign the ownership of an app, but you would have to create a [developer service desk](https://ecosystem.atlassian.net/servicedesk/customer/portal/14) ticket to trigger us. our backlog contains a project to provide team ownership of apps, but it has not been scheduled yet.\n\nregards,\n\ndugald",
"name": "",
"is_accepted": true
}
] |
d23657d69a8e115d6ab2917b58209dc7 | hi, i´m trying to develop a pre-receive hook that do some work if the user who pushed the changes is a jenkins-user.
i tried getting the current user from a authenticationcontext but that doesn´t give me the user who initiated the hook. e.g if i change the user info in tortoisegit-gui the user in… | get the user who initiated pre-receive hook | atlassian.com | 2021.17 | [
{
"text": "hi [@bugget\\_jr](/u/bugget_jr),\n\na single push can contain commits from multiple authors. are you looking at getting the authors of the commits or the user who performed the push? the authentication context should give you the author who performed the push.\n\nas for why the authentication context didn’t change when y…",
"name": "",
"is_accepted": true
}
] |
4790f42a19e54b4755a2651a2c0cede8 | hi! please is there a way to get the current user context with forge confluence rest api. i want to get this information about user [context](https://developer.atlassian.com/cloud/confluence/jsapi/context/) in forge? most specifically i want to get the current user appid because i intend to redirect user from the macro app to a specific cloud app on the confluence… | get current user context with forge | atlassian.com | 2021.21 | [
{
"text": "i have found a solution to this problem i used this ( /wiki/rest/api/content/{contentid}?expand=body.atlas\\_doc\\_format ). in the “atlas\\_doc\\_format” i was able to retrieve the body of the wiki document and what it contains.",
"name": "",
"is_accepted": true
}
] |
7d2b4915f31a71d2c2c257007eb28ee0 | hello everyone,
i am a bit new to ace plugins, i pieced together how it works from a bunch of searching, so i understand most of how it works. there is one piece i am confused about.
background processes, do these exist? or is everything handled client side?
when a web hook occurs, how does conne… | atlassian connect express (ace) background process | atlassian.com | 2021.17 | [
{
"text": "your assumptions about webhook behavior are correct. the server doesn’t need to actively register the webhooks, you can also define them (statically) in the atlassian-connect.json.\n\nto my knowledge, there’s not a big difference between the spring java library and the node.js ace library. they are me…",
"name": "",
"is_accepted": true
}
] |
25f42b7c54806e673d01975a1f01f57d | hi,
anyone knows how can i find the css element for the jira ticket description panel?
i’m trying to write a plugin which will change text alignment for right-to-left languages.
i was able to update the “issue title” field (using #summary-val tag) and “label” field (using ul.labels tag), but i ca… | how to find the css for elements in jira | atlassian.com | 2021.17 | [
{
"text": "hmmm we should have thought of that first [@remie](/u/remie) :smiley: using this short snippet:\n\nrequire([\"jira/editor/customizer\"], function (customizer) {\n\ncustomizer.customizesettings(function(tinymcesettings, tinymce, schemabuilder) {\n\ntinymcesettings.plugins.push(\"directionality\");\n\ntinymcesettings.di…",
"name": "",
"is_accepted": true
}
] |
c352ffbab54c255292cbc7f3c849efc2 | hi team,
good morning.
we are currently tying to add aui in our confluence server (7.10.2) version following the link [tabs - aui documentation](https://aui.atlassian.com/aui/7.10/docs/tabs.html).
so what we did,
we added the following to page layout
$webresourcemanager.requireresourcesforcontext("com.atlassian.auiplugin:tabs")
then we we did a … | confluence aui tabs moved from aui core to com.atlassian.auiplugin:tabs resource key | atlassian.com | 2021.39 | [
{
"text": "hi [@aravindviswanathan](/u/aravindviswanathan),\n\nare you creating a confluence macro, a confluence plugin, or are you directly editing confluence’s source files?\n\nthe contexts in confluence you’ll want to affect are preview, then probably both page and blogpost. the most common way to cause your code (including the aui tab…",
"name": "",
"is_accepted": true
}
] |
ab7d3ad749b2e74d2854780de29d6909 | hello. i’m quite new to developing plugins, so please bear with my ignorance.
i was searching for a while to find a way of scheduling a job in my plugin that runs in regular intervals. i have found that you can use the pluginscheduler class from java api to do that.
what i can’t figure out is how … | how to access jira issues comments from scheduled job? | atlassian.com | 2021.17 | [
{
"text": "so i understand that your problem is to find the correct user who shall be used when your scheduled jobs starts, correct?\n\ni don’t know if is a “elegant” way but you could save the username of the administrator who installed the plugin after installation and before scheduling your jobs using active …",
"name": "",
"is_accepted": true
}
] |
ad3bac1f2cc5aef140e63f190db9bb74 | when loading the following script:
<script src="https://bitbucket.org/atlassian-connect/all.js" data-options="sizetoparent:true;"></script>
with google chrome it all renders at the parent’s size
but with safari (14.0.3) it looks like this:
[[screenshot 2021-03-19 at 18.23.45]](https://aws1.discourse-cdn.com/atlassiandeveloperstaging/original/3x/e/6/e6aef71629152f425b536f2637ea41810192053a.png "screenshot 2021-03-19 at 18.23.45")
can anyone help wi… | height issue with safari and atlassian-connect script | atlassian.com | 2021.25 | [
{
"text": "to be honest, i gave up on connect sizing the iframe correctly, so we have this snippet to fix it:\n\n// fix for incorrect iframe sizing\n\nexport const resizefix = (): void => {\n\nlet scrollheight = document.body.scrollheight;\n\nconst observer = new mutationobserver(() => {\n\nif (scrollheight !== do…",
"name": "",
"is_accepted": true
}
] |
5baa9d47d31977e0b8ed527d686900d3 | hello :wave:
i am trying to create a jira connect app with atlassian-connect-express and want to use microsoft sql server as store in config.json
here is my store configuration
"store": {
"adapter": "sequelize",
"dialect": "mssql",
"host": $db\_host,
… | how to use mssql as store for the atlassian-connect-express | atlassian.com | 2021.39 | [
{
"text": "hi adam,\n\nif i’m not mistaken, ms sql is not really supported out of the box – you will need to do some manual work and write your own storage adapter as mentioned in this thread:\n\n[image]\n\n[depreciation warning for ace with postgres](https://community.developer.atlassian.com/t/depreciation-warning-for-ace-with-postgres/36866) [atlassian developer tools](/c/atlassian-developer-tools)\n\nhi,\n\nwhen using…",
"name": "",
"is_accepted": true
}
] |
c92c846a08cd89b8ff520db0a81c8246 | i have a custom mail handler which is currently processing emails and deleting them when complete. however, we’re recently had some bad payloads sent to the email and the source is reporting the payload being sent is correct, but to troubleshoot exactly where the problem is, we’d like to preserve th… | how do you move an email to another folder on the email server using the plugin sdk? | atlassian.com | 2021.17 | [
{
"text": "i figured it out. looking at the handlemessage method, i realized one of the parameters was javax.mail.message, which has a reference to the containing folder. since i’m copying the message to a child folder (in this case, inbox/debug), i could simply use javamail components to get the child folder,…",
"name": "",
"is_accepted": true
}
] |
386e7fa3912c5e856c6c0c3f4a84242f | i’m trying to copy an attachment from a blogpost to another using the rest api:
<https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-child-attachment-post>
this is the groovy script i’m using
def attid = 'att457998341'
def att = get('/wiki/rest/api/content/' + attid).asobject(map)… | cannot copy attachment using rest api | atlassian.com | 2021.17 | [
{
"text": "after a good amount of trials i was able to copy an attachment from a blogpost to another using the rest api using the following script:\n\ndef attid = 'att457998341'\n\ndef att = unirest.get('/wiki/rest/api/content/' + attid).asobject(map).body\n\ndef downloadurl = '/wiki' + att['\\_links']['download']\n\ndef …",
"name": "",
"is_accepted": true
}
] |
8ebbfd19c739b61e50ce07896bd1e2b1 | this came up while doing due diligence in porting our product to jira 8.
we were reading jira 8’s source code, and an important point came up that needs to be resolved with the jira development team.
previously, we could obtain assistance from atlassian for issues regarding jira and marketplace at… | how to ask the jira dev team a question regarding jira software source code? | atlassian.com | 2021.17 | [
{
"text": "there is a ‘developer support’ option on the upper-right hand side of this very page.",
"name": "",
"is_accepted": true
}
] |
89be4f1eb8be74162ebb1f7a394a7591 | i noticed that classes below is removed on confluence 7
c.a.c.json.parser.jsonexception c.a.c.json.jsonaction c.a.c.util.http.httpclient.trustedtokenauthenticator#gettrustedconnectionstatus(org.apache.commons.httpclient.httpmethod;) c.a.c.util.http.httpclient.trustedtokenauthenticator.trustedconnec… | json classes is removed on confluence 7.0.+ | atlassian.com | 2021.17 | [
{
"text": "here is an answerd (i got everything work now):\n\npublic class loadadmin extends confluenceactionsupport implements beanable {\n\n// some code here\n\n}\n\npublic object getbean()\n\n{\n\njsonobject json = new jsonobject()\n\n.setproperty(\"tasks\", tasks)\n\n.setproperty(\"totalcount\", …",
"name": "",
"is_accepted": true
}
] |
983021f917f5d4e311d39696212ce169 | hi experts,
i have one code scenario there i have to get applicationuser by username and password in programmatically. kindly suggest me some reference to solve this problem.
issueresult createresult = issueservice.create( applicationuser, createvalidationresult); | how to get applicationuser by username and password in programmatically | atlassian.com | 2021.17 | [
{
"text": "it got solved. please refer to below link:\n\n[image]\n\n[how to create issue without logged in user](https://community.developer.atlassian.com/t/how-to-create-issue-without-logged-in-user/4841/14?u=dchouksey89) [jira server](/c/jira/jira-server)\n\nhi [@david.pinn](/u/david.pinn) & [@daniel](/u/daniel),\n\ni got the solution. i need to pass basic authentication of jira user in header of third party api client then i can able to get logged in u…",
"name": "",
"is_accepted": true
}
] |
d58f3edcadc4433d9f9de71392a38182 | hello,
i am trying to use jira expressions for a more complicated scenario and discovered that when ‘manually’ loading an issue - using new issue(id) - the custom properties [issue type fields] are considered expensive operations. as such, i cannot include more than 5 new issue operations and for e… | jira expression expensive operations count | atlassian.com | 2021.10 | [
{
"text": "hello, [@mabo](/u/mabo),\n\nfirst off, loading an issue with new issue(id) is an expensive operation on its own, so you will be able to load at most 10 in one expression. add to that issue property access and you end up with a limit of 9 issues and 1 property, or 8 issues and 2 properties, and so on.\n\nthe way j…",
"name": "",
"is_accepted": true
}
] |
d473a3682cddfc85ae3bfef70e86ae2a | i want to create an addon that will trigger a javascript for a specific project and issuetype.
it will read a field and based on that fields value, will put a template in the description of that ticket.
what module should i use in building this addon? how would i only trigger it on a specific proj… | javascript for specific project. what module | atlassian.com | 2021.17 | [
{
"text": "couple of ways of doing it. the easiest would be to do an web-resource module that just targets atl.general. this will then be loaded on every page. at that point you can pretty much do whatever you want (in your case - take a look at the jira.events object in page (there’s some documentation somewh…",
"name": "",
"is_accepted": true
}
] |
9f4adaf570aee5d5e1d0cf9bc142e438 | i tried the new issue glances and had an issue and a question.
it seems anything from my app (button on issue glance and issue action) that triggers a modal dialog on the issue view causes this error in the js console:
[[screen shot on 2018-02-21 at 16:46:09]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/2/f/2f39333677db695b8bab6edbf1ab17ae0c192062.jpg "screen shot on 2018-02-21 at 16:46:09")
any thoughts on this? looks like a b… | modal dialog on new jira issue view causes js errors | atlassian.com | 2021.17 | [
{
"text": "hi [@tbinna](/u/tbinna),\n\ni created a similar issue for this, see: [jracloud-69718](https://jira.atlassian.com/browse/jracloud-69718). i also answered you in the developer support ticket.\n\ncheers,\n\nanne calantog",
"name": "",
"is_accepted": true
}
] |
7303cc386ab2d4f95b05801da0387714 | hi,
requesting a page with its children, for example:
/wiki/rest/api/content/1185808839/child/page
i get the lists with next links, here is a snippet from a response from you (confluence cloud api) just a few minutes ago, for example:
start: 0,
limit: 25,
size: 25,
\_links: {
base: "https://hostx… | solved - cloud api: next links in results stopped working | atlassian.com | 2021.04 | [
{
"text": "[image] mawi:\n\nnull for uri: <https://hostxxxx/rest/api/content/1185808839/child/page?next=true&limit=25&start=25>\n\nin this error message you’re not including the whole base url https://hostxxx/wiki you’re missing the context /wiki\n\ni’m just making sure this isn’t the problem before pinging the e…",
"name": "",
"is_accepted": true
}
] |
d28cbe8bb234250ec27c9eb22b16d6e1 | hi everyone,
i have a strange problem and i don’t know how to fix it.
i added a web panel on the right context of the issue and a velocity view resource.
when i open the project address (i.e. …/jira/projects/test/issues/test-1) everything is fine with the page and the web panel context as expecte… | only web panel content loaded when opening an issue page | atlassian.com | 2021.17 | [
{
"text": "i haven’t dug into it much, but my guess is that sitemesh is confused. try removing the html, head and body tags from your view template. ie:\n\n<head>\n\n</head>\n\n<body>\n\n<p>say 'hallo': $entry</p>\n\n</body>\n\n</html>\n\nshould be\n\n<p>say 'hallo': $entry</p>\n\ni suspect things will work after tha…",
"name": "",
"is_accepted": true
}
] |
1b3c3a982c9cd7fa82b35dedbe958a99 | i’m calling <https://mysite.atlassian.net/rest/api/2/worklog/updated?since=1514674800000> without any problems. however, it’s more than 1000 records.
no problem, i call the nextpage information like this: <https://mysite.atlassian.net/rest/api/2/worklog/updated?since=1516263457151>
but then i get 405 … | second page of worklog gives 405 method not allowed | atlassian.com | 2021.17 | [
{
"text": "upon further debugging i found the fetch arguments where not properly cleared between 2 calls. this caused the payload to move from request tot request. as long as it where posts, the payload was overwritten and there was no problem. at the next get however, the payload was not cleared.\n\nso my bad. …",
"name": "",
"is_accepted": true
}
] |
ca6623caa830258b84045150e548adc0 | greetings!
wondering if there a way to edit the details of app-listing in the marketplace (after approval of app, but before releasing the app). we would like to edit hero listing and add additional screenshots. sincerely appreciate any pointer.
thanks,
[image]
[home - ushur](https://ushur.com/)
automate y… | editing app listing once approved | atlassian.com | 2021.21 | [
{
"text": "hi [@ushur](/u/ushur) - check out our documentation on managing your app listing here:\n\n<https://developer.atlassian.com/platform/marketplace/listing-and-managing-apps/>\n\nnote that there are two spots you can update app information after clicking “manage app” from your app listing page:\n\napp level - by clicking …",
"name": "",
"is_accepted": true
}
] |
1dc47a9a785bfb45f3de22915ee9d92f | i’m developing an admin configuration page for a cloud add-on. while it looks good on my 1920x1080 screen resolution, i decided to check how it looks on the minimal screen resolution of 1024x768 as stated in the [supported platform specs](https://confluence.atlassian.com/adminjiraserver072/supported-platforms-828787550.html).
turns out that the two levels of jira menus account for 50% o… | new jira design takes too much real estate in admin section | atlassian.com | 2021.17 | [
{
"text": "i see we aren’t providing guidelines just yet in design.atlassian and jira has not updated settings pages yet, so it’s difficult to anticipate the way the navigation should work. sorry about that.\n\ni generally expect users to collapse the navigation which will improve the existing ui a bit. it’s not…",
"name": "",
"is_accepted": true
}
] |
25f1a69573362749da811e9747fa20dd | [a macro needs to have a bodytype of none to be a live macro in the new editor](https://blog.developer.atlassian.com/introducing-live-macros-to-support-a-new-editing-experience-in-confluence-cloud/) but it seems like [savemacro and / or getmacrodata](https://developer.atlassian.com/cloud/confluence/jsapi/confluence/) would not work when the bodytype is none, the macro body will always be empty unless bodytype is changed to rich-text. does anyone know if that is the intended behaviour? i… | how to use savemacro / getmacrodata with live macro in the new editor? | atlassian.com | 2021.17 | [
{
"text": "so, after asking someone from atlassian, this behaviour of savemacro is intended and there is a ticket to somehow mitigate this issue with content properties: <https://jira.atlassian.com/browse/confcloud-65437>",
"name": "",
"is_accepted": true
}
] |
1007501093044ab4278fb070d9bfce9a | hi there,
i’d like to create a report by using the report-plugin-module. before running the report some properties should be specified, so i want to use a cascading select. however since the [cascading select field type is broken](https://jira.atlassian.com/browse/jra-62823) , i need an alternative.
workarounds mentioned [here](https://answers.atlassian.com/questions/128375/options-for-reports-using-cascading-select) are not an option… | alternative for cascading select (report-plugin-module) | atlassian.com | 2021.17 | [
{
"text": "overriding the validate method in the report class is what i did now. not the best solution, but it works.",
"name": "",
"is_accepted": true
}
] |
bdd78c2732e127355b66c33879de8bc9 | hi there,
i just found out that i can [disable the cache](https://developer.atlassian.com/server/confluence/disable-velocity-caching/) of the velocity templates so that i don’t have to restart the server to see velocity changes. however i noticed that the changes are taking effect only when i am navigating to the .vm file through an servlet. when i call the same .vm through … | disabling velocity cache doesn't work with actions? | atlassian.com | 2021.17 | [
{
"text": "ok,\n\nso after doing the exact same steps from [disable velocity caching](https://developer.atlassian.com/server/confluence/disable-velocity-caching/) did the trick for me. i don’t know why it didn’t work the first time, but it looks fine now. the topic can be closed :slight\\_smile:",
"name": "",
"is_accepted": true
}
] |
31c36282a6cf32fb819936641f710196 | :wave: we are running survey about using atlaskit (<http://atlaskit.atlassian.com>) and aui (<https://docs.atlassian.com/aui/>) component libraries. please take a few minutes to fill it out if you have used either in the last 6 months.
we appreciate your anonymous feedback on how we’re doing. thanks. … | atlaskit / aui survey (until july 31) | atlassian.com | 2021.17 | [
{
"text": "thank you for all the feedback.",
"name": "",
"is_accepted": true
}
] |
e0a07d26ea62b61e4a64cd7e2470fecf | p2 add-on could use com.atlassian.mail.queue.mailqueue to send email, e.g. report, on behalf of jira user.
jira cloud comes with preconfigured mail server for incoming and outgoing mail, however i can’t seem find any means to queue an email using jira cloud mail server.
could it be ever possible?
… | can connect add-on send outgoing email similarly to p2? | atlassian.com | 2021.17 | [
{
"text": "it used to be, but that rest end point was (and should have been) blacklisted. if you need to send email you’ll need to do it on your own. there are a couple of sass providers out there that have api’s if you don’t want to do it all yourself (mailchimp is one that comes to mind).",
"name": "",
"is_accepted": true
}
] |
bcf6530048766c42ffc3529d3754b0d0 | hi, today our team noted that ap.flag is not working anymore on our jira instances. does anyone aware of changes? | ap.flag is not available | atlassian.com | 2021.04 | [
{
"text": "this should now be resolved",
"name": "",
"is_accepted": true
}
] |
8ac37ba42182709a9371145410971bc5 | one of our clients just can’t the license for one of the add-ons we develop:
after i click free trial and run the installation again, the screen remains unchanged (still says unlicensed)
i have created [a ticket in the marketplace vendor support](https://ecosystem.atlassian.net/servicedesk/customer/portal/9/amkthelp-9661), but there’s no answer there for over a week.
what… | client can't get license for the add-on in jira cloud | atlassian.com | 2021.17 | [
{
"text": "atlassian contacted me and explained everything. case closed =)",
"name": "",
"is_accepted": true
}
] |
96ade94924f56bde11627e79a1f3f15d | hi everyone,
i am facing below error on jira server 8.5.4. does anyone have any knowledge of how to mitigate this error.
caused by: org.osgi.framework.bundleexception: unable to resolve plugin.name [261](r 261.0): missing requirement [plugin.name [261](r 261.0)] osgi.wiring.package; (osgi.wiring.p… | unable to resolve missing requirement osgi.wiring.package jirathreadlocalutil | atlassian.com | 2020.50 | [
{
"text": "for anyone else who went through this problem -\n\ni used below link to rectify the above problem based on last error.\n\n[[jean]](https://stackoverflow.com/users/2255784/jean)\n[slf4j error: class loader have different class objects for the type](https://stackoverflow.com/questions/29504180/slf4j-error-class-loader-have-different-class-objects-for-the-type)\n\njava, tomcat, slf4j\n\nasked by\n\n[jean](https://stackoverflow.com/users/2255784/jean)\n\non [01:09am - 08 apr 15 utc](https://stackoverflow.com/questions/29504180/slf4j-error-class-loader-have-different-class-objects-for-the-type)\n\n…",
"name": "",
"is_accepted": true
}
] |
d5fed740e2c37a33e18a30ddeba05d6d | hi fellow-vendors,
i know i can get a list of current installations/licenses through the vendor view of our marketplace page. however, instead of watching the list on regular and manual basis, i’d love to be informed automatically whenever someone starts an evaluation of our app, so we can follow-u… | how to get notified when someone installs our app? | atlassian.com | 2020.05 | [
{
"text": "for those who may be interested:\n\nwe are now using the confluence app [vendor sales report](https://marketplace.atlassian.com/apps/1211117/vendor-sales-reports?hosting=server&tab=overview) which cannot only notify us of new sales, but also provides input for charts that can give interesting insights. it’s free and open source, so open to improvements from anyone. very recommendable!",
"name": "",
"is_accepted": true
}
] |
c2665a35fa60c1a5dbe817c747234939 | hi there!
we have created an issue glance on jira issue view screen. we would like to update it’s content when avi:jira:commented:issue is sent.
we have a function that renders the issue glance and a function will be triggered when comment on issue event happens. when this event happens, we want t… | how to update forge ui with comment on issue event listener function? | atlassian.com | 2021.39 | [
{
"text": "hi [@gyngyikiss](/u/gyngyikiss),\n\nunfortunately, it is not possible to live update rendered forge apps using product events. yet. but we have similar features that enable live updates on our roadmap.\n\nthanks,\n\nvitalii",
"name": "",
"is_accepted": true
}
] |
467360c89fd04d0affe1912c189f5a11 | hello everyone,
i extended the user interface with the help of the guide below but i don’t see what the tab panel target page should look like. i made a standard html page with a input field and included the all.js but in jira it just loads until a error notification pops out which tells me to relo… | jira cloud user interface - how should the tab-panel target be built? | atlassian.com | 2021.21 | [
{
"text": "you’ll need to implement something like atlaskit (react based - <https://atlaskit.atlassian.com>) or aui ( straight html - <https://aui.atlassian.com> ) or build your own using the guidelines at <https://design.atlassian.com>",
"name": "",
"is_accepted": true
}
] |
e6cdb7f536d48d501f147426a93db879 | how can i resize my iframe to 100% height?
=> ap.resize(‘100%’,100%’) this does not work for the height value of course
i would like to have the iframe as big as possible, that there is no unused space and no scroll bars applied. therefore i need to know the height of my parent window. but this va… | how to adjust iframe height of an atlassian connect add on | atlassian.com | 2021.17 | [
{
"text": "what type of module are you doing? if you’re doing a page - you can specify the sizetoparent attribute. see <https://developer.atlassian.com/cloud/jira/platform/about-the-javascript-api/> for more details.",
"name": "",
"is_accepted": true
}
] |
d14014acfaa068fc6843a3ab21e74652 | my page has a pageproperty with a table containing key value pairs.
the page was created by a confluence user.
im writing an eventlistener and i want to get those key value pairs.
i tried this java-code:
contentproperties properties = page.getproperties();
list<contentproperty> cplist = properti… | how to access pageproperty | atlassian.com | 2021.17 | [
{
"text": "dear flowyoe,\n\nnow i see where you are coming from. although the name is similar a page property macro does not store content properties. it is just a table with data.\n\nwhat you have to do is parse the content of the page in storage format and extract your properties out of it. atlassian’s page prop…",
"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.