how to add automatically (component lead) as a participant in Jira management service raised ticket

Muhammad Nazim
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 27, 2025

Hi Team,

I have a scenario here:

- I have a project called --> Change Management -> CHG

What I want to achieve?

- I want to add automatically component lead as a participant in change management project-based ticket under Jira management service

I'm following below instructions , BUT Got stuck on point number (5) --> select Edit request participant. I'm not finding at all where it is ?

Your quick guidance will be highly appreciated

Kind regards,

Muhammad Nazim

Instructions:

In Jira Service Management (JSM), you can automatically add the Component Lead as a Request Participant using Automation Rules. Here’s how you can do it: 

Shape 

Solution: Use Jira Automation Rules 

This automation rule will automatically add the Component Lead as a Request Participant when an issue is created. 

1️ Open Jira Automation 

  1. Navigate to your Jira Service Management Project. 

  1. Click on Project settings. 

  1. Select Automation. 

  1. Click Create rule. 

Shape 

2️ Set the Trigger: Issue Created 

  1. Click Add trigger. 

  1. Select Issue Created. 

  1. Click Save. 

Shape 

3️ Add a Condition: Ensure Component is Set 

  1. Click New condition. 

  1. Select Issue Fields Condition. 

  1. Configure: 

  • Field: Components 

  • Condition: is not empty 

  1. Click Save. 

Shape 

4️ Lookup the Component Lead 

  1. Click New action. 

  1. Select Lookup Issues. 

  1. Use this JQL to get the Component Lead: 

jql 

project = "{{issue.project.key}}" AND component = "{{issue.components.name}}" 

  1. Click Save. 

Shape 

5️ Add the Component Lead as a Request Participant 

  1. Click New action. 

  1. Select Edit Request Participants. 

  1. In the "Participants" field, enter: 

{{lookupIssues.component.lead}} 

  1. Click Save. 

Shape 

6️ Save and Enable the Rule 

  1. Click Save. 

  1. Turn on the rule. 

Shape 

What Happens Now? 

  • When a new issue is created, the rule: 

  • Checks if the issue has a Component. 

  • Finds the Component Lead using JQL. 

  • Automatically adds them as a Request Participant. 

1 answer

0 votes
Valerie Knapp
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 2, 2025

Hi @Muhammad Nazim , welcome to the Atlassian Community and thanks for your post. 

Thanks also for the detailed explanation of what you're trying to do. 

Unfortunately, it's not yet possible to access through smart values the Component Lead.

There are a few other posts in the community with some workarounds for this https://community.atlassian.com/t5/Jira-questions/Is-it-possible-to-use-components-lead-in-Automation-for-Jira/qaq-p/1640467 

Please check out this post and see if it helps you at all. 

Best wishes

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events