Forums

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

Study JQL programming.

James Liang August 3, 2023

I want to program a code that can do automatic collecting the specific issues from JIRA.

1 answer

0 votes
Ollie Guan
Community Champion
August 3, 2023

Hi @James Liang ,

There are many options, such as

  • Obtain and transmit to third-party systems through API
  • Query via JQL and share Filter or dashboard
  • Send email to specified user groups through subscription
  • Use webhook to synchronously deliver to Slack, or other IM tools
James Liang August 3, 2023

thank you for providing these good suggestions! I will try to test it!

Like Ollie Guan likes this
James Liang August 3, 2023

by the way, can I ask questions?

1. After calling issue.search function and getting the issue.reporter, how can I also get the email address of this reporter? 

2. what's the API function that can close the batch issues?

Like James Liang likes this
James Liang August 3, 2023

Great! @Ollie Guan thank you so much for providing this doc for reference!

Thank You!

Like Ollie Guan likes this

Suggest an answer

Log in or Sign up to answer