How to get all issue which are assigned to perticular camponent in a JIRA project

Ramaiah Pendli July 15, 2016

How to get all issue which are assigned to perticular camponent in a JIRA project and if the unresolve issue count reach more than 200 it should get triger email to new issue raised user.

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 15, 2016

Search for them, and save the filter - "component = x and resolution is empty"

You'll then need to write a bit of code - something that runs regularly, executes the filter and sends the email (or even raise a new issue and let that send email?) when the filter returns more than 200 issues.

Ramaiah Pendli July 15, 2016

can you help me to put this example in a Script Listeners to complete the task, i don't know much coding knowledge, also please help me out how to write script runner scripts.  

Suggest an answer

Log in or Sign up to answer