Good day,
I have following user case:
I have Structure with 2 levels Assignee->Issue sorted by Rank. So users make their tasks from first, than second ...
I want to add following functionality. If some user create new urgent issue and set in create issue window special check box ("urgent task"), then new issue will be placed before actual first issue in Structure for the same assignee. So I need to set Rank of new issue lower than that first issue.
So Scriptrunner script looks to have following logic:
- read Structure
- find first issue for user whom assigned new issue and read its Rank
-set Rank to new issue lower
But I can't find functions in Java API or examples in Adaptavist library , how to read and set Rank. Please help.
If you know how to make the same other way, it will be also fine.
Regards,
Alexander
@srikanth kocherlakota , I have the same problem when tetiing HTTP b uilder in script console, it says body, response, header are undeclared .
Did you find the problem?
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.