Hello,
I wondered if its possible to set up an automation so when we get a Jira ticket the linked Assets field is automatically update.
We use Jira Assets to keep a list of our hardware and who "owns" it. I'd like to use this so we have
Report X owns PC-xxx
Logs a ticket, Jira sees the reporter, then finds the asset linked to said reporter and add its to the ticket in that field?
Any help would be great.
Community moderators have prevented the ability to post new answers.
Hi @Mihir Ruparelia - This is absolutely possible. Assuming your Assets Object Scheme is set up like this:
Your Automation would work like this:
Owner = {{issue.reporter}}
@[deleted] we don't have object schema's so I don't think this will be possible with JSD.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure I understand your response. If you have assets, you have object schemas. All assets are set up something like this:
So for my example, I have something like this:
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.