Hi,
I am building a solution to use Assets for software asset management.
My idea: Whenever a new software got approved in a Jira issue, the automation should create an object in Assets to update my software catalogue.
Attributes should be filled with information available in the Jira issue (custom fields & fields in forms).
Haven't found anything in the community, maybe I'm thinking too far ahead here?!
Many thanks for your help!
Martin
You may be able to leverage the automation "Create object" action (Global Automation) based on an approval of the request. Then use smart values to populate the attributes.
Something like above?
Just a side note to @George Kopsachilis answer. The Create object is not only available under Global automation, you can use that from within project automation as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's correct, thanks! You can use from project automation as well!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
George,
Is this a Cloud only option or is it available for Data Center?
I am unable to find those "Assest Actions" in our DC version.
Thanks
Tom
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 @Martin T_
There is no automation action for that if I recall well. You can have a look to use Web Request action and use the REST API to create the asset.
Regards
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.