id
stringlengths 32
32
| text
stringlengths 0
895k
| name
stringlengths 0
33k
| domain
stringlengths 5
44
| bucket
stringclasses 19
values | answers
list |
---|---|---|---|---|---|
c774ea51cffa3ad270647d49dcfa291b | hi! :slight\_smile:
in the developer guide, the [“style” section for power-ups](https://developers.trello.com/reference/#style-1) suggests using the trellicons icon font.
however, the relevant @font-face is not in [power-up.css](https://trello.com/power-ups/power-up.css), so i’m now wondering what’s the best way to use it in our power-ups (short of downloading a version of the font and packagi… | trellicons usage howto | atlassian.com | 2019.51 | [
{
"text": "good catch, [@tatablack](/u/tatablack)!\n\n:sweat\\_smile: most of those last couple of sentences is really out of date. i’ve gone ahead and removed them to reduce confusion. we don’t actually recommend using trellicons anymore. everything that we expect you to use will be included in the [power-up.css](https://p.trellocdn.com/power-up.css).",
"name": "",
"is_accepted": true
}
] |
9a0eac2c64ef72ee36701b35661dd19e | i have somewhere read that there is a deadline after that only officially approved dc compatible add-ons will continue to work in jira data center installations.
can someone confirm? | deadline for usage of non-dc add-ons in jira data center | atlassian.com | 2020.05 | [
{
"text": "i think the date you are looking for is 03 sep 2019. however this is not really a deadline (except when it comes to purchasing new licenses for dc apps). i think you should have a look at this post by [@bmagro](/u/bmagro)\n[https://community.developer.atlassian.com/t/data-center-apps-license-enforcement-vendor-de…](https://community.developer.atlassian.com/t/data-center-apps-license-enforcement-vendor-details/29171)",
"name": "",
"is_accepted": true
}
] |
783c44f7a8c4182e8edd0319cdfd5772 | i did jira plug-in development on atlas-jdk8, and when i wanted to go into cli, there was an error
e:\workspace\gears-properites\trunk>atlas-cli
executing: "d:\atlassian-plugin-sdk\atlassian-plugin-sdk-8.0.7\apache-maven-3.5.4\bin\mvn.cmd" com.atlassian.maven.plugins:maven-amps-dispatcher-plugin:8.… | cant load maven-amps-dispatcher-plugin from maven | atlassian.com | 2021.17 | [
{
"text": "hi,\n\nas stated here: <https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-cli/>\n\natlas-cli is no longer supported in atlassian plugin sdk > 8.x.x.\n\nbest regards\n\nsascha",
"name": "",
"is_accepted": true
}
] |
df008deae8af2034e584a672f6b5804e | hi there!
i’ve got a power-up which registers a webhook so when a new card is created/moved, i want to create/modify its plugindata via node js.
i’ve checked the api docs and saw that the put/post endpoint for plugindata is not documented. i looked at the developer console and saw that that they e… | modifying plugindata with rest | atlassian.com | 2020.34 | [
{
"text": "hello there,\n\nthis functionality is not supported for third party devs as plugindata may contain more sensitive information. sorry about that!",
"name": "",
"is_accepted": true
}
] |
950491d7bf2723d76924ba86320f9580 | hello everyone,
i am working on app development with using forge custom ui on jira and i need to get current issue id, i want to use the data on glance panel of the issue. i wonder if there is a way to get current “issue id”.
i read something about the ui kit hook “useproductcontext” to get issue … | how to get issue id with using forge custom ui? | atlassian.com | 2021.04 | [
{
"text": "as far as i now you can get information like the issuekey only in the backend when using custom ui. define a function like so:\n\nresolver.define('foofunction', async (req) => {\n\nconst {projectid, issuekey} = req.context.extensioncontext;\n\nreturn issuekey\n\n});\n\nand retrieve it in the web-client:\n\n…",
"name": "",
"is_accepted": true
}
] |
cf63138ce3f0c21bb3f1ca6ad33194cb | hi,
i develop a plugin using the jqlautocomplete for my input.
with sdk instance i can get jqlautocomplete in the admin side.
[[16%20am]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/5/2/52462af45c706ae7df6b77f3bc7d4a31f67bfa23.png "16%20am")
but somehow in my live instance, i can not get jqlautocomplete on the admin side. @@
[[49%20am]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/b/7/b72700667aeee0cec3c5eba6e297a700dc7edaa1.png "49%20am")
the configuration in the system: " jql auto-complete … | couldn't find jqlautocomplete in admin side | atlassian.com | 2021.31 | [
{
"text": "hey,\n\nmake sure that your web resource contains the following dependency: <dependency>jira.webresources:jqlautocomplete</dependency>\n\nand that it is available in the context:\n\n<context>atl.admin</context>\n\nhope that this helps!",
"name": "",
"is_accepted": true
}
] |
92af34f99a5689c42a654e1c4448bae4 | like many, if not all, vendors we rely on the source code for jira, confluence, bitbucket and bamboo server/dc to build our apps. the docs are not sufficient and never could be, especially with atlassian’s focus on cloud. let me be clear, today we cannot build our apps without access to the source c… | access to atlassian application source code | atlassian.com | 2021.17 | [
{
"text": "if you haven’t seen the announcement yet re: server licenses post feb 2, please read: [how to obtain server starter licenses after february 2, 2021](https://community.developer.atlassian.com/t/how-to-obtain-server-starter-licenses-after-february-2-2021/44783)",
"name": "",
"is_accepted": true
}
] |
c643c47ce238621571d3215396bab843 | hi,
i’m following this tutorial step by step: <https://developer.atlassian.com/server/bitbucket/tutorials-and-examples/controlling-when-pull-requests-can-be-merged/>
but i get the following errors when i run atlas-run:
… isadminmergecheck.java:[8,52] package org.springframework.beans.factory.annota… | error building pull request plug-in tutorial (can't find spring packages) | atlassian.com | 2020.45 | [
{
"text": "hi [@alejandro](/u/alejandro),\n\nit looks like the pom.xml generated by atlas-create-bitbucket-plugin doesn’t have all the required dependencies. can you try adding the bellow dependency in the dependencies section of your pom.xml\n\n<dependency>\n\n<groupid>org.springframework</groupid>\n\n<a…",
"name": "",
"is_accepted": true
}
] |
117b08a4d29e596b11c1385019e9aca0 | hi,
i would retrieve all my filters by using get /rest/api/3/filter/search but i receive as status response : 404 not found. then someone can help me please ? | get /rest/api/3/filter/search | atlassian.com | 2021.17 | [
{
"text": "thanks for clearing that out. in server, unfortunately, there’s no way via rest api. there’s an existing feature suggestion though (see [jraserver-69347](https://jira.atlassian.com/browse/jraserver-69347)), you can track the progress from there and vote for it.",
"name": "",
"is_accepted": true
}
] |
21b8b17101e64d9eb054024a5e6a647c | hi,
i can’t use contentpropertymanager anymore in user macros since i updated confluence to 7.0.3.
why?
i’m accessing contentpropertymanager like this:
#set $containermanagerclass=$content.class.forname('com.atlassian.spring.container.containermanager'))
#set ($getinstancemethod=$containermanag… | can't use contentpropertymanager anymore in user macro since 7.0.3 | atlassian.com | 2019.47 | [
{
"text": "i don’t use user macros that much but the docs say that you should use the entitys contentproperties instead of using the contentpropertymanager.\n\nso using the provided $content variable you could probably just call [contententityobject#getproperties](https://docs.atlassian.com/confluenceserver/javadoc/7.0.3/com/atlassian/confluence/core/contententityobject.html#getproperties--) and use [contentproperties#setstringproperty](https://docs.atlassian.com/confluenceserver/javadoc/7.0.3/com/atlassian/confluence/content/contentproperties.html#setstringproperty-java.lang.string-java.lang.string-) on it.…",
"name": "",
"is_accepted": true
}
] |
6c7df37a678b25e2ce67ced3fa5c09f3 | i am trying to install forge platform in my machine
after installing the right version of node and python, when i run “npm install -g @forge/cli” i come into this error:
15737 error code elifecycle
15738 error errno 1
15739 error @forge/[email protected] postinstall: ./scripts/postinstall.sh
15739 err… | failed to install forge cli | atlassian.com | 2020.05 | [
{
"text": "hey [@yaswanthkuamrdivi](/u/yaswanthkuamrdivi) [@nhac.tat.nguyen](/u/nhac.tat.nguyen),\n\na new version of forge cli ( v0.6.2 ) has been released on npm with a fix for installation issues in the windows platform. please run npm install -g @forge/cli@latest to download it.\n\nplease let us know if you still get any issues.\n\nregards,\n\najay narain mat…",
"name": "",
"is_accepted": true
}
] |
d277b05ace6dd2c5d9dc4374422cd579 | i am working on a plugin using atlassian connect express to automate some housekeeping tasks for our dev team.
i have created a workflow post function with the goal of creating missing sub-tasks if needed.
in the edit and create endpoints i have access to ap (all.js) and am able to make api calls … | rest api call from workflow post function trigger | atlassian.com | 2021.17 | [
{
"text": "atlassian connect express (ace) provides an enriched version of request( <https://github.com/request/request> ). see “how to send a signed outbound http request back to the host” at [https://bitbucket.org/atlassian/atlassian-connect-express/src/14c59134b0f65102e267192a852f077df5e5a395/readme.md?at=mast…](https://bitbucket.org/atlassian/atlassian-connect-express/src/14c59134b0f65102e267192a852f077df5e5a395/readme.md?at=master&fileviewer=file-view-default)",
"name": "",
"is_accepted": true
}
] |
5e1c358baea836c093bc2f9a711e57a6 | hi,
i finding some document/tutorial about ajs and jira library (javascript) to use in js file.
some thing like document about:
ajs.multiselect, jira.autocomplete, jira.jqlautocomplete,…
can anybody tell me where i can get it?
regards, | ajs and jira library | atlassian.com | 2021.17 | [
{
"text": "hi,\n\nhere is the link to atlassian server javascript components documentation: <https://docs.atlassian.com/aui/latest/docs>\n\nyou would likely find the ajs.x components there.\n\nunfortunately jira specific components (jira.x) documentation is in code comments in source code itself at the moment.",
"name": "",
"is_accepted": true
}
] |
f1f66ce23275333a1c7fd68c45cd6803 | hi folks,
recently we found that the jira cloud endpoint get /rest/api/3/user/assignable/search - seems to stopped working.
we are calling it using ap in our plugin and empty list is returned :frowning: (on the other hand calling it directly from browser works fine).
we’ve already created suppor… | calling - get /rest/api/3/user/assignable/search fails - returning empty result | atlassian.com | 2019.43 | [
{
"text": "update: a bug that was causing this issue was identified, and that has been rolled back. as soon as there are details to share (after incident review) we will post details on this thread.",
"name": "",
"is_accepted": true
}
] |
fdf77c909cd4a19a02ebf19dfa61a564 | i’m an intern developer at dialoggbox(<https://www.dialoggbox.com/>) and i’m integrating our product with the jira software (cloud). i’m using python and django web frameworks for development.
i followed the <https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/> documentation and succe… | creating a jira issue through oauth 2.0 (3lo) app fails with the error {"code":401,"message":"unauthorized"} | atlassian.com | 2021.39 | [
{
"text": "hi [@imeshakuruppu](/u/imeshakuruppu) ,\n\ni think you might have gotten the oauth and basic auth mixed up in your get issue request. in your request, kindly see my comments inline in your script\n\n# if you are to use basic auth, use the api token instead of the access token\n\nauth = httpbasicauth(json\\_dict2…",
"name": "",
"is_accepted": true
}
] |
a6380d97f56cdb12f74f14386f136955 | hey… anyone facing below issue? this is recently i start facing at time or creating jira cloud addon production build.
./node\_modules/@atlaskit/media-ui/dist/esm/custommediaplayer/index.js
attempted import error: 'white' is not exported from '@atlaskit/theme/colors'. | import error: 'white' is not exported from '@atlaskit/theme/colors' | atlassian.com | 2021.17 | [
{
"text": "hi [@umang.savaliya](/u/umang.savaliya),\n\nhave you updated both your @atlaskit/media-ui and your @atlaskit/theme packages to the latest versions?",
"name": "",
"is_accepted": true
}
] |
a31bf9b40b1f0324df4b83914f238b78 | i create a new plugin using atlas-create-jira-plugin. the application then runs correctly with atlas-run. when i try to add a custom field using atlas-create-jira-plugin-module, run the application again, and go to manage addons, jira reports that “the module is broken”. the same problem continues … | cannot get custom field working | atlassian.com | 2021.17 | [
{
"text": "apologies for the misunderstanding on my end [@teddy.koker](/u/teddy.koker). i see what you mean, i was focused on the “this module is broken” error.\n\nin the mycustomfield class, there are some missing annotations and fields in the tutorial. i modified the first few parts as follows to make it work. do note of @scann…",
"name": "",
"is_accepted": true
}
] |
6185ba729b8c33a469e433fae7994f8d | recently we had case when typo in atlassian-connect descriptor did work for us in development and in production, but it appeared it was ignored indeed finally.
of course we should have used [atlassian-connect-validator](https://atlassian-connect-validator.herokuapp.com/validate) to verify descriptor, but we forgot.
well, it’s like flight accident in guam, ev… | atlassian-connect-validator in atlassian-connect-express | atlassian.com | 2021.21 | [
{
"text": "hi [@azhdanov](/u/azhdanov),\n\nwe’re continuously trying to improve ace and may i suggest adding a feature request [here](https://ecosystem.atlassian.net/projects/acejs/issues/acejs-102?filter=allopenissues)? i’ll look into it and add an item to improve this within ace.\n\ncheers,\n\nanne calantog",
"name": "",
"is_accepted": true
}
] |
de5b8b53a3e14c8e6e00a06506b24d70 | hello everyone,
i’ve been tasked with creating a utility for my company that will utilize the jira service desk api to pull all ticket information on a daily basis that we can then process in our own proprietary software for analysis. however, i’m having some trouble getting all fields for a ticket… | trouble getting all fields for a ticket with the jsd rest api | atlassian.com | 2021.17 | [
{
"text": "hey andrew,\n\nif you are using the …/rest/servicedeskapi/request/ rest endpoint you will not get all the information from the ticket, only the information available in jsd.\n\nif you use the …/rest/api/2/issue/ rest endpoint you will get all the issue information.\n\nboth of those links can be found in t…",
"name": "",
"is_accepted": true
}
] |
08538b36beb60bf84dba4785b50e8869 | i’m recently working on a project using the atlaskit form.
i found a problem that fieldradiogroup doesn’t trigger the form’s dirtiness. also, i wanted to manually trigger it by using setfieldvalue([name, value]), it seems there’s no option to set it to value with dirtiness.
hope there’s an optiona… | atlaskit forms: fieldradiogroup doesn't trigger form dirty | atlassian.com | 2020.34 | [
{
"text": "hm… never mind, after i checked throught the document, i found this solved my problem:\n\n<field\n\nlabel=\"required radio group\"\n\nname=\"color\"\n\ndefaultvalue=\"blue\"\n\nisrequired\n\n>\n\n{({ fieldprops }: { fie…",
"name": "",
"is_accepted": true
}
] |
2689e312e8d6a112a2758427c819b7ea | i try to update priority for an issue. i use jrjc version 5.1.0
issuerestclient issueclient = restclient.getissueclient();
issueinput issueinput= ....
issueclient.updateissue(issuekey,issueinput);
i find the function with have 2 param issuekey and issue.
but i just want to update one field. how … | how to update a field in issue with jira rest java client? | atlassian.com | 2021.17 | [
{
"text": "just do like this :wink:\n\ni\n\nissuerestclient issueclient = restclient.getissueclient();\n\nissueinputbuilder builder = new issueinputbuilder();\n\nbuilder.setpriorityid(prioritychangeid);\n\nissueinput issueinput= builder.build()\n\nissueclient.updateissue(issuekey,issueinput);",
"name": "",
"is_accepted": true
}
] |
b15d4a4ad439c2bff40fc8cb1b2d0a9b | in my atlassian-connect.json i have a module dialog defined:
"dialogs": [
{
"url": "/import-dialog?issueid={issue.id}",
"options": {
"size": "large",
"chrome": false
},
"key":… | opening a dialog module from web item module | atlassian.com | 2020.29 | [
{
"text": "here is the correct way:\n\n{\n\n\"key\": \"issue-action-import\",\n\n\"location\": \"operations-operations\",\n\n\"weight\": 10,\n\n\"name\": {\n\n\"value\": \"my import\"\n\n},\n\n\"target\": {\n\n\"type\": \"dialogmodule\",\n\n\"options\": {\n\n\"key\": \"import-dialog\"\n\n}\n\n}\n\n}",
"name": "",
"is_accepted": true
}
] |
a3028a2866174cc5c0535b4839a1afd6 | hi community,
i have developed two plugins for jira (indexing- and identity-connector for a 3p system) and each one of them by itself is working totally fine. however when i try to run them both in a single jira application, the one that was installed latest does not work.
the installation is comp… | jira plugins do not work together | atlassian.com | 2021.17 | [
{
"text": "<https://jira.atlassian.com/browse/jraserver-26275> is more than likely what you’re hitting.",
"name": "",
"is_accepted": true
}
] |
cce36fc5b2e91d50bc448d15438be185 | i have a plugin with licensing, which works fine with the timebomb licences. but when i do a fresh install on my developer instance, i get the “free trial” licence - by my thinking, in free trial everything should work just like in the paid version.
but here comes my problem, how do i actually dete… | how to determine plugin is in free trial through pluginlicensemanager | atlassian.com | 2021.17 | [
{
"text": "that should work as long as the evaluation license isn’t expired… you might want to add in some logging about the details about the contents that geterror() returns.\n\nif you’re wanting different behaviors for evaluation licenses - there are a couple of getters on the pluginlicense object that will g…",
"name": "",
"is_accepted": true
}
] |
b7f4e644ab03bc0db26ab04f169c4818 | hi,
i have noticed that the project key in jira can be changed as a new format like as the regex “([a-z]{2}[0-9]{2})” representation. may i also know can i change the by regex as below example?
i.e. xxx-1 = xxx-00000001
(just add more zero prefix in the issue number)
reference:
[https://www.goo…](https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahukewik-owanybtahvkbrwkhavmcyiqfggfmaa&url=https%3a%2f%2fconfluence.atlassian.com%2fadminjiraserver071%2fchanging-the-project-key-format-802592378.html&usg=afqjcnfbswi_bd1nxzrp8bewaz1q7rrduw) | can i customize the issue number format? | atlassian.com | 2021.17 | [
{
"text": "sorry this is currently not possible.",
"name": "",
"is_accepted": true
}
] |
0aa7e09294bc3fd7615d0e4c7bf8792c | hi,
in my plugin i am trying to open a dialog on a jira server instance from within an iframe. the iframe is within a webpanel. the iframe consists of a button when clicked uses the ap (javascript api) library to create a dialog using,
\_ap.require('dialog', function(dialog) {
… | creating a dialog using ap.require('dialog') in aui 9.0.3 results in cross origin request | atlassian.com | 2020.50 | [
{
"text": "this problem should be fixed in aui 9.1.1 now - please try it out by installing the latest aui plugin in your dev instance. link to the plugin jar file: <https://packages.atlassian.com/maven-public-local/com/atlassian/aui/auiplugin/9.1.1/auiplugin-9.1.1.jar>",
"name": "",
"is_accepted": true
}
] |
f210029477536222b48e3039332300f3 | i have a jira velocity page which defines an aui-dialog2 popup window element like so:
<section id="address-dialog" class="aui-dialog2 aui-dialog2-small aui-layer" role="dialog" aria-hidden="true">
<header class="aui-dialog2-header">
<h2 class="aui-dialog2-header-main">$i18n… | [solved] how to render aui-dialog2 contents the jira way | atlassian.com | 2021.17 | [
{
"text": "i found the problem. i had the section <form> element nested in the underlying velosity template html. by moving the <section> block out of the underlying form tag i resolved the problem.",
"name": "",
"is_accepted": true
}
] |
5d4e44cf7da7bda096b455dc1b822e6a | hello,
i’m trying to handle the visibility of an atlaskit form field based on the value of another (see code below).
i tried handling state myself by using an onchange on the radiogroup to retrieve its value but this just broke the form's data collection.
strangely, i can’t find any examples of t… | handling field interdependencies within atlaskit forms | atlassian.com | 2021.17 | [
{
"text": "hi :wave:\n\nthanks for reaching out, the approach you found likely the most effective. there isn’t anything built into @atlaskit/form for fields to communicate directly like you desire. listening to change events and then updating state based off that is the best option.",
"name": "",
"is_accepted": true
}
] |
af7baa609ac9a4c980d4684c7d91537d | i expect this is gdpr related, but does anyone specifically know why i can no longer use the [title field](https://developer.atlassian.com/cloud/confluence/cql-fields/) to limit the number of users returned using cql and the [search api](https://developer.atlassian.com/cloud/confluence/rest/#api-search-get)?
previously cql=type=user and title ~ “search phrase” worked, but now it returns all users regardless.
my user picker is unusa… | searching for users in confluence cloud using cql and title field to limit results no longer works | atlassian.com | 2021.17 | [
{
"text": "[@james.dellow](/u/james.dellow) [@sfg](/u/sfg) - had a chat with the confluence cloud team, and apparently there’s some newly available method and cql params on the cusp of being documented externally. i’ll share them below, and will work with the product team to get these into the docs.\n\nmethod: /wiki/rest/api/search/user\n\nc…",
"name": "",
"is_accepted": true
}
] |
5efefeb98b31b7bbe03932b82e904897 | hi,
while experimenting with the issue glance i’ve got a few questions regarding its functionality. is this something that can be fixed, or is it intended to be like this?
two requests per each interaction.
when clicking on a glance header it issues a new request to the webpanel url. while under… | issue glance requests and status | atlassian.com | 2021.17 | [
{
"text": "hey [@k.menshov](/u/k.menshov), thank you for experimenting with the glance module and bringing these topics up!\n\nfor #1: two requests per each interaction\n\nthis is a bug. that is definitely strange on the ‘back’ arrow causing another request to fire. i will talk to our team internally about this and if it is need…",
"name": "",
"is_accepted": true
}
] |
898180747fdf635f352b5b186f9f1db7 | hi,
i want to test a new version of my confluence cloud app in my confluence cloud subscription before releasing the version. i tried the following:
initially i tried running the new version locally and using ngrok so i could install the local version via secure tunnel. however, upm gave an error… | confluence cloud app testing new version best practices | atlassian.com | 2021.21 | [
{
"text": "hey [@andrewtyson](/u/andrewtyson),\n\n[image] andrewtyson:\n\njust to be clear you have multiple <domain>.atlassian.net instances that allow you to test the apps?\n\nexactly!",
"name": "",
"is_accepted": true
}
] |
0a4338fc5d747dc00e89566cce8eac0e | hi there,
i want to get all pull requests from given commit uuid by “<https://bitbucket.org/myteam/myrepository/commits/xxx/pullrequests/>”.
errors
{“type”: “error”, “error”: {“message”: “resource not found”, “detail”: "there is no api hosted at this url.\n\nfor information about our api’s, please r… | cann't get pullrequest from given commit uuid | atlassian.com | 2020.45 | [
{
"text": "ah yeah. for your workspace “myteam”, you will have to go to the bitbucket ui to view a commit, e.g. <https://bitbucket.org/myteam/myrepository/commits/e948aebef0f0949c834ddfedb5980fe857aec9a1>\n\nthen you have to click on the “go to pull request” link on the right side, which will automatically install…",
"name": "",
"is_accepted": true
}
] |
89c04aed956e4a27c7bf40fbc9df2c56 | in client side i have written my code as below,
$.ajax({
type: "get",
beforesend: function (request) {
var jwt = document.head.queryselector("[name~=token][content]").content;
request.setrequestheader("authorization", 'jwt '+ jwt);
},
url: "/test",
success: function(data){
alert("succes… | authenticating url on server side | atlassian.com | 2021.21 | [
{
"text": "hi [@hariprasath](/u/hariprasath),\n\nhmm, i see. i think i understand now what you want to do. so i have this in my server side:\n\napp.get('/get-via-jwt', addon.checkvalidtoken(), function() {\n\nconsole.log('able to access this!');\n\n});\n\nand for me to access this resource in my js from the front-end, i added a meta ta…",
"name": "",
"is_accepted": true
}
] |
e50a847fde8662b4822081d7ca04a705 | hi,
i am preparing to launch a performance test for jira datacenter, and i want to know if i am forced to use aws servers or can i use my own servers before sending the results to the support team atlassian.
thank you for your help.
regards. | aws/own servers for datacenter app performance toolkit | atlassian.com | 2021.04 | [
{
"text": "there are several vendors that have used own hardware, other cloud vendors (like gcp) and some have even used their own laptops/desktops (granted that they had proper multi-core & memory configurations)",
"name": "",
"is_accepted": true
}
] |
bcba6864b39d686f0beba25ded1ff5fb | you may have noticed a major change to the atlassian.design and atlaskit (ak) websites. what was previously our home for atlassian design guidelines (adg) has now transformed into our new home for atlassian design system.
[[ads-hero]](//uploads-discourse-atl-community-prod.s3.dualstack.us-east-1.amazonaws.com/original/3x/3/9/39feb682a4b275d6afb5641f541098a78c1eae37.png "ads-hero")
we’re excited to share with the community some of our favorite ne… | our new home for atlassian design system | atlassian.com | 2020.45 | [
{
"text": "we’ve now made the repository changes to include the source for all public @atlaskit packages. again, thanks for your patience!\n\ndetails here: [new expanded mirror repository including source for all public atlaskit packages](https://community.developer.atlassian.com/t/new-expanded-mirror-repository-including-source-for-all-public-atlaskit-packages/42178)\n\n(please note you will need to update your remote urls — details in that top…",
"name": "",
"is_accepted": true
}
] |
2f66c10d87ff8ea231b5103f17f4b6ce | i’m working on a small plugin whit the sole purpose of writing information about if a branch has been deleted or created to a log file. the code below provides information about which branch is being used when pushing but i’d like to log whenever a branch is created or deleted. anyone know how to ge… | bitbucket plugin, postrepositoryhook detect branch deletion and creation | atlassian.com | 2021.17 | [
{
"text": "what you have will catch branch deletions and creations from pushes. the ref type will give you whether it was a branch or a tag and the change type will give you whether it was created or deleted.",
"name": "",
"is_accepted": true
}
] |
8e2b57951b3737064b2ded6be7a87b8c | hello,
i’m trying to access my bitbucket server plugin’s rest resource from a react ui using axios. the ui is running from a different localhost port via webpack-dev-server (in order to speed up development - no need to constantly atlas-package etc). however, the rest resource is inaccessible:
ac… | rest resources inaccesible, blocked by cors policy | atlassian.com | 2021.17 | [
{
"text": "hi [@a.webster](/u/a.webster), what you could do is try to configure the webpack dev-server to send the extra cors headers:\n\n// webpack.config.js\n\nmodule.exports = {\n\ndevserver: {\n\nheaders: {\n\n'access-control-allow-origin': '*',\n\n}\n\n}\n\n};\n\nhere is the link to webpack docs\n\n[image]\n\n[devserver | w…](https://webpack.js.org/configuration/dev-server/#devserverheaders-)",
"name": "",
"is_accepted": true
}
] |
534ae43c4dcd5fbecb4aaf382d701c34 | hi,
when i try to delete ao entities that i’ve fetched using ao.stream i get a error:
cannot be cast to net.java.ao.entityproxyaccessor
the code:
final list categorycacheentities = new arraylist();
ao.stream(categorycacheentity.class, new entitystreamcallback<categorycacheentity, integer>()
… | how can i delete active object entities using the stream api? | atlassian.com | 2021.17 | [
{
"text": "it looks like the entities returned as part of the stream was not intented to be used with ao.delete(). the entities returned in stream() implement a different (interface) type to the ones from the find() method (which does implement the entityproxyaccessor internface).\n\ni suggest you try using ao.d…",
"name": "",
"is_accepted": true
}
] |
ff218a1ada8370773a1cdd4b9eb3e7ee | if i am inserting my macro with the “plus” sign and choosing it from the macro browser, the editor/configuration page for that macro opens up.
but when i am using the curly bracket and choose the same macro there, not editor pops up. i have to double click the placeholder to get to the editor.
is … | insert macro: editor not shown when using curly bracket | atlassian.com | 2019.47 | [
{
"text": "see [here](https://developer.atlassian.com/server/confluence/including-information-in-your-macro-for-the-macro-browser/#parameter-options). to mark a parameter as required you need to add the required attribute to it:\n\n<parameters>\n\n<parameter required=\"true\" ... />\n\n</parameters>",
"name": "",
"is_accepted": true
}
] |
c2639c1a97f60d7f8ce385323c19ab35 | hi team,
i am trying to test out the use case for exporting to static html using this [plugin](https://bitbucket.org/k15t/scroll-webhelp-theme/src/master/). since it allows user to modify the html template, it is developer’s responsibility to make changes to the template, generate a plugin jar and import it into its organization’s confluence server.
however, … | cannot enable imported plugins in standalone confluence app for local development | atlassian.com | 2020.45 | [
{
"text": "is it possible that it depends on the scroll exporter plugin? are you installing that plugin prior to enabling the custom module? just wondering, not sure if that’s how this works…",
"name": "",
"is_accepted": true
}
] |
f77e5e70ce028230eaaaf18fba2afe06 | i want list sites where my app installed but i cannot do it. i have submitted my app but it is rejected in marketplace.
do you know the reason for this error?
forge install:list
error: server error: [{"message":"permission denied","locations":[{"line":2,"column":3}],"path":["installationsbyappenv… | unauthorized error when trying to list app installations | atlassian.com | 2021.39 | [
{
"text": "hi [@odinson](/u/odinson), are you the creator of this app? currently, only the creator (via forge create or forge register) can list installations but we have team ownership on the roadmap.",
"name": "",
"is_accepted": true
}
] |
62d3b42eb6a97206589152f3dccf0c9d | hi all,
i am trying to create a tag for a hash in my bitbucket repository, but getting below response ,
{“type”: “error”, “error”: {“fields”: {“target”: “expected a dictionary”}, “message”: “bad request”}}
below is the end point and code,
url= [https://api.bitbucket.org/2.0/repositories/{workspac…](https://api.bitbucket.org/2.0/repositories/%7bworkspace%7d/%7brepo_slug%7d/commits/) | bitbucket cloud tag creation via api fails with error - {"fields": {"target": "expected a dictionary"} | atlassian.com | 2020.50 | [
{
"text": "hey guys,\n\ni have found the issue. i was sending the data as a dictionary. but for this endpoint we need to send it as json string like below,\n\ndata =\"{“name”:“tag-name”,“target”:{“hash”:“commit-hash”}}\"\n\nnow , i can create the tag for the given hash through api :slight\\_smile:",
"name": "",
"is_accepted": true
}
] |
3e86254cb98ef757902d818d3d21316e | i am trying to update an open source plugin (greview for bamboo) and the upm does not simply make it available after upload. i get either “this add-on will be installed when the application is restarted” or “this add-on will be updated when you restart the application”
i’ve written over 40 atlassia… | what in a v2 plugin can cause the upm to force restart on install or upgrade of the plugin? | atlassian.com | 2021.17 | [
{
"text": "it depends on the modules you’re using. there’s an annotation on some of the modules ( @requiresrestart ) that basically flags any apps to have to be reloaded when the app starts again).\n\nfrom looking at the source - these are for 6.4 currently:\n\ncapabilityconfigurator\n\ncustomindexreader\n\ncustompostb…",
"name": "",
"is_accepted": true
}
] |
0c74b448499b4f464bbdf3930b387852 | hello,
we work on a small jira plugin, it should display number of logged hours in a small web-panel on issue page. in my local dev environment the data is automatically refreshed each time a new time is logged. as soon as we deploy our plugin to test environment - the data in velocity template is … | velocity template not reloaded | atlassian.com | 2021.21 | [
{
"text": "explained - using tempo timesheet plugin to log work with “log time” was causing this issue. when we log work by using simply jiras default “log work”, web-panel is reloaded correctly",
"name": "",
"is_accepted": true
}
] |
379d10009c9a6e47116f1152b9bf2149 | hi,
how can i determine the author/creator of a comment in the oncommentcreateevent()-handler? i need to check whether the comment was created from a registered or an anonymous user.
so far i tried to use com.atlassian.confluence.user.authenticateduserthreadlocal.isanonymoususer() which worked in … | determine user of a comment in oncommentcreateevent()-handler | atlassian.com | 2020.34 | [
{
"text": "commentcreateevent includes comment which includes creator. #getcreator returns confluenceuser type.",
"name": "",
"is_accepted": true
}
] |
5314a01444ca126d7642e158f828b422 | what i’m looking to do is have a final task that checks the current status of the build and if the current job is in a failed state trigger a manual stage of the same plan.
i mean basically i want to build on failure. a child plan that built on failure instead of success would achieve the same goa… | bamboo task to trigger a manual stage on failure? | atlassian.com | 2021.17 | [
{
"text": "probably not exactly what you want, but you might want to check out the [bamboo fail build trigger](https://marketplace.atlassian.com/plugins/com.atlassianlab.bamboo.plugins.bamboo-fail-trigger/server/overview), which seemingly covers your fallback scenario.\n\nif it doesn’t suit your needs as is, the source code is available at [bamboo-failtrigger-plugin](https://bitbucket.org/chystoprudov/bamboo-failtrigger-plugin).",
"name": "",
"is_accepted": true
}
] |
d7f2e7f53f53eb66254c085eb7adab01 | i have a situation where i need to test an issue with an active objects upgrade task. i need to create a reproducible case on a test instance of confluence, however, since the task has already been run successfully, i cannot rerun the upgrade to test the scenario.
my question: is there a way to ro… | rolling back active objects upgrade task | atlassian.com | 2021.17 | [
{
"text": "hi [@jan.revis](/u/jan.revis),\n\nif you need to test the task in your development instance, then incrementing the version used in the upgrade task is the fastest way to proceed.\n\nnot sure about the database part, but [https://community.atlassian.com/t5/answers-developer-questions/active-objects-upgrade-task-developme…](https://community.atlassian.com/t5/answers-developer-questions/active-objects-upgrade-task-development-for-jira-plugin/qaq-p/480931)",
"name": "",
"is_accepted": true
}
] |
4e4ef9d7fc43d4fb0dae2cff09a52a60 | hello forge folks!
i am trying to open modal dialog with custom ui resolver through issue glance. custom app works fine, but there are problem with modal style customation. iframe contains extra box-shadow and non resizable height (~150px). is there any options to force css styling on iframe or any… | styling modal with css for forge custom ui | atlassian.com | 2021.31 | [
{
"text": "hi [@mateuszkorczyski](/u/mateuszkorczyski) [@suryaa](/u/suryaa),\n\nwe’ve released a fix to production. can you try again and let me know whether it solves the issues you’ve been having?\n\n[@mateuszkorczyski](/u/mateuszkorczyski) specifically regarding the allow access button in the modal, if you are still experiencing this issue, could you please provide mor…",
"name": "",
"is_accepted": true
}
] |
9f5526ed90aa39d1d440c706e07bd27b | hi
i am currently facing the following problem:
i developed a jira plugin containing a servlet module locally.
the local jira installation uses a base url in the format “hostname/jira”.
now i installed the plugin on our jira server.
the base url of this jira installation is in a different forma… | jira servlet uses wrong base url | atlassian.com | 2021.17 | [
{
"text": "there are actually several ways to get the baseurl. given that you are in a servlet, you should be able to get the httprequest object. this should have a contextpath() method which will return the /jira part of the baseurl.\n\njira also allows users to set the jira base url as part of the application …",
"name": "",
"is_accepted": true
}
] |
bb331d815c54745ddf8b6f5a965a8c45 | hello everyone,
please help. my application provides the basic auth functionality and also custom header definition.
so if i generate my authorization string using base64 (login:apitoken) and put that into the header like authorization: basic “base64 string” it works.
but what if my app doesn’t p… | how to basic auth without base64 encoded api token | atlassian.com | 2021.17 | [
{
"text": "hi [@marekceizel](/u/marekceizel),\n\nbase64 encoding is part of the basic auth standard, so you cannot use basic auth in general without having some way of doing base64 encoding.",
"name": "",
"is_accepted": true
}
] |
2fc182bac794691d0f1085682c4c02c3 | i’ve changed the email address and i do not have access to the previous one.
the system allows me to log in with my new email (through atlassian id) but it still holds the local reference to the old one and i suppose it uses the local copy to send notifications (since i don’t get notifications anym… | how can i change my email address in this forum? | atlassian.com | 2021.17 | [
{
"text": "hey [@jack](/u/jack),\n\nnormally your email should get updated automatically after every login (but this seemed to have failed for you).\n\ncan you send me your new email address in pm so i can change it for you?\n\ncheers,\n\npeter",
"name": "",
"is_accepted": true
}
] |
a122da2aae316bfc4ae219917cc6cb9e | hello, i’m trying to use [board api](https://developer.atlassian.com/cloud/jira/software/rest/#api-rest-agile-1-0-board-boardid-epic-get)(/rest/agile/1.0/board/{boardid}/epic) in order to get epics by boardid. it has query parameter done that should “filter results to epics that are either done or not done”. but it seems like this works unpredictably.
this jql query works fine and returns two epics… | board epic api issue ("done" parameter) | atlassian.com | 2021.17 | [
{
"text": "hello [@piskunovigorm](/u/piskunovigorm),\n\nin my understanding, the done parameter is not the same as the issue resolution, hence, the difference when using search api and jql. the done used is being set in\n\n[[image]](https://aws1.discourse-cdn.com/atlassiandeveloper/original/3x/d/5/d5f9e0a26c6a881ffdb0598014064f6e3bdc9918.png \"image\")\n\nsetting the epic to done this way, calling the rest api you link with done=true you’ll get something l…",
"name": "",
"is_accepted": true
}
] |
1ccaa314939da786e6aa98f057403847 | how would i do this:
var url = "https://api.trello.com/1/cards/{idcard}/customfield/{idcustomfield}/item?token={yourtoken}&key={yourkey}";
var data = {value: { number: "42" }};
fetch(url, { body: json.stringify(data), method: 'put', headers: {'content-type': 'application/json'}})
.then((resp) => re… | how to add custom field option using google scripts? | atlassian.com | 2019.47 | [
{
"text": "i think this may have to do with the way that you’re payload is being passed in.\n\ni don’t think that you need var payload = {\"customfield\" : data}; trello never looks for a customfield key in the body of the request.\n\ncan you try deleting the var payload = line and replacing your var options = ... w…",
"name": "",
"is_accepted": true
}
] |
dc687b6be802d6a739000392ccfaeb0c | hi,
after updating to “atlassian-connect-express”: “^7.4.6”, the following route shows the error
unauthorized: permissions could not be determined
route
app.post(’/update\_something’, [
addon.authenticate(true /* accept context jwts */),
// only allow product admins that are also project admi… | unauthorized: permissions could not be determined on "atlassian-connect-express": "^7.4.6" | atlassian.com | 2021.43 | [
{
"text": "hi [@jerry.laster](/u/jerry.laster) ,\n\nversion 7.4.7 of atlassian-connect-express has been released and contains a patch for this bug.\n\nregards,\n\ndugald",
"name": "",
"is_accepted": true
}
] |
9bbcc69b74916fa2c2523d3861419c04 | there was a question asked a while ago, but with no helpful answer.
[image]
[get space page hierarchy using the rest api](https://community.atlassian.com/t5/confluence-questions/get-space-page-hierarchy-using-the-rest-api/qaq-p/351963)
we are looking into using the rest api to create backups for all the content on our confluence cloud page. we would like this content to match the structure within conflu… | get space page hierarchy using the rest api | atlassian.com | 2021.39 | [
{
"text": "one more thing can you try this:\n\n/rest/api/content/1310767/child/page?expand=children.page",
"name": "",
"is_accepted": true
}
] |
c689ff9ea7718a38131fc5b0a39a603b | hi, i am developing an atlassian-connect addon. here i’m facing an issue while testing my jwt token to get an issue with the rest api v3. i’m using python libraries of flask, atlassian-jwt and here is my code
i’m new to flask, python and atlassian app development. so please dont mind my noob skills… | testing my jwt token with jira rest api v3, and it returns an "requests.exceptions.httperror: 404 client error: not found for url: https://mydomain.atlassian.net/rest/api/3/issue/issue\_id" | atlassian.com | 2021.04 | [
{
"text": "hi [@jhazelwood](/u/jhazelwood), thank you for your reply.\n\nfirstly, i haven’t used\n\nclients[client[‘clientkey’]] = client\n\nin my program because it wasn’t giving a jwt token when i tried out the code for the first couple of times. it used to give me an exception at\n\nclient\\_key = auth.authenticate(request.method…",
"name": "",
"is_accepted": true
}
] |
19546108be752bcd040256bce56733da | hi
when creating bulk issues using the rest api /rest/api/3/issue/bulk there is a body parameter called additional properties. can this be used to set the issue property (i.e. that set using /rest/api/3/issue/properties/{propertykey}). if so does anyone have an example?
thanks
paul | set issue properties when create bulk issues | atlassian.com | 2021.17 | [
{
"text": "hello [@paul](/u/paul),\n\ninstead of the additional properties, i think you might be more interested in properties in issueupdates request parameter. using [bulk create issue](https://developer.atlassian.com/cloud/jira/platform/rest/v2/#api-rest-api-2-issue-bulk-post) rest api, you can test this basic request body with an entity property being set.\n\n{\n\n\"issueupdates\": [\n\n{\n\n\"fields\": {\n\n\"…",
"name": "",
"is_accepted": true
}
] |
0c3a3aad65f8d9060d1c8c44d9137891 | we’ve already made a cloud connect app. but we would like our application to also be able to integrate with jira server instances, webhooks + rest is all that is required. however in looking to get a local jira server running to be able to develop against and test i can’t seem to actually get a lice… | developing a new integration for jira server | atlassian.com | 2021.21 | [
{
"text": "look into the [atlas sdk cli](https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-cli/) and more specifically [atlas-debug](https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-debug/) or [atlas-run-standalone](https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-run-standalone/)",
"name": "",
"is_accepted": true
}
] |
2232a81220028318897151b491a1f705 | hi there
the latest api reference includes an endpoint for gaining access to workflow properties: <https://docs.atlassian.com/software/jira/docs/api/rest/8.19.1/#workflow-getproperties>
the endpoint is:
/rest/workflow/{id}/properties
the issue is that nowhere in the documentation does it expla… | jira dc rest api - incomplete documentation for get workflow property | atlassian.com | 2021.43 | [
{
"text": "you have to be freaking kidding me… seriously?\n\nthe [documentation](https://docs.atlassian.com/software/jira/docs/api/rest/8.19.1/#workflow-getproperties) clearly states the endpoint is:\n\n/rest/workflow/{id}/properties\n\ni was close when i was guessing that {id} might have been the step number. it’s not. it specifies the ‘transition id’ and the actual endpoint is in fact:\n\n/rest/workflow…",
"name": "",
"is_accepted": true
}
] |
d512294ffc5ebeeac5ebcdeb89c59fd6 | according to the api documentation, the marketplace rest api uses http basic authentication: <https://developer.atlassian.com/platform/marketplace/rest/intro/>
i have been using these apis for a while, but suddenly we noticed that they started throwing 401 on direct logins. this worked with http auth… | marketplace rest api authentication | atlassian.com | 2020.34 | [
{
"text": "to work around this, i created a new user at [id.atlassian.com](http://id.atlassian.com) using a different domain to avoid being required to do sso.\n\nthis user was then added as a contact to the vendor profile and given reporting rights. now i’m able to fetch report statuses automatically again. :slight\\_smile:",
"name": "",
"is_accepted": true
}
] |
b19f7da78de49b79b794f888d8f17f4e | hi experts,
how to create jira user programmatically in jira plugin. please refer some reference code also. | how to create user programatically in jira plugin | atlassian.com | 2021.21 | [
{
"text": "hi [@david.pinn](/u/david.pinn).\n\nsolved by this link:\n\n[image]\n\n[how to update user programatically in jira plugin](https://community.developer.atlassian.com/t/how-to-update-user-programatically-in-jira-plugin/9254/2?u=dchouksey89) [jira development](/c/jira)\n\nhi, you need to use userservice:\n\nuserservice userservice = componentaccessor.getcomponent(userservice.class);\n\napplicationuser updateuser = userservice.new…",
"name": "",
"is_accepted": true
}
] |
16c123ee665cf4931cbc1eb108773a42 | will the new [top navigation](https://confluence.atlassian.com/jirasoftwarecloud/new-jira-cloud-navigation-983502691.html) become available as an atlaskit component?
the old sidebar navigation is currently an atlaskit component. we haven’t used it, but we would love to use the new top navigation in our app. | new top navigation as an atlaskit component | atlassian.com | 2020.10 | [
{
"text": "hi maarten,\n\ni’m harsha and i’m one of the engineers working on the new top navigation. the top navigation is already an atlaskit component and it’s called atlassian-navigation. but until now, it was hidden on the atlaskit website because we were still tidying it’s documentation and hardening the pr…",
"name": "",
"is_accepted": true
}
] |
f90ceb102489bccf5ee0da1dac49a847 | i’m very confused, so i will try to be brief.
background:
writing a golang app that integrates jira using your rest api.
using oauth2 client
i want to know, first of all. what is jira cloud? is it different to jira platform? the permissions tab for my app lists a “jira platform rest api”, “user … | very confused, trying to integrate jira into our app using the rest api | atlassian.com | 2021.31 | [
{
"text": "hi [@octopus](/u/octopus). welcome to the community.\n\ni want to know, first of all. what is jira cloud? is it different to jira platform?\n\nso, if you’re creating a 3lo or forge app, it will be for our cloud products only. jira cloud refers to our cloud-based product offering, as opposed to our jira server & dat…",
"name": "",
"is_accepted": true
}
] |
94be7a91cb5573102ab0beea203e5be3 | as you may have seen, atlassian has renamed our flagship event atlassian summit to [team 2021](https://www.atlassian.com/company/events/team). although we will be remote, this year is otherwise no different. atlassian’s growth is attributed, in part, to our ecosystem of partners. every year, we recognize our customers successes and celebrate our p… | 2020 atlassian partner awards - open for nominations: developer contributor | atlassian.com | 2021.17 | [
{
"text": "we’ve only received a handful of nominations. this is your opportunity to honor someone in the community that you feel has added value to the developer ecosystem, whether they’ve pointed you in the right direction, helped you directly, or brought the community together.\n\nyour nominations will qualif…",
"name": "",
"is_accepted": true
}
] |
21f00ad152bc0505849f18674c3dbf87 | following the recommendations here, [how to create user programatically in jira plugin](https://community.developer.atlassian.com/t/how-to-create-user-programatically-in-jira-plugin/8517/4) i’ve tried to create a service user on plugin installation, and receive an validation error creating user: you do not have permission to create a user. on the validation call:
applicationuser loggedinuser … | permissions error while programmatically creating user | atlassian.com | 2021.17 | [
{
"text": "there’s no way to give p2 plugins permissions or scope. well, i take that back. bitbucket’s java api has a nice method of overriding permissions. sometimes, you’ll find that if the service layer includes permission checks with no way to bypass them, then you’ll need to use the appropriate manager cl…",
"name": "",
"is_accepted": true
}
] |
766acfe8535f8b98f0a77378578c5734 | hey all,
i am writing a custom plugin for bitbucket that allows users in our internal instance to navigate to an admin list page. this page will expose the admins for each project in our instance, and will allow the user to mail those admins.
i believe that the built in authentication is blocking … | 401 unauthorized when accessing plugin servlet | atlassian.com | 2021.17 | [
{
"text": "you shouldn’t have to worry about the filter. the servlet will get called and then you take care of it in there. just inject the authenticationcontext into your servlet and check if the user is authenticated in it.\n\nnow you might want to add a condition to your web-item though (everyone will be seei…",
"name": "",
"is_accepted": true
}
] |
6062500c311244f4aaee9ee048786d9e | hi
our plugin easy dropdown menu has the feature, that if used in page propertyies, you can than also change the dropdown value in the page property report. about one month ago was the problem reported, that the dropdowns aren’t editable in the report anymore. after some investigations have we foun… | plugin no longer editable in page property report | atlassian.com | 2021.31 | [
{
"text": "hi [@philippfrank](/u/philippfrank) ,\n\nthe page property report has explicitly set the conversion context as preview when the report is paginated ever since the fix for [confserver-40995](https://jira.atlassian.com/browse/confserver-40995) was implemented 5 years ago.\n\nour code in the page property report plugin is:\n\nif (ispaginated) {\n\npagecontext.setoutputtype(conve…",
"name": "",
"is_accepted": true
}
] |
4fb7a6a6aa9843b9c7986b49a705fd17 | we have our own custom field type fields(select and multi select) and we are unable to update those fields with jira rest api’s .
i am able to update other custom fields and there is no error on log.
appreciate any help on this! | update our own custom field type with rest | atlassian.com | 2020.05 | [
{
"text": "after implementing restawarecustomfieldtype, restcustomfieldtypeoperations interfaces i am able to update our own custom field types using rest",
"name": "",
"is_accepted": true
}
] |
592fc4181559c8bccb34a2898ee6d40c | i have been working with the new atlaskit/atlassian design system site for a couple of weeks now and i find it really difficult to read the code tab in the documentation because the font is just way too small. would it be possible to change that?
examples:
[https://atlassian.design/components/butt…](https://atlassian.design/components/button/code) | feedback on the new atlassian design system site | atlassian.com | 2020.50 | [
{
"text": "hi [@tbinna](/u/tbinna),\n\nthanks for reporting this, we have an internal bug filed already to look into this issue, which is tied to a larger issue (not just regarding the font-size and color). we’ll respond here again when the issue is resolved.\n\nthanks for the feedback!",
"name": "",
"is_accepted": true
}
] |
a7bf8dbcdd9b3772bf98548bfa669fcb | just a thought i want to share with you. it would be great if jira cloud fired issue update events whenever read\_only issue fields have their values updated; that way, it would be possible to trigger workflow events and other actions from scriptrunner and the like. am i right? | issue update events for read\_only fields | atlassian.com | 2021.21 | [
{
"text": "[image] david.pinn:\n\nwhenever read\\_only issue fields have their values updated\n\ni agree with you, it makes sense to send issue\\_updated webhook whenever the read\\_only field is updated. i came with the issue\\_property\\_set suggestion because i thought it could unblock you.\n\ni raised a feature reque…",
"name": "",
"is_accepted": true
}
] |
c4fa680df9adaa1b6b70aaf08db8a91a | hi people,
i’ve got a problem trying to use jsd api 7.6.1 to create a simple incident…
so far, i’m posting values and they are recognized ok (summary, description, category), but some other values are from insight and those are just not recognized…
this is my post:
$ curl -stderr -u apiuser:*** … | jsd create request post problem with values from insight | atlassian.com | 2021.17 | [
{
"text": "give it a try with\n\n“customfield\\_10329”:[{“key”:“ser-18”}] insetad of “customfield\\_10329”:[{“value”:“ser-18”}]",
"name": "",
"is_accepted": true
}
] |
0c2e78ba8aa856444ab9ea5ade1ccbb0 | i am creating a plugin for jira cloud and in my app.js i could successfully include the aui module.
i tried recreating the aui-sidebar seen in this example : [sidebar - aui documentation](https://aui.atlassian.com/aui/latest/docs/sidebar.html)
but i am missing css files how are you supposed to include them?
import './styles/app.css';
// start the stimu… | aui - missing css for aui / aui-sidebar | atlassian.com | 2021.25 | [
{
"text": "i think you can import locally downloaded files from cdn.\n\nor you can import from html and inside html\n\n<link rel=\"stylesheet\" href=\"https://unpkg.com/@atlassian/[email protected]/dist/aui/aui-prototyping.css\" media=\"all\">\n\n<script src=\"https://unpkg.com/@atlassian/[email protected]/dist/aui/aui-css-deprecat…",
"name": "",
"is_accepted": true
}
] |
96d828d15902aa7cbe6890f05f620aab | if i make a rest api call against “<https://acmecorp.atlassian.net/rest/api/2/field>” it returns me the list of the system and custom fields. each entry has an “id” and a “key” property, but i cannot see any case where the two are different.
can someone tell me their meaning? (the rest api docs aren’… | what's the difference between "id" and "key" for fields? | atlassian.com | 2021.17 | [
{
"text": "hi, [@aron.gombas](/u/aron.gombas),\n\nkeys are currently used only if you have a connect app that adds [issue fields](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field/). then the issue field id will be a standard automatically generated “customfield\\_n”, but its key will be equal to your module’s key, the same across all instances, making it easier for your app to work w…",
"name": "",
"is_accepted": true
}
] |
5ae9ebf970783211ad84e4172ece6618 | hello guys,
first of all, i hope you have a great day.
i’m new on forge, reactjs and atlassian world, but i want to learn and i want to imagine how this can be done.
i know server version are being discontinued, but i believe data center will be still alive? what i want to know is if there is a w… | forge cloud for jira server at least until 2024? | atlassian.com | 2020.50 | [
{
"text": "hey [@hackemate](/u/hackemate), we have different platforms for different things. this page might be a good place to learn more: <https://developer.atlassian.com/developer-guide/cloud-development-platform-overview/>\n\nthough you may wish to start at the top: [https://developer.atlassian.com/developer-guide/start-buildi…](https://developer.atlassian.com/developer-guide/start-building-with-atlassian/)",
"name": "",
"is_accepted": true
}
] |
e9f00be8cb3bc6f25abbc116cea00a4c | hi,
according to the jira cloud rest api documentation, timezone and locale fields in the response of the [“/rest/api/3/myself”](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself/#api-rest-api-3-myself-get) endpoint can be null depending on the user’s privacy setting. however, when i change the time zone’s visibility to “only you” in my profile, the timezone in the response o… | about timezone and locale in the "/rest/api/3/myself" response | atlassian.com | 2021.21 | [
{
"text": "hi [@berkayztrk](/u/berkayztrk),\n\ni assume you are referring to the documentation of the user object that is returned by the response. that user object is also returned by other rest api endpoints so the commentary is quite generic. when calling the [/rest/api/3/myself](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself/) endpoint, the fields will always be populated be…",
"name": "",
"is_accepted": true
}
] |
3f66264afc49bf587c282eb93e297fe4 | hi,
we are using the api https://your-site.atlassian.net/rest/atlassian-connect/1/migration/workflow/rule/search described in step 3 of the migration tutorial ([tutorials](https://developer.atlassian.com/platform/app-migration/migration-app-workflow-rules/)) to retrieve the details of workflow rules based on workflow rule keys
according to the tutorial, we would expect the api to re… | api of getting details of workflow rules does not return the transition details | atlassian.com | 2021.43 | [
{
"text": "hi [@longle](/u/longle),\n\nwhen you send the post request to fix the migration rules you need to add a\n\n\"expand\": \"transition\"\n\nfield. like this\n\n{\n\n{\n\n\"workflowentityid\": \"4bd1e4f7-7941-4690-a4f1-a29d716c376f\",\n\n\"expand\": \"transition\",\n\n\"ruleids\": [\n\n\"86e76ef7-a57a-4ad5-a1b…",
"name": "",
"is_accepted": true
}
] |
8e2dfdea29072d5c749c4b35cb23076c | i am using java rest api to develop a web front for my company.
the first thing is login:
jirarestclient restclient = factory.createwithbasichttpauthentication(jiraserveruri, username, password);
then to get the user information. there are two methods in userrestclient:
userrestclient userclient… | what's the useruri in userrestclient.getuser(uri useruri)? | atlassian.com | 2021.17 | [
{
"text": "hi [@xianyunjushi](/u/xianyunjushi),\n\ni have not tried that call, but can you try using the rest api for get user? example: <http://localhost:2990/jira/rest/api/2/user?username=admin> as the useruri? i’ve checked the code base of the userrestclient implementation and userjsonparser, and it seems fit for the getuser(uri …",
"name": "",
"is_accepted": true
}
] |
1219ab24fa4f90f35d29a71ecbfc7e94 | hi,
i would like to build a jira listener that checks if a certain custum field have been changed during a transition step.
i’ve being trying with issue updated but i could not distinguish the issueevent from edit view and transition.
any tip? | how to check if field was updated in transition | atlassian.com | 2021.17 | [
{
"text": "listeners respond to events, not actions and the event type is listed in the event.\n\nyou will need to set up your workflow so that it fires events other than “issue updated”, then your code will be able to read the type and exit if it’s not a transition.\n\na second option would be to look at the deta…",
"name": "",
"is_accepted": true
}
] |
9ba6f6411174fe5a1e1b824046331662 |
```
/// <summary>
/// Get size for a remote file
/// </summary>
/// <param name="remoteFile">
/// name of remote file
/// </param>
/// <returns>
/// size of file in bytes
/// </returns>
public long Size(string remoteFile)
{
string reply = control.SendCommand("SIZE " + remoteFile);
lastValidReply = control.ValidateReply(reply, "213");
// parse the reply string ...
long fs = long.Parse(lastValidReply.ReplyText);
return fs;
}
```
| Code: added SIZE command support to FTPClient.cs | enterprisedt.com | 2021.04 | [
{
"text": "Thanks, we'll try to put size into the next version. It is due out very soon, we are a bit swamped with a few things!\n \n\n \n\n> \n> ```\n> /// <summary> \n> /// Get size for a remote file\n> /// </summary>\n> /// <param name=\"remoteFile\"> \n> /// name of remote file\n> /// </param>\n> /// <returns> \n> /// size of file in bytes\n> /// </returns>\n> \n> ```\n> \n\n",
"name": "",
"is_accepted": false
},
{
"text": "Hi bruce,\n \n\n \nHopefully you don't need to perform a tremendous amount of testing on the 4 lines of code. :)\n \n\n \nAlso, will my previous change to FTPControlSocket.cs be included? I won't upgrade right away if I need to fix it again. :/\n \n\n \n-Matt",
"name": "",
"is_accepted": false
}
] |
318ec416196dbd418b6c97eb0055bd00 | Good day -
We use edtFTPnetPro to integrate our services with various external FTP sites. Some of those clients are starting the process of disabling TLS 1.1 and 1.2 and pushing us to use TLS 1.3. Is v1.3 supported in edtFTPnetPro yet? I see there was a similar question in June 2020 for edtFTPj/PRO where you said you were planning to support in all your products - do you have a timeline for this please?
Thanks,
Peter
| edtFTPnetPro support for TLS 1.3 | enterprisedt.com | 2021.17 | [
{
"text": "Yes, our timeline is to implement TLS 1.3 in edtFTPnet/PRO by the end of June.",
"name": "",
"is_accepted": true
}
] |
8f69a5e54111309b1773a37210391eed | In a nutshell.
We have a file to upload to a remote server. After upload, I want to do a SHA512 hash compare to make sure the file uploaded without corruption.
I can generate a SHA512 hash locally but how do I then generate the SHA512 on the remote server so I can compare the two? Which part of the API covers this as I've done a search on the documentation and come up with a blank. | Does ftpnetpro have the facility to carry out a SHA512 hash check on a remote server? | enterprisedt.com | 2020.05 | [
{
"text": "There's a property called IntegrityCheckTransfers which forces CRC checks on files after they are uploaded if this feature is available on the server. \n\n \n\nMost servers aren't going to support generating a SHA512 hash on a named file, and even if they did, there's no standard way of calculating it. CRC is your best hope.",
"name": "",
"is_accepted": true
}
] |
bd9d38b6e0f316094e86441130094f55 | Why does my FXP transfer get a timeout error? | Why does my FXP transfer get a timeout error? | enterprisedt.com | 2021.10 | [
{
"text": "Unlike normal FTP transfers, FXP transfers require that the timeout value set in FTPConnection (and its subclasses) is greater than the time it takes to perform the transfer. \n\n \n\nThis is because in normal FTP, the client sends the file and then reads the server reply. \n\n \n\nIn FXP, the client sets up the transfer, but the source server sends the file. This means the client can't possibly know when the file has completed sending (only the source server knows that), so it doesn't know when to read the reply. The only option it has is to start trying to read the reply immediately. So unlike a normal FTP, the timeout has to last for the whole transfer time.",
"name": "",
"is_accepted": true
}
] |
bfe0e02cafb4f7f9000cdc7264440dd2 | A user asked us:
>
> would you happen to have a sample log config that sends debug messages to another log file
>
>
>
| Can I write debug-level logging in a separate file? | enterprisedt.com | 2020.50 | [
{
"text": "Yes, the following logging configuration will write two log-files: one (Summary.log) containing only log message of level INFO and lower, and the other (Verbose.log) containing all log messages being logged by CompleteFTP regardless of the level . Keep in mind that CompleteFTP has its own internal log level, so if that's set to INFO or lower then Summary.log will be identical. \n\n \n\nThe following logging configuration should be saved in a file called LogConfig.xml and saved in C:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP\\Logs: \n\n \n\n<?xml version=\"1.0\" encoding=\"UTF-8\"?> \n\n<log4net> \n\n <!-- This appended logs to audit file --> \n\n <appender name=\"Audit\" type=\"log4net.Appender.RollingFileAppender\"> \n\n <filter type=\"log4net.Filter.LoggerMatchFilter\"> \n\n <loggerToMatch value=\"Audit\" /> \n\n <acceptOnMatch value=\"true\" /> \n\n </filter> \n\n <filter type=\"log4net.Filter.LoggerMatchFilter\"> \n\n <loggerToMatch value=\"ConfigLog\" /> \n\n <acceptOnMatch value=\"false\" /> \n\n </filter> \n\n <filter type=\"log4net.Filter.DenyAllFilter\" /> \n\n <file type=\"log4net.Util.PatternString\"> \n\n <converter> \n\n <name value=\"folder\" /> \n\n <type value=\"EnterpriseDT.Util.Debug.SpecialFolderPatternConverter\" /> \n\n </converter> \n\n <conversionPattern value=\"%folder{CommonApplicationData}\\Enterprise Distributed Technologies\\Complete FTP\\logs\\Audit.log\" /> \n\n </file> \n\n <param name=\"AppendToFile\" value=\"true\" /> \n\n <param name=\"RollingStyle\" value=\"Date\" /> \n\n <param name=\"DatePattern\" value=\".yyyyMMdd\" /> \n\n <layout type=\"log4net.Layout.PatternLayout\"> \n\n <param name=\"Header\" value=\"\" /> \n\n <param name=\"Footer\" value=\"\" /> \n\n <param name=\"ConversionPattern\" value=\"%date{dd MMM yyyy HH:mm:ss} %message %newline\" /> \n\n </layout> \n\n </appender> \n\n <!-- This appended logs to audit file --> \n\n <appender name=\"Config\" type=\"log4net.Appender.RollingFileAppender\"> \n\n <filter type=\"log4net.Filter.LoggerMatchFilter\"> \n\n <loggerToMatch value=\"Audit\" /> \n\n <acceptOnMatch value=\"false\" /> \n\n </filter> \n\n <filter type=\"log4net.Filter.LoggerMatchFilter\"> \n\n <loggerToMatch value=\"ConfigLog\" /> \n\n <acceptOnMatch value=\"true\" /> \n\n </filter> \n\n <filter type=\"log4net.Filter.DenyAllFilter\" /> \n\n <file type=\"log4net.Util.PatternString\"> \n\n <converter> \n\n <name value=\"folder\" /> \n\n <type value=\"EnterpriseDT.Util.Debug.SpecialFolderPatternConverter\" /> \n\n </converter> \n\n <conversionPattern value=\"%folder{CommonApplicationData}\\Enterprise Distributed Technologies\\Complete FTP\\logs\\Config.log\" /> \n\n </file> \n\n <param name=\"AppendToFile\" value=\"true\" /> \n\n <param name=\"MaxSizeRollBackups\" value=\"20\" /> \n\n <param name=\"MaximumFileSize\" value=\"5000000\" /> \n\n <param name=\"RollingStyle\" value=\"Size\" /> \n\n <param name=\"StaticLogFileName\" value=\"true\" /> \n\n <layout type=\"log4net.Layout.PatternLayout\"> \n\n <param name=\"Header\" value=\"\" /> \n\n <param name=\"Footer\" value=\"\" /> \n\n <param name=\"ConversionPattern\" value=\"%message %newline\" /> \n\n </layout> \n\n </appender> \n\n <!-- This appender will store recent message of level information or higher --> \n\n <appender name=\"Verbose Logging\" type=\"log4net.Appender.RollingFileAppender\"> \n\n <filter type=\"log4net.Filter.LoggerMatchFilter\"> \n\n <loggerToMatch value=\"Audit\" /> \n\n <acceptOnMatch value=\"false\" /> \n\n </filter> \n\n <filter type=\"log4net.Filter.LoggerMatchFilter\"> \n\n <loggerToMatch value=\"ConfigLog\" /> \n\n <acceptOnMatch value=\"false\" /> \n\n </filter> \n\n <filter type=\"log4net.Filter.LevelRangeFilter\"> \n\n <levelMin value=\"VERBOSE\" /> \n\n <levelMax value=\"FATAL\" /> \n\n </filter> \n\n <file type=\"log4net.Util.PatternString\"> \n\n <converter> \n\n <name value=\"folder\" /> \n\n <type value=\"EnterpriseDT.Util.Debug.SpecialFolderPatternConverter,CompleteFTPServer\" /> \n\n </converter> \n\n <conversionPattern value=\"%folder{CommonApplicationData}\\Enterprise Distributed Technologies\\Complete FTP\\logs\\Verbose.log\" /> \n\n </file> \n\n <param name=\"AppendToFile\" value=\"true\" /> \n\n <param name=\"MaxSizeRollBackups\" value=\"20\" /> \n\n <param name=\"MaximumFileSize\" value=\"5000000\" /> \n\n <param name=\"RollingStyle\" value=\"Size\" /> \n\n <param name=\"StaticLogFileName\" value=\"true\" /> \n\n <layout type=\"log4net.Layout.PatternLayout\"> \n\n <param name=\"ConversionPattern\" value=\"%date %level %logger %message %newline\" /> \n\n </layout> \n\n </appender> \n\n <!-- This appender will store recent message of level information or higher --> \n\n <appender name=\"Summary Logging\" type=\"log4net.Appender.RollingFileAppender\"> \n\n <filter type=\"log4net.Filter.LoggerMatchFilter\"> \n\n <loggerToMatch value=\"Audit\" /> \n\n <acceptOnMatch value=\"false\" /> \n\n </filter> \n\n <filter type=\"log4net.Filter.LoggerMatchFilter\"> \n\n <loggerToMatch value=\"ConfigLog\" /> \n\n <acceptOnMatch value=\"false\" /> \n\n </filter> \n\n <filter type=\"log4net.Filter.LevelRangeFilter\"> \n\n <levelMin value=\"INFO\" /> \n\n <levelMax value=\"FATAL\" /> \n\n </filter> \n\n <file type=\"log4net.Util.PatternString\"> \n\n <converter> \n\n <name value=\"folder\" /> \n\n <type value=\"EnterpriseDT.Util.Debug.SpecialFolderPatternConverter,CompleteFTPServer\" /> \n\n </converter> \n\n <conversionPattern value=\"%folder{CommonApplicationData}\\Enterprise Distributed Technologies\\Complete FTP\\logs\\Summary.log\" /> \n\n </file> \n\n <param name=\"AppendToFile\" value=\"true\" /> \n\n <param name=\"MaxSizeRollBackups\" value=\"20\" /> \n\n <param name=\"MaximumFileSize\" value=\"5000000\" /> \n\n <param name=\"RollingStyle\" value=\"Size\" /> \n\n <param name=\"StaticLogFileName\" value=\"true\" /> \n\n <layout type=\"log4net.Layout.PatternLayout\"> \n\n <param name=\"ConversionPattern\" value=\"%date %level %logger %message %newline\" /> \n\n </layout> \n\n </appender> \n\n <!-- Setup the root category, add the appenders and set the default level --> \n\n <root> \n\n <level value=\"ALL\" /> \n\n <appender-ref ref=\"Verbose Logging\" /> \n\n <appender-ref ref=\"Summary Logging\" /> \n\n <appender-ref ref=\"Audit\" /> \n\n <appender-ref ref=\"Config\" /> \n\n </root> \n\n</log4net>",
"name": "",
"is_accepted": true
}
] |
15c935e84ad16045b86b5c2bb79d0f68 | Hello,
We are using edtFTPj pro 4.5.0 in our Java app and would like to know if there is a property we could use to bind the connection to a particular network interface (local address). For ex if the system has multiple network interfaces, set it to use a particular interface to listen for or make connections. Is this option exposed by edtFTPj library that we could use ? | Bind to a particular network interface (edtFTPj pro 4.5.0) | enterprisedt.com | 2020.45 | [
{
"text": "No, you can't specify a local address on the client to use for making connections.",
"name": "",
"is_accepted": true
}
] |
5e46ac0498074c42b373595d9df74990 | please send a link so that I can setup an account to download latest version of CompleteFTP | Need an account to download latest version of completeftp | enterprisedt.com | 2020.05 | [
{
"text": "Please open a support ticket [here](https://enterprisedt.atlassian.net/servicedesk/customer/portal/1) and supply your purchase reference or account details.\n\n",
"name": "",
"is_accepted": false
}
] |
e1af184e8d7dfece4761c7d8c89717ce | Can the CompleteFTP service run under an AD account? | enterprisedt.com | 2020.16 | [
{
"text": "Yes, the CompleteFTP service can run under an AD user account. In fact, this is advisable in scenarios where non-Windows users need to access network shares on other machines, since it allows permissions to be controlled more neatly.\n\nYou need to ensure that the AD user has full control over C:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP , its subdirectories and any other directories that the CompleteFTP virtual file-system maps to. The AD user doesn't require permissions for directories that are only accessed by Windows users. The AD user should also have permission to log on locally, otherwise Windows users may have problems logging in through CompleteFTP.\n\nObviously you need to test it thoroughly before putting it into production.\n\n",
"name": "",
"is_accepted": true
}
] |
|
4e20a0f421c0db7faf0f773127e438bd | I have a test sftp that is windows server based. But our productions server is linux and one of the requirement is that we set our file permission to "644" after we upload the file.
I am trying a command like secureftpconnection.ChangeMode("644", filepath). When i am testing locally i don't see any log entries on the sftp server that file permissions are being changed on windows.
To test on windows i tried secureftpconnection.ChangeMode("Attrib +H", filepath) and i dont see that working either.
My question is if i am doing this correctly or is there another method i should be using? | ChangeMode in Windows | enterprisedt.com | 2020.05 | [
{
"text": "You need to use secureftpconnection.ChangeMode(\"0644\", filepath)",
"name": "",
"is_accepted": false
}
] |
e9013b86826ed70d6f2aeb281071a730 | Have any of you from EDT created a method which allows one to recursively list all directories on a ftp server with using a listView or treeView?
Thanks! | Recursively pull directory names | enterprisedt.com | 2021.04 | [
{
"text": "Oh - This is without pulling the file names unless a file matches a certain string (which I would specify). Thanks!",
"name": "",
"is_accepted": false
},
{
"text": "We don't have anything like this, but we are planning a package called edtFTPj/tools that will have this kind of functionality.\n \n\n \n\n> Oh - This is without pulling the file names unless a file matches a certain string (which I would specify). Thanks!\n\n",
"name": "",
"is_accepted": false
},
{
"text": "So your C# product will not be recieving this functionality then? (I guess I forgot to explicitly state that I was doing this in C# - My apologies)",
"name": "",
"is_accepted": false
},
{
"text": "We plan to port j/tools to net/tools, so it will eventually end up there. Not in the next few weeks though.\n \n\n \n\n> So your C# product will not be recieving this functionality then? (I guess I forgot to explicitly state that I was doing this in C# - My apologies)\n\n",
"name": "",
"is_accepted": false
},
{
"text": "Nick - it's only about 40 lines of code to do this in C# (or heck - VB.NET, which is what my client wanted it in).\n \n\n \nYes, I do pull all the names back (.DirDetails), check the type and if it is a directory I then enter my recursive function again. \n \n\n \nOf course, the basic recursion is only ~40 lines of code, when you add logic which checks if it matches a string pattern, things begin to bulk up. If I have *seen* it previously, I update some statistics, or if new I add it to my in-memory cache. \n \n\n \nEssentially I am building a synchronization utility, whereby each \"file\" has a logical \"name\", which is only part of a physical name which includes a \"date/timestamp\" - then depending on various rules & heuristics, it routes any new items (same logical \"name\", but newer timestamps in the physical name) to one or more destinations.\n \n\n \nOf course, there is more to it than this (or hell, I would just use rsync.) - there are \"expectation schedules\" (file is \"expected\" to be created every day between 8:00 & 10:00am, if it is NOT there, I have to write a \"tattler\" log entry. This is simply to help my users point the \"giant finger of blame\" when a file is not available on-time.",
"name": "",
"is_accepted": false
}
] |
d3eb66186a2061666918a77a40d5419e | How do I mount a share from Azure File Storage in CompleteFTP? | How do I mount an Azure File Share in CompleteFTP? | enterprisedt.com | 2019.51 | [
{
"text": "In version 11.1.0 you'll be able to mount Azure File Storage shares as folders in CompleteFTP, but until then, the following solution is available:\n\nShares in Azure File Storage can be mounted in CompleteFTP by first mounting them in Windows using PowerShell and then mounting those mounts in CompleteFTP as Network/macro folders.\n\n**How?**\n\nAssuming that (1) an Azure Storage account has already been set up and (2) a File share has been added in that account, the first step is to obtain the connection information for the share from the Azure portal. To do this:\n\n1. Open the Storage accounts panel in the Azure portal\n2. Select desired storage account\n3. Select the Files service\n4. Select the desired File share\n5. Select Connect from the toolbar at the top, as shown below\n6. In the Connect panel that is displayed, select a drive-letter from the dropdown, e.g. Z\n7. Copy all of the PowerShell commands displayed to the clipboard\n8. Since CompleteFTP runs as the System user, the Powershell commands must be executed as the System user so that the drive is visible to CompleteFTP. Microsoft's [PsExec](https://docs.microsoft.com/en-us/sysinternals/downloads/psexec) is needed for this.\n9. Open a PowerShell console on your server by executing the command: \npsexec.exe -i -s powershell\n10. Paste the commands from the clipboard into your Powershell console and execute them\n11. Test that the share is accessible by executing the command 'dir <drive-letter>:'\n\nOnce you've verified that the Azure file share is accessible from PowerShell, you're ready to mount it in CompleteFTP:\n\n1. Open CompleteFTP Manager\n2. Select the Folders panel\n3. Add a Network/macro folder at the desired location in the folder tree\n4. Enter <drive-letter>:\\ as the path\n5. Click OK\n6. Select the newly created folder\n7. Click on the name setting and give it a name\n8. Apply your changes.\n\nYou should now be able to access the Azure File Share via CompleteFTP.\n\n",
"name": "",
"is_accepted": false
}
] |
9a95dd268fe9e72599476984e45c6623 | How can I reset the administrator password? | How can I reset the administrator password? | enterprisedt.com | 2021.17 | [
{
"text": "You can reset the admin user's password as follows: \n\n \n\n1) Stop the CompleteFTP service \n\n \n\n2) Open a command prompt with Windows administrator privileges (cmd) \n\n \n\n3) Run the following command in the command prompt where password is the new password for the admin user. \n\n \n\n\"C:\\Program Files (x86)\\Complete FTP\\Server\\cftpconfig.exe\" /p newpassword \n\n \n\n4) Restart the CompleteFTP service",
"name": "",
"is_accepted": true
}
] |
b32733fb30a535593ff252df4a45c7cd | How to deal with error "Access is denied to a network folder"? | Access is denied to a network folder/Drive | enterprisedt.com | 2021.21 | [
{
"text": "The answer to this question depends on (a) whether or not the CompleteFTP service is running under a domain account and (b) whether the network folder is on a machine that's on the domain. Therefore this answer is in three parts:\n\n**Part A: When a domain user tries to access a network folder**, if it fails and an error is seen in the log like below: \n \nAccess to the path '\\\\abc.xyz\\path' is denied \n \nTo resolve:\n\n1. Check that this user has access to this folder from outside of CompleteFTP.\n2. If so, check the log for \"Interactive Windows logon failed for user domain\\USERNAME (LogonUser). Trying Network logon.\"\n\n \nIf interactive logon is failing, the user does not have the correct permissions for an interactive logon. The user may need the \"Allow log on locally\" permission added. This is not usually a problem, since by default all users are granted this permission - except on domain controllers. On domain controllers, the right to 'Allow log on locally' is granted by default only to administrators.\n\n**Part B: If a non-Windows user is being denied access to a network folder**, the scenario is slightly different. CompleteFTP runs under the LocalSystem account, and so non-Windows users also run as LocalSystem (although they are restricted to their configured directories). So if access is denied, LocalSystem needs to be given access to the network folder. \n \nWhen accessing the network, the LocalSystem account acts as the computer on the network. In a domain environment, you can grant access rights to computer accounts. So, if you have a computer called DESCARTES, you'll have an Active Directory computer account called DESCARTES$, which you can grant permissions to. For multiple domains this only works if the domains are in a trust relationship. \n\n**Part C: If the machines are not in a domain**, then it's more difficult. You'll need to create a user with similar permissions to the System user to run the service under. You could then create an identical account with the same credentials on the other machines so it can access those machines shared drives.\n\n",
"name": "",
"is_accepted": true
}
] |
ed529b5d7a61c1ea6434603d027c1e12 | I'd like to have a way to configure default settings to be used every time a new user is created. | Set default properties to use when creating new users | enterprisedt.com | 2019.51 | [
{
"text": "CompleteFTP developer here: One way to do this would be to add an item to the user context menu labelled \"Add another user like this\". This would create another user with a different user-name, but all properties copied from the selected user. \n\n \n\nWhat do you think of this? Would it work well?",
"name": "",
"is_accepted": false
}
] |
2f102198597fcdde1e72e6cc3a60f99c | Connection Type: FTPs
Sometimes when I try to connect to my FTP server this connection fails.
I don?t understand the following.
I set the timeout in 30 seconds. But the exception occurs when the FTP server disconnects (60-second timeout in this case).
25 nov 2016 10:36:07.689 : OS: 6.2.9200.0, CLR: 2.0.50727.8689, DLL: 9.0.0.20
25 nov 2016 10:36:07.689 : Built: 2-Nov-2015 10:32:17 GMT
.
.
25 nov 2016 10:36:07.720 : Set timeout=30000
.
.
25 nov 2016 10:36:07.736 : Connecting to 10.10.1.136:990
25 nov 2016 10:36:07.736 : waitOnShutdownSSL=True
25 nov 2016 10:36:07.752 : ChangeSecurityProtocol: Tls1, Tls11, Tls12
25 nov 2016 10:36:07.752 : Created control-socket: SocksContext=, ProxySettings=NoProxy, RemoteHost=10.10.1.136, controlPort=990, timeout=30000
25 nov 2016 10:36:07.752 : StrictReturnCodes=False
25 nov 2016 10:36:07.752 : Resolving 10.10.1.136
25 nov 2016 10:36:07.752 : 10.10.1.136 resolved to 10.10.1.136
25 nov 2016 10:36:07.752 : Connecting directly to ftp-server 10.10.1.136:990
25 nov 2016 10:36:07.752 : Connecting to 10.10.1.136:990 with timeout 30000 ms
25 nov 2016 10:36:07.767 : FTPConnection.1 Local min SSL version: 3.1, max SSL version: 3.3
25 nov 2016 10:36:07.783 : Successfully connected to 10.10.1.136:990
25 nov 2016 10:36:07.783 : Beginning Tls1, Tls11, Tls12 handshake.
25 nov 2016 10:36:07.783 : ChangeSecurityProtocol: Tls1, Tls11, Tls12
25 nov 2016 10:36:07.783 : Tls1, Tls11, Tls12 handshake complete.
25 nov 2016 10:36:07.783 : Setting socket timeout=30000
25 nov 2016 10:36:07.783 : SetSocketTimeout: 30000
25 nov 2016 10:36:07.783 : Command encoding=System.Text.SBCSCodePageEncoding
DEBUG [SocketController] 25 nov 2016 10:36:07.798 : FTPConnection.1 Processing hello
DEBUG [CompatibilityLayer] 25 nov 2016 10:36:07.798 : FTPConnection.1 Remote SSL version: 3.1
ERROR [TransferBuffer] 25 nov 2016 10:36:37.790 : TransferBuffer timeout (30000 ms)!
ERROR [SecureNetworkStream] 25 nov 2016 10:36:37.790 : Socket.Receive() failed
ERROR [SecureNetworkStream] 25 nov 2016 10:36:37.790 : System.IO.IOException: Timed out while reading data
ERROR [SecureNetworkStream] 25 nov 2016 10:36:37.790 : en IDsZAqQoDbAMf8Q9tcJ.XLve6CQ3FTe0fUgqUMh.MTDLYi83s4(Byte[] , Int32 , Int32 )
ERROR [SecureNetworkStream] 25 nov 2016 10:36:37.790 : en OLfCAvw8k5jUtKbRQIi.JnXKa2wBB0CFSVax5Jm.aTXFVWfQtg(IAsyncResult )
ERROR [SecureNetworkStream] 25 nov 2016 10:36:37.790 : en DlT18RnnljelP9fdHZ5.i6RY6VnXnKsWxFgBmIh.EndReceive(IAsyncResult )
ERROR [SecureNetworkStream] 25 nov 2016 10:36:37.790 : en DlT18RnnljelP9fdHZ5.i6RY6VnXnKsWxFgBmIh.Receive(Byte[] , Int32 , Int32 , SocketFlags )
ERROR [SecureNetworkStream] 25 nov 2016 10:36:37.790 : en e4yig3nE4k8dRhjB5bc.ihIeAXn8iM9P5NsI7Qd.Read(Byte[] , Int32 , Int32 )
ERROR [FTPControlSocket] 25 nov 2016 10:36:37.790 : Read failed ('' read so far)
DEBUG [FTPConnection] 25 nov 2016 10:36:37.790 : Closing connection [instance=0,abrupt=False]
DEBUG [FTPFileFactory] 25 nov 2016 10:36:37.790 : Defaulting to Unix parsing
DEBUG [FTPControlSocket] 25 nov 2016 10:36:37.790 : ---> QUIT
DEBUG [AsyncResult] 25 nov 2016 10:36:38.009 : WaitOne end: False 2
DEBUG [AsyncResult] 25 nov 2016 10:36:38.212 : WaitOne end: False 2
.
.
.
.
DEBUG [AsyncResult] 25 nov 2016 10:37:07.737 : WaitOne end: False 2
25 nov 2016 10:37:07.878 : FTPConnection.1 OnReceive closing (size == 0)
25 nov 2016 10:37:07.878 : FTPConnection.1 CloseConnection(e=null)
25 nov 2016 10:37:07.893 : FTPConnection.1 Closed socket
25 nov 2016 10:37:07.893 : FTPConnection.1 Close() called when open
ERROR [SocketController] 25 nov 2016 10:37:07.893 : FTPConnection.1 OnReceive - caught exception - closing: Socket closed before handshake is complete (2)
DEBUG [SocketController] 25 nov 2016 10:37:07.893 : FTPConnection.1 CloseConnection(e=Socket closed before handshake is complete (2))
DEBUG [SecureSocket] 25 nov 2016 10:37:07.893 : FTPConnection.1 OnHandshakeComplete(False,Socket closed before handshake is complete (2))
DEBUG [SecureSocket] 25 nov 2016 10:37:07.893 : FTPConnection.1 OnHandshakeComplete - in lock
DEBUG [SecureSocket] 25 nov 2016 10:37:07.893 : FTPConnection.1 OnHandshakeComplete - exiting lock
DEBUG [SecureSocket] 25 nov 2016 10:37:07.893 : FTPConnection.1 OnHandshakeComplete - exit
WARN [SecureNetworkStream] 25 nov 2016 10:37:07.893 : Socket.Send() failed: An error occurred while communicating with the remote host.
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : Exception in SendCommand
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : System.IO.IOException: An I/O exception occurred.
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : en e4yig3nE4k8dRhjB5bc.ihIeAXn8iM9P5NsI7Qd.Write(Byte[] , Int32 , Int32 )
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : en System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : en System.IO.StreamWriter.Flush()
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : en EnterpriseDT.Net.Ftp.FTPControlSocket.eDeM3UweIUx(String command)
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : en EnterpriseDT.Net.Ftp.FTPControlSocket.SendCommand(String command)
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : CAUSED BY - EnterpriseDT.Mentalis.Security.SecurityException: An I/O exception occurred.
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : en DlT18RnnljelP9fdHZ5.i6RY6VnXnKsWxFgBmIh.MxFMRZA5HXp(IAsyncResult )
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : en DlT18RnnljelP9fdHZ5.i6RY6VnXnKsWxFgBmIh.Send(Byte[] , Int32 , Int32 , SocketFlags )
ERROR [FTPControlSocket] 25 nov 2016 10:37:07.893 : en e4yig3nE4k8dRhjB5bc.ihIeAXn8iM9P5NsI7Qd.Write(Byte[] , Int32 , Int32 )
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : Command error
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : System.IO.IOException: An I/O exception occurred.
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : en e4yig3nE4k8dRhjB5bc.ihIeAXn8iM9P5NsI7Qd.Write(Byte[] , Int32 , Int32 )
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : en System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : en System.IO.StreamWriter.Flush()
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : en EnterpriseDT.Net.Ftp.FTPControlSocket.eDeM3UweIUx(String command)
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : en EnterpriseDT.Net.Ftp.FTPControlSocket.SendCommand(String command)
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : CAUSED BY - EnterpriseDT.Mentalis.Security.SecurityException: An I/O exception occurred.
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : en DlT18RnnljelP9fdHZ5.i6RY6VnXnKsWxFgBmIh.MxFMRZA5HXp(IAsyncResult )
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : en DlT18RnnljelP9fdHZ5.i6RY6VnXnKsWxFgBmIh.Send(Byte[] , Int32 , Int32 , SocketFlags )
ERROR [FTPConnection] 25 nov 2016 10:37:07.893 : en e4yig3nE4k8dRhjB5bc.ihIeAXn8iM9P5NsI7Qd.Write(Byte[] , Int32 , Int32 )
DEBUG [FTPConnection] 25 nov 2016 10:37:07.893 : Closing connection [instance=0,abrupt=True]
DEBUG [FTPFileFactory] 25 nov 2016 10:37:07.893 : Defaulting to Unix parsing
DEBUG [SocketController] 25 nov 2016 10:37:07.893 : Dispose()
DEBUG [SocketController] 25 nov 2016 10:37:07.893 : CloseConnection(e=null)
INFO [FTPControlSocket] 25 nov 2016 10:37:07.893 : Killed control socket
WARN [FTPConnection] 25 nov 2016 10:37:07.893 : Caught exception closing connection: Referencia a objeto no establecida como instancia de un objeto.
DEBUG [FTPConnection] 25 nov 2016 10:37:07.909 : Closing connection [instance=0,abrupt=False]
WARN [FTPConnection] 25 nov 2016 10:37:07.909 : Caught exception closing connection: The FTP client has not yet connected to the server. The requested action cannot be performed until after a connection has been established. | How does the timeout work? | enterprisedt.com | 2020.05 | [
{
"text": "I've found a decision here - <https://stackoverflow.com/questions/1062035/how-to-configure-socket-connect-timeout>\n\nBut I'm not sure if it will work for you.\n\nAny way I wish you good luck!\n\n",
"name": "",
"is_accepted": false
}
] |
8a7c9d56016334334bfca1fb489e421b | I wrote a couple of custom extensions.
Each of the extension has to fetch data from a sql db.
Is it possible to define a "global" connetion, that can be used through all extensions (like a session varaible in asp.net) or mast every extention handle its own connection?
Thanks for your reply
Regards HaPe | Global SQL Server Connection | enterprisedt.com | 2020.40 | [
{
"text": "The ISession argument that's passed in has a Tags property that you can add arbitrary name-value pairs to. These variables have session lifetime, so they should do what you need.",
"name": "",
"is_accepted": false
}
] |
b6d1e41367ee7b1c1a26db00d425c83e | We are using edtFTPNetPro and SSHFTPClient. There is transfer type flag which has Binary and ASCII mode. When we "put" the file using SSHFTPClient and set the transfer type as ASCII, it obeys the flag if destination is linux server but not for AIX server. Does SSHFTPClient actually supports transfer type or it is just for compatibility purpose? | Transfer Type in SFTP | enterprisedt.com | 2021.04 | [
{
"text": "The client tries to guess the EOL terminator using the first line returned by the SFTP server. Traditionally SSH servers return their EOL terminator at the end of this line. It seems that the AIX server does not. \n \nYou can set the EOL terminator explicitly if required.",
"name": "",
"is_accepted": false
},
{
"text": "\n> The client tries to guess the EOL terminator using the first line returned by the SFTP server. Traditionally SSH servers return their EOL terminator at the end of this line. It seems that the AIX server does not. \n> \n> You can set the EOL terminator explicitly if required.\n\n \n \nThanks for the explanation, that seems to be the issue. Regarding the solution, you said that we can set EOL terminator explicitly but I didn't find any such fields or configuration in the client API. Is there something I am missing?",
"name": "",
"is_accepted": false
},
{
"text": "SecureFTPConnection.ServerLineTerminator",
"name": "",
"is_accepted": false
},
{
"text": "\n> SecureFTPConnection.ServerLineTerminator\n\n \n \nThanks! I was searching in SSHFTPClient as that's the class I am using but I changed it to SecureFTPConnection and set it to type unix and that worked.",
"name": "",
"is_accepted": false
}
] |
fc788af2f493907debfb6e408ce7d9a9 | Does edtFTPj/Pro support hmac-sha256? Is there a list of supported ciphers for each version of the product? | Support for hmac-sha256 in edtFTPj/PRO V5.3.1 or later | enterprisedt.com | 2021.17 | [
{
"text": "Please refer to our version history [here](https://enterprisedt.com/products/edtftpjssl/doc/manual/html/history.html) . Also if you are running edtFTPj/PRO and you set *debug* level logging, then make a test connection, and re-check the log, you will see all the supported ciphers listed in the debug log for that particular version. \n\nYou can also find them in the API documentation in our User Guide: for SSH [here](https://enterprisedt.com/products/edtftpjssl/doc/api/com/enterprisedt/net/ftp/ssh/SSHFTPAlgorithm.html), for SSL [here](https://enterprisedt.com/products/edtftpjssl/doc/api/com/enterprisedt/net/ftp/ssl/SSLFTPCipherSuite.html). \n\n",
"name": "",
"is_accepted": false
}
] |
f31a85e4e82a909adba5fa67cf5dca07 | Debug messages not getting printed when using with log4j2.xml. It works with log4j.xml.
log4j:WARN No appenders could be found for logger (SSLFTPClient).
log4j:WARN Please initialize the log4j system properly. | Debug logging not working with log4j2.xml | enterprisedt.com | 2020.34 | [
{
"text": "I believe it should work if you include the jar containing the log4j2-to-log4j1 bridge classes in your classpath. It's called log4j-1.2-api.jar and should be in the log4j2 distribution.",
"name": "",
"is_accepted": false
}
] |
de49f4c609d01667bffa63d8747da6cf | I am using edtFTPj/PRO to send files to an IBM mainframe. We have a new certificate that was issued by the mainframe and it appears to be a good certificate. The new certificate looks very much like the one we are using successfully in production.
I am getting the following error and I am looking for direction on how to fix it.
com.enterprisedt.cryptix.CryptixException: PKCS#5: Invalid number of padding bytes
My full screen shot is below:
[sv-wm-d@appedxdv1 IntegrationServer]$ java com.egateway.MF.wmPush2MF\_new /app/data/sv-wm-d/test/roy "'PG17678.TEST.EDI.INB.DASR.MAP.EDIX.TEST'" SYSA-FTP.SDGE.COM QEDIXFTP A /app/dv/webMethods82/IntegrationServer/QEDIXFTP.CERT4South.pem P
Setting SSL debugging to :all
CLIENT KEY FILENAME /app/dv/webMethods82/IntegrationServer/QEDIXFTP.CERT4South.pem
Creating FTPS (explicit) client
host=SYSA-FTP.SDGE.COM
username=QEDIXFTP
serverCertFilename=/app/dv/webMethods82/IntegrationServer/QEDIXFTP.CERT4South.pem
clientKeyFilename=/app/dv/webMethods82/IntegrationServer/QEDIXFTP.CERT4South.pem
clientKeyPassword=QEDIXFTP
action, code=P
action, append=false
absolutePath=/app/data/sv-wm-d/test/roy
com.enterprisedt.cryptix.CryptixException: PKCS#5: Invalid number of padding bytes
at com.enterprisedt.cryptix.provider.padding.PKCS5.engineUnpad(PKCS5.java:129)
at xjava.security.PaddingScheme.unpad(PaddingScheme.java:325)
at xjava.security.Cipher.a(Cipher.java:1468)
at xjava.security.Cipher.crypt(Cipher.java:1156)
at xjava.security.Cipher.crypt(Cipher.java:1116)
at com.enterprisedt.net.puretls.crypto.a.a(PEMData.java:139)
at com.enterprisedt.net.puretls.crypto.EAYEncryptedPrivateKey.createPrivateKey(EAYEncryptedPrivateKey.java:59)
at com.enterprisedt.net.puretls.SSLContext.loadEAYKeyFile(SSLContext.java:287)
at com.enterprisedt.net.puretls.SSLContext.loadEAYKeyFile(SSLContext.java:239)
at com.enterprisedt.net.ftp.ssl.SSLFTPClient.loadClientCertificate(SSLFTPClient.java:1243)
at com.egateway.MF.wmPush2MF\_new.main(wmPush2MF\_new.java:116)
com.enterprisedt.cryptix.CryptixException: PKCS#5: Invalid number of padding bytes
at com.enterprisedt.cryptix.provider.padding.PKCS5.engineUnpad(PKCS5.java:129)
at xjava.security.PaddingScheme.unpad(PaddingScheme.java:325)
at xjava.security.Cipher.a(Cipher.java:1468)
at xjava.security.Cipher.crypt(Cipher.java:1156)
at xjava.security.Cipher.crypt(Cipher.java:1116)
at com.enterprisedt.net.puretls.crypto.a.a(PEMData.java:139)
at com.enterprisedt.net.puretls.crypto.EAYEncryptedPrivateKey.createPrivateKey(EAYEncryptedPrivateKey.java:59)
at com.enterprisedt.net.puretls.SSLContext.loadEAYKeyFile(SSLContext.java:287)
at com.enterprisedt.net.puretls.SSLContext.loadEAYKeyFile(SSLContext.java:239)
at com.enterprisedt.net.ftp.ssl.SSLFTPClient.loadClientCertificate(SSLFTPClient.java:1243)
at com.egateway.MF.wmPush2MF\_new.main(wmPush2MF\_new.java:116) | Error with new IBM mainframe cerificate | enterprisedt.com | 2021.04 | [
{
"text": "I'm not sure why you are using the same certificate file for both the client and the server certificate. Could you please explain what you are trying to do?",
"name": "",
"is_accepted": false
},
{
"text": "I am trying to setup a TLS file transfer from our Linux server to an IBM mainframe. We have a working setup between our AIX server and the same IBM mainframe. The mainframe provided a PKCS12 file (Binary format that had a client certificate, a server CA signed certificate and a private key all in one file). We used opensll to convert this PKCS12 format into a PEM format. Please note this is exactly what we did for the working setup we have on AIX. The conversion to PEM worked as expected. \n \n\n \nSo we are using the same certificate file for both the client and the server certificate in our working setup between AIX and the mainframe. We have been using this setup using edtFTPj/PRO for the past 5 years successfully. I want to use the same approach of using a certificate file for both the client and the server certificate for the new Linux to mainframe setup. The certificate we are tyring to use for Linux to the mainframe is a new certificate and it is not the same certificate we are using for the AIX to mainframe transfers.\n \n\n \nI have searched on Google for an explanation of the error message \"com.enterprisedt.cryptix.CryptixException: PKCS#5: Invalid number of padding bytes\" but have not found any useful information. I am asking for vendor support (EDT) to provide a solution or a direction on how to correct the issue I am having.\n \n\n \nPlease let me know if you require any other information.",
"name": "",
"is_accepted": false
},
{
"text": "The error appears to happen at ftp = new SSLFTPClient();\n \n\n \n\n```\npackage com.egateway.MF;\n\n\nimport java.io.File;\n\nimport com.enterprisedt.net.ftp.FTPException;\nimport com.enterprisedt.net.ftp.FTPClientInterface;\nimport com.enterprisedt.net.ftp.FTPConnectMode;\nimport com.enterprisedt.net.ftp.FTPTransferType;\nimport com.enterprisedt.net.ftp.ssl.SSLFTPClient;\nimport com.enterprisedt.net.ftp.ssl.SSLFTPStandardValidator;\nimport com.enterprisedt.util.debug.Level;\nimport com.enterprisedt.util.debug.Logger;\nimport java.io.*;\nimport java.util.*;\nimport java.net.*;\nimport java.text.*;\n\n\npublic class wmPush2MF\\_new {\n\n final static String debug = \"all\"; \n \n public static void main(String[] args) {\n System.out.println(\"Setting SSL debugging to :\" + debug);\n System.setProperty(\"javax.net.debug\", debug);\n String password = \"NotUsed\";\n Logger log = Logger.getLogger(wmPush2MF\\_new.class);\n try {\n SSLFTPClient ftp = null;\n // path to files\n String absolutePath = \"\";\n File sourceDirectory = new File(args[0]); // [0] directory\n \n // filename\n String filename = args[1];\n \n // client key arg 0\n String clientKeyFilename=args[5]; // [7] client cert file\n System.out.println(\"CLIENT KEY FILENAME \" + clientKeyFilename );\n String clientKeyPassword=args[3]; // [3] user id\n String serverCertFilename=args[5]; // [5] server cert file\n String username=args[3]; // [3] user id\n String host=args[2]; // [2] remote host name\n System.out.println(\"Creating FTPS (explicit) client\");\n System.out.println(\"host=\" +host);\n System.out.println(\"username=\" +username);\n System.out.println(\"serverCertFilename=\" +serverCertFilename);\n System.out.println(\"clientKeyFilename=\" +clientKeyFilename);\n System.out.println(\"clientKeyPassword=\" +clientKeyPassword);\n \n \n if (!sourceDirectory.exists()) {\n System.out.println(\"Directory name was not found.\");\n System.exit(8);\n }\n \n //action\n boolean append=false;\n long fsize;\n \n if (args[6].toUpperCase().equals(\"A\")) {\n append=true;\n }\n System.out.println(\"action, code=\" +args[6]); // [6] action\n System.out.println(\"action, append=\" +append);\n \n // check if certs exist\n File serverCertFile = new File(serverCertFilename);\n if (!serverCertFile.exists()) {\n System.out.println(\"Server Cert File \" +serverCertFilename +\" specified in the .tab file does not exist.\");\n System.exit(10);\n }\n \n File clientKeyFile = new File(clientKeyFilename);\n if (!clientKeyFile.exists()) {\n System.out.println(\"Client Key File \" +clientKeyFilename +\" specified in the .tab file does not exist.\");\n System.exit(11);\n }\n \n absolutePath = sourceDirectory.getAbsolutePath();\n System.out.println(\"absolutePath=\" + absolutePath); \n \n //create client \n ftp = new SSLFTPClient();\n // disable standard SSL closure\n log.info(\"Setting configuration flags\");\n ftp.setConfigFlags(SSLFTPClient.ConfigFlags.DISABLE\\_SSL\\_CLOSURE);\n // NOTE: The DISABLE\\_SSL\\_CLOSURE flag is included in this example\n // for the sake of compatibility with as wide a range of servers as\n // possible. If possible it should be avoided as it opens the\n // possibility of truncation attacks (i.e. attacks where data is\n // compromised through premature disconnection).\n \n // set remote host\n log.info(\"Setting remote host\");\n ftp.setRemoteHost(host);\n\n // load root certificates/server certificate\n log.info(\"Loading server certificate from \" + serverCertFilename);\n ftp.getRootCertificateStore().importPEMFile(serverCertFilename);\n\n // Disable host-name checking (only recommended when testing)\n log.info(\"Disable host-name checking (only recommended when testing)\");\n ftp.setCustomValidator(new SSLFTPStandardValidator(false));\n \n &nb\n```\n",
"name": "",
"is_accepted": false
},
{
"text": "I would try removing the server certificate from the file that is loaded by loadClientCertificate.",
"name": "",
"is_accepted": false
},
{
"text": "have issues using the FileManager plug in for \"Windows\" type users. \n \nWhen I login I'm redirected to my home virtual folder via the standard listing templates, and all my subfolders work correctly, however I'm not redirected automatically to the /FileManager/ plugin. \n \nIf I manually try to enter the the the /FileManager/ plugin path I get the following error:",
"name": "",
"is_accepted": false
}
] |
e82c70ac0d48fbc5d3ef90ee8620af83 | Why does the audit.log file contain the text document \_???.xls? Where ??? these are letters in Cyrillic. Must be document\_**???**.xls. Please answer how to fix this in CompleteFTP?
| Audit.log file contain the text UploadFile /ftp\_root/ folder1/document \_ ???. xls | enterprisedt.com | 2019.51 | [
{
"text": "This looks like a bug - the audit log must be using ASCII. We'll look into getting this fixed for the next release. It has been logged in our issue tracker.",
"name": "",
"is_accepted": false
}
] |
8fdde0f7d2d4446ce15ed7cf87a50727 | How to deal with error "Access is denied to a network folder"? | Access is denied to a network folder | enterprisedt.com | 2020.40 | [
{
"text": "When a domain user tries to access a network folder, it fails and an error is seen in the log like below: \n \nAccess to the path '\\\\abc.xyz\\path' is denied \n \nTo resolve: \n \n1) Check that this user has access to this folder from outside of CompleteFTP. \n \n2) If so, check the log for \"Interactive Windows logon failed for user domain\\USERNAME (LogonUser). Trying Network logon.\" \n \nIf interactive logon is failing, the user does not have the correct permissions for an interactive logon. The user may need the \"Allow log on locally\" permission added. This is not usually a problem, since by default all users are granted this permission - except on domain controllers. On domain controllers, the right to 'Allow log on locally' is granted by default only to administrators. \n \nIf a non-Windows user is being denied access to a network folder, the scenario is slightly different. CompleteFTP runs under the LocalSystem account, and so non-Windows users also run as LocalSystem (although they are restricted to their configured directories). So if access is denied, LocalSystem needs to be given access to the network folder. \n \nWhen accessing the network, the LocalSystem account acts as the computer on the network. In a domain environment, you can grant access rights to computer accounts. So, if you have a computer called DESCARTES, you'll have an Active Directory computer account called DESCARTES$, which you can grant permissions to. For multiple domains this only works if the domains are in a trust relationship. \n\nIf the machines are not in a domain, then it's more difficult. You'll need to create a user with similar permissions to the System user to run the service under. You could then create an identical account with the same credentials on the other machines so it can access those machines shared drives.\n\n",
"name": "",
"is_accepted": true
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.