You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Probably an easy one for the experts:
I have a dropdown field with status (open, in progress, done). This field may only be edited by a small group of users. When any user adds a new dataset in the form, the status should always be "open" at first.
I tried to realize this with Rules for Field Definition where I set
condition = status:[empty]
action to execute = Set value
Values to set = status=open
But this does not work when a user is adding a dataset who is not in the specified group...
Thanks for any help
Solved: This was easier than I thought, the default value is not just set by the registration control macro.
If the default value is not just (read: only) set by the registration control, what other field must be set?
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.
Hi guys,
What are your questions specifically? I understand what Jan wanted and did, but I cannot understand your questions (from Jan's question context)
Thanks
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just faced a similar problem. But I want to set the default value of the status dropdown based on a condition.
Lets say there is another dropdown field with options ONE and TWO, I want the Status dropdown to default to Open only if the User selects TWO in the previous dropdown. If the user selects ONE, the Status dropdown stays empty.
I tried two ways of doing this -
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Of course it works for the dropdowns and for any type of field
But conditions (filters in ConfiForms) operate with internal values, same goes for "setting the values"
Is "One" is the ID of the option for your VMO dropdown or a label?
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I assumed '=' meant label and ':' meant ID as the input parameter.
Got it working. As always, thanks a ton Alex for your invaluable support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not quite, the '=' is used when you set the values
While the ':' is used in filtering - separating field name (or expression) from field value (or expression)
Hope it helps
Alex
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.