Is there a way to create an automation in Jira that will allow me to change the team field in an issue according to the "component" that was filled in the issue.
Meaning automatically taking the "Owner Team" from Compass and incorporating in Jira as an automation so that the person creating the issue won't have to know which team is should be assigned to but only know the component the issue is relevant to.
UPDATE
I've found that to see all possible fields available to use in an automation you can use the Atlassian API for an example issue. Can be seen here in the docs. After checking out a few issues, it seems the owner team is not available as part of the components details..
@Ofir Assif Welcome! You might review this thread: https://community.atlassian.com/t5/Jira-Service-Management/Assign-sub-task-to-component-owner-in-Jira-automation/qaq-p/1848956
HTH
Nicolas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Nicolas Grossi , but it seems the thread just says to use ScriptRunner. There doesn't seem to be any results for Compass integration in the ScriptRunner docs site
this thread is more relevant to my question, but it doesn't say anything about how to extract the Owner Team from a Component coming from Compass.
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.