-
Suggestion
-
Resolution: Unresolved
-
-
Jira Software
Suggestions
- It would be very beneficial to read a CSV file to dynamically import the CSV data to a lookup table. A possible manual way to import data from a CSV to a lookup table in Jira Cloud Automation would also help with this process.
- As a user, I would like to be able to include multiple values separated by a comma in a single key of the lookup table to populate an array field type.
For example:
When creating a lookup table like the following example:
MultiUser
key | value |
user | user@email.com, user2@email.com |
I would like to use smartvalue
{{MultiUser.get("user")}}
And as a result, populate a multi-user picker accordingly with values user@email and user2@email.
- is duplicated by
-
AUTO-840 Ability to dynamically import CSV data to a lookup table in Jira Cloud Automation
- Closed
- is related to
-
JSDCLOUD-14161 Nest smart values in Automation
- Closed
[AUTO-736] Improve "Create Lookup Table" action - allow lookup table keys to populate multi fields when the value is comma-separated
Description |
Original:
As a user, I would like to be able to include multiple values separated by a comma in a single key of the lookup table to populate an array field type.
For example: When creating a lookup table like the following example: MultiUser |key|value| |user|user@email.com, user2@email.com| I would like to use smartvalue {code:java} {{MultiUser.get("user")}}{code} And as a result, populate a multi-user picker accordingly with values user@email and user2@email. |
New:
h3. Suggestions
* It would be very beneficial to read a CSV file to dynamically import the CSV data to a lookup table. A possible manual way to import data from a CSV to a lookup table in Jira Cloud Automation would also help with this process. * As a user, I would like to be able to include multiple values separated by a comma in a single key of the lookup table to populate an array field type. For example: When creating a lookup table like the following example: MultiUser |key|value| |user|user@email.com, user2@email.com| I would like to use smartvalue {code:java} {{MultiUser.get("user")}}{code} And as a result, populate a multi-user picker accordingly with values user@email and user2@email. |
Labels | New: jsw-s13 |
Summary | Original: Allow lookup table keys to populate multi fields when the value is comma-separated | New: Improve "Create Lookup Table" action - allow lookup table keys to populate multi fields when the value is comma-separated |
Summary | Original: Allow lookup table elements to populate multi fields. | New: Allow lookup table keys to populate multi fields when the value is comma-separated |
I have a 100 line spreadsheet I have to manually recreate in a lookup table. Should be fun. Even basic CSV importing would be such a huge help.