I need to automate validator creation for workflow in my Jira. F.E.:
Jira gets data from file (csv) or SQL DB and checks the number with value of some position in data (file or DB). If value in some customfield is bigger than value in data, then task can't move forward in workflow.
Also, I need to get values from fields in datafile and notify about it in some screen on transition.
Anybody knows, is there any solutions for my issue?
Hello,
You would need a plugin for it.
You could use the Power Scripts plugin:
You could create a validator which would read a csv file or a database table and then implemented required by you logic.
Actually, I using ScriptRunner but I thing somewhere is more simple and elegant solution. The best way is would be an addon that creates a pop-up window/frame.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.