How to automatically change a issue status if a linked Asset/object [JAM] is edited?

Mat Levell February 5, 2025

Hi all,
Im incorporating JAM Assets/objects into our Jira instance and I want to know if its possible to automatically move an Issue status if the Asset/object is edited.
For example if the Asset ID is changed the linked Jira issue should automatically go back to the "Testing" Status.  I know this is possible using standard custom fields but not sure how to do it with JAM assets.

Additional Notes:

  • Jira issues are linked to Assets/Objects through 4 custom fields

1 answer

0 votes
Manon Soubies-Camy
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 6, 2025

Hi @Mat Levell,

Here's an example where:

  • The object type I'm monitoring is Laptops
  • The Asset custom field is Laptop

automation-asset-update.png

Here are the queries I used:

  • AQL:
objectType = "Laptops" AND object having connectedTickets(Project = MJSM)
  • JQL:
project = MJSM AND Laptop = "{{object.Name}}"

Hope this helps!

- Manon

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events