Hi,
Is there any way to pull information about the field marked in yellow. I want to create an automation with smart values to receive a response with a description of the sub-task whether the item is needed or not! I JA or Nein.
Unfortunately, I do not know how to do this. I am asking for your help.
To get the values from a FORM you need to use the API
Hi @Maciej Dziemidowicz , if this is an actual custom field, found under settings/issues/custom fields. Then you can select the field in the aforementioned screen and the resulting screen URL will illustrate the custom field ID at the very end. For example,...
https://xxxxx.atlassian.net/secure/admin/EditCustomField!default.jspa?id=10065
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately no, there are these fields created in the form.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Those fields that are not associated to a custom field do not have a custom field ID to the best of my knowledge. What exactly are you trying to do by accessing the ID?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My goal is to somehow extract information from these fields. For example, if someone types in the field Werk (picture at the top) Japan. Then I would like to pull this information through automation/smartvalues to the description of the subtask.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot use Form fields in Automation unless you associate the form field to an actual custom field.
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.