Hi everyone,
We’re working on optimizing the asset creation process in Jira Assets, and we’d like to know if it’s possible to set a default value for selection fields when adding a new asset.
For example, it would be very helpful if the "Status" field automatically appeared with the value "Active" preselected when opening the asset creation screen. This would help us reduce errors and speed up the onboarding process.
Has anyone managed to configure something like this? Is it possible through schema settings or maybe using automation?
Thanks in advance for any insights!
Unfortunately, in Jira Cloud Assets, there's no native way to set default values for schema attributes directly in the schema settings or creation screen. You can refer to a similar article.
You can use Assets Automation (for Premium/Enterprises) to set Defaults on Creation. This will trigger on "Object created" and update attributes.
Hope the links below are helpful for you:
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much for accepting mine :) I hope you'll have a great week ahead!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To my knowledge only with automation or with the api through python scripts for complex logic. for the automation try the below:
Keep in mind that its not very flexible compared to custom script logic.
Hope this helps!
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.