You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello it's me again,
I'm trying to use ConfiForms' Dynamic Dropdown but it seems that I'm not using it correctly.
I need to fetch dynamically labels from JIRA API, but it doesn't seems to actualize himself and query the API while I tap in the field.
Here's the configuration of the field:
Name: subproject
Type: Dynamic Dropdown (auto-suggested) - Webservice
Service URL: /rest/api/2/jql/autocompletedata/suggestions?fieldName=Sub-Project(s)&fieldValue=[entry.subproject]
Root to use: results
Field to use as "ID": value
Field to use as "Label": value
The connection with JIRA works perfectly cause I'm already using it for others field, and even more, when I'm trying to use this field and replace by something static, I've the expect result of the query.
Can you help me, thanks
Kind Regards,
Have you enabled "as proxy" option for this field? See more on https://wiki.vertuna.com/display/CONFIFORMS/Using+use+proxy+setting+in+dynamic+dropdowns
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe it's related to this but I'm using an application link to Jira for the WebService
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay it seems to work when I'm using custom authentification but not when using Application links on the webservice, is this a wanted behavior or a bug?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, it's not a bug per se... With application inks we just use your account route the request through application link abstraction. And nothing else...
Are you sure this service is accessible when you access it through application link?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think so because if I replace the Service URL:
/rest/api/2/jql/autocompletedata/suggestions?fieldName=Sub-Project(s)&fieldValue=[entry.subproject]
by:
/rest/api/2/jql/autocompletedata/suggestions?fieldName=Sub-Project(s)&fieldValue=test
I get every results that matches "test", but only when proxy disabled,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am sorry this really hard to debug remotely and via community posts. Feel free to open a ticket with us https://wiki.vertuna.com/x/S4GW
And provide server logs with enabled DEBUG for our plugin, so we can help you to investigate the issue and get it resolved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Medved _ConfiForms_ ,
I'm trying to use the Dynamic Dropdown (Webservice) type for selecting components based on Project selected by the user.
Not able to having the dropdown populated for reason for the components, below are the configuration I'm using.
Service URL - https://xxx.com/rest/api/2/project/[entry.project]/components
I have also checked that the Service call is correct and i'm also using proxy. Project contains 1 component at the moment, which is not showing up. Please help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Sorry, but this is far from correct
Have a look at this demo page on this subject in our wiki: page https://wiki.vertuna.com/display/TEST/Building+a+dropdown+field+in+ConfiForms+backed+by+webservice+call+to+Jira+Rest+API+-+components+field
Service URL must be relevant, and must construct a complete URL TOGETHER with the "web-service connection" defined URL
Also, you are missing mappings - what field from the components response to map as ID and what to map as a label
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.