P
P
prob2017-01-26 15:57:10
JIRA
prob, 2017-01-26 15:57:10

Issue counter in JIRA per user?

Good day. Is it possible to organize a process in JIRA in which each user can create a limited number of issues, after a certain date the counter is reset?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
papurin, 2017-01-26
@papurin

You can:
Write a validator (Jython, Groovy, ScriptRunner, self-written plugin) at the Create step, which will search through jql to look for the number of tasks created by the current user. If the number is exceeded, then do not allow to create. (As an option, write a validator in JS, which, through the rest api, does the same thing)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question