Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Automation

kiran kumar April 11, 2019

Not sure how to define the question exactly.

I want to find a way to pull all the projects with a specific issue type that are unused with Project name, Lead and Lead's e-mail address

Then I want JIRA to send e-mails to all the leads and create an issue if they reply.

I want to set this to a schedule job.

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 13, 2019

You'll need to write code to do this, because:

  • Jira doesn't have negative reporting, you can't ask to find issues that aren't there.
  • Your report is nothing that Jira has defined
  • There's nothing to send reports by email (manually or scheduled)
  • There's nothing to catch and respond to the incoming emails

I would reach for a Scripted Service myself.

Suggest an answer

Log in or Sign up to answer