@Jimi Wilkman Can customers of an organization be added into the Assignee field? For example if you customers instead of yourself that have assets being managed in asset management with their specific "organization" as the "assignee". Is there a way to show assets based on that? So different customers can have their own assets and raise tickets on specifically those assets and no other.
You would need to have a customer object and connect the asset to that instead. Then you would need to recognize the reporter and connect them to the customer object. If your customers all exist within a single domain, then you can use the email to match against the customer object. I have a setup for Privacy that use this by splitting out the domain name from the email and matching it in an automation using "Company Email Domain" = {{reporter.emailAddress.split("@").last}}. In many cases customers have multiple organizations with one company though, so then it would be a bit trickier. It is a great question and I will see if I can solve it and show how it can be done. It might be as easy as just using the organization object in an automation....
Hello, very good material about JIRA, as far as possible we look forward to more. I have a question about a point, in case there are objects inside other objects. For example, there is a family of objects with the name of computers and inside it there is the notebook, mini PC, and others. But in the field when I put the item parent computers it does not see when opening a ticket the items below even though they are visible there in the ASSETS. We would have some way to group all these fields there in the AQL park filter when the user was going to choose everyone in his possession appeared regardless of the family?
Great video helped a lot.....but can some automation be added to this so that no user input is needed whatsoever when they create a ticket/issue. I want to be able to use the jira automation so that it automatically recognises the reporter of the issue and gets their assets from a certain object type and pastes it into that assets tab for the jira screen. I assume this would not be too hard. If you can make a video on this, it would be amazing. Otherwise, love these videos man.
This can kind of be done using cascading fields. That means that one Assets field can show content based on what has been selected in another field. You can also have a User object scheme in Assets that is automatically set based on report and then from there you can click to show the object in the ticket, and you can see all connection to that. I will see if I can show this in future videos. Great question as well that inspires me to make more videos!
Would it be possible to share the setup of the Assignee field? I'm guessing through trial and error that it's Type= User and Type Value = users-yourProjectName?
You want to make the query against the assignee instead of the reporter? You can find a list of the smart values to use from this page: support.atlassian.com/cloud-automation/docs/jira-smart-values-users/ And if you need other smart values than users, then you have a big list here: support.atlassian.com/cloud-automation/docs/smart-values-in-jira-automation/
@Jimi Wilkman
Can customers of an organization be added into the Assignee field?
For example if you customers instead of yourself that have assets being managed in asset management with their specific "organization" as the "assignee". Is there a way to show assets based on that?
So different customers can have their own assets and raise tickets on specifically those assets and no other.
You would need to have a customer object and connect the asset to that instead. Then you would need to recognize the reporter and connect them to the customer object. If your customers all exist within a single domain, then you can use the email to match against the customer object. I have a setup for Privacy that use this by splitting out the domain name from the email and matching it in an automation using "Company Email Domain" = {{reporter.emailAddress.split("@").last}}.
In many cases customers have multiple organizations with one company though, so then it would be a bit trickier.
It is a great question and I will see if I can solve it and show how it can be done. It might be as easy as just using the organization object in an automation....
Hello, very good material about JIRA, as far as possible we look forward to more.
I have a question about a point, in case there are objects inside other objects. For example, there is a family of objects with the name of computers and inside it there is the notebook, mini PC, and others. But in the field when I put the item parent computers it does not see when opening a ticket the items below even though they are visible there in the ASSETS. We would have some way to group all these fields there in the AQL park filter when the user was going to choose everyone in his possession appeared regardless of the family?
Great videos on the Assets Jimi! Thanks for creating them.
Glad you like them :) Appreciate you taking the time to write such a kind comment :)
What if we raised request on behalf of ? So it should fetch asset for reporter or for the one we raise on behalf of ?
Great video helped a lot.....but can some automation be added to this so that no user input is needed whatsoever when they create a ticket/issue. I want to be able to use the jira automation so that it automatically recognises the reporter of the issue and gets their assets from a certain object type and pastes it into that assets tab for the jira screen. I assume this would not be too hard. If you can make a video on this, it would be amazing. Otherwise, love these videos man.
This can kind of be done using cascading fields. That means that one Assets field can show content based on what has been selected in another field. You can also have a User object scheme in Assets that is automatically set based on report and then from there you can click to show the object in the ticket, and you can see all connection to that. I will see if I can show this in future videos.
Great question as well that inspires me to make more videos!
@@jimiwikmanofficial Notifications are on and waiting. Can't wait mate!
@@TestAccount-ux5hs Published here th-cam.com/video/X4wj0vvJ0Sc/w-d-xo.html
Does not work for Data Center and Service Desk
🏃 *Promo sm*
Would it be possible to share the setup of the Assignee field? I'm guessing through trial and error that it's Type= User and Type Value = users-yourProjectName?
You want to make the query against the assignee instead of the reporter? You can find a list of the smart values to use from this page:
support.atlassian.com/cloud-automation/docs/jira-smart-values-users/
And if you need other smart values than users, then you have a big list here: support.atlassian.com/cloud-automation/docs/smart-values-in-jira-automation/