In our Assets we have a list of applications that have a business ower. I would like to pull the business owner from the application and use that for the approval in the a service request. I have tried adding the approver via automation but have had no luck. Is this possible?
I have tried was is said in the below link but have had no luck.
I believe this can be done, as long as the business owner is an attribute on the asset.
I'll provide an example of what I think you can use to pull the approver but in my case I just needed to pull the department.
So you will need a custom field tied to your application schema, and then when an application is linked to your service request you should be able to pull that business owner attribute using the method I use to get a customer's department above.
The issue.customfield will be the field on your service request that is used to link the application asset.
{{#issue.customfield_XXXX}} {{Business Owner Attribute Name}} {{/issue.customfield_XXXX}}
This can be used to edit your approvers field (or whichever field you have your approval workflow tied to)
Hopefully this helps, let me know if you have questions
Thanks @Christopher Yen . With the recent update to Jira I don' see the option to use a JQL for the "Edit work item" option. This is where I am stuck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jesse Ortega Jr ,
If you type the smart values into the Business Owner Approver section I think it might prompt you with "Smart value [smart value that you entered into the box] " that you can select
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Whenever you ask for help with an Automation Rule it will help us to help you if you provide:
1. what type of project is this (e.g., company-managed, team-managed, etc.),
2. images that show your complete rule.
3. images showing the details of any relevant actions/conditions/branches.
4. images showing the Audit Log details for the rule execution.
5. Explain where the issue is.
These questions are not for not willing to help, but to have community members understand on how automation works.
In relation to this, can you show the assets configuration as well and is the attribute used for storing the manager a user object?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the application provided by the requester on raising the ticket?
Can you show an application objects config from within Assets?
Is the Business Owner attribute a user attribute or other?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Marc - Devoteam
Is the application provided by the requester on raising the ticket?
◘ There will be two types of requests; one where the submitter can choose the application, and the other request is for single applications. We are wanting to pull the approver from the Business Owner attribute.
Can you show an application objects config from within Assets?
◘ Here is a screenshot showing the attribute within Assets.
◘ I created a custom field for Cornserstone so that the assets are shown in the request form.
Is the Business Owner attribute a user attribute or other?
◘ It is a user attribute
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add an action lookupobjects action in the automation rule.
So in the automation the Business Owner Approver field can be set using the smart value.
Use an edit action on the field Business Owner Approval.
As I see the Business Owner as a reference to an other object, is on that object a Jira user linked and in what attribute?
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.