Hi Community,
Anyone have a solution for the below requirement?
Requirement:
Using a single select cascading field in Jira Cloud, I'd like to be able to select the field where the parent side will automatically populate with today's date (maybe time, too) and the child side will have single select options.
For example, the cascading select field is chosen:
It is OK is the date is populated using Jira Automation.
Note: we are not allowed to purchase any add-on
Thanks for your help, Community!
Hi @Apryl Harris ,
I'm not sure I understand the use case.
you have a single select field. Is this cascading as mentioned in title of post? If so why? What is the purpose of capturing the date? If it is simply to record when the single select field as selected/updated I would either do this with a comment or if needed a separate date field. Now is this single select field on both the parent and child and do they have the same context (values)? As you can see lots of questions and no answer yet. 😞
Can you please define the use case mor completely?
To further clarify, we want to track when was the last time a custom select list (cascading) field's child side was edited/changed. In the image attached, 1 (parent side) would be the date; 2 (child side) would consist of the options.
The cascading field would be available on all issuetypes in the selected project.
We could do it with separate fields (date and short text), but I just wondered if it could be done with the cascading select field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To restate...
whenever a subtask's custom cascade field is updated you want to update a custom date field with the date of the subtask change. Correct?
assuming so the following should work.
Trigger - field updated, custom field
Condition - Issuetype = subtask
branch - related issue (parent)
action - edit issue (which will edit the parent of subtask), set value of date field to {{now}}
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.