Forums

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

How to create a plugin that works at a specific time in jira?

Acroo April 18, 2017

Important: I use atlassian-sdk. (java)

For example: I need to create a plugin that clears the field in the issue every day at 5 am.

Any ideas?

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 18, 2017

You can write a "service" to run regularly, searches for issues where the field is set and clear it out.

Acroo April 18, 2017

How to write a "service to run regularly"  (java code, not in "/admin/ViewServices!default.jspa") in jira? 
Do you have any examples?

Suggest an answer

Log in or Sign up to answer