Is it possible to populate a confiforms dropdown
Based off a jql query result?
for example i would like to give a user the chance to assign an issue to an active epic
project = someproject
AND component = somecomponent
AND type = Epic
AND status != Closed
is this possible?
Hi
Yes, you can have dropdowns and other choice-based fields built from JQL result
This page shows the concept of how to configure such fields - https://wiki.vertuna.com/display/TEST/Building+a+dropdown+field+in+ConfiForms+backed+by+webservice+call+to+Jira+Rest+API+-+createmeta
Can be easily adopted to use JQL query and Jira's issues search REST API
Something like this:
Obviously you can have a JQL expression matching your requirements so it returns only the issues you want
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alex Medved _ConfiForms_
Is it possible to set the "Service URL" dynamically ?
For example to build it with other custom fields like [entry.param1]
I tested different syntax without any success
BR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Service URL is expected to be a static configuration value
Unless the field is used in a "proxy mode", as per https://wiki.vertuna.com/display/CONFIFORMS/Using+use+proxy+setting+in+dynamic+dropdowns
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.