Hey there,
I have a Registration Control in which I want to preset values for a Webservice Dropdown field. The Webservice Dropdown is configured as follows:
Webservice Connection:
Jira Instance
Service URL:
/rest/api/2/searchjql=labels=XYZ+and+status!=Stornierung+and+issuetype=ABC&maxResults=500
Root to use:
issues
Field to use as ID:
key
Field to use as Label:
fields.summary
Really dont know how I can set a value for the field by the registration control. Any ideas / solutions on that?
Greetz Max
Found out how it works - solution is:
You gotta have a field of the type "Jira Issue" which you set as the value of the WSDropdown. You can then just set the value like that:
wsdropdown=[entry.JiraIssue]
Yes, it depends on what do you set as an ID in the mappings for the web-service dropdown
If that is the key then you can supply the key, if it is an id (issue has this field as well) then you need to set the "internal id"
You have it as "key" then you can preset it's value by setting the "key"
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.