Hi,
I have to set up a condition on transition:
if the total Price (in custom field) is <100 then it is simply gets approved but when total price is >=100 then it will go for manager's approval.
any suggestion.
Currently i have tried Value Field (JSU) for the same irrespective of total prices its get approved.
Community moderators have prevented the ability to post new answers.
Hi James,
You might want to take a look at this add-on:
https://marketplace.atlassian.com/plugins/com.okapya.jira.checklist
Nice addon, a slight overkill for what am trying to achieve. But does the job. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey James,
you can add a popup when moving the issue to another state (transition).
Example:
Developer A wants to move Ticket B to Developer C for code review.
Once he tries to move the ticket in to this state, a popup is displayed. You can configure this popup with checkboxes as you mentioned. If this checkboxes are not "ticked" the transition is blocked. This way you make sure that your examples tasks above are read and done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Huseyin,
I don't think you understood the question. The checkboxes don't need to perform any action/ query/ or callback.
They are just there as a helpful checklist.
No need to perform any verification of the 'check' status of these checkboxes at all. The assignee can opt not to follow the checklist at all.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i am not sure how to include this on description but i can suggest to do it another way.
i.e create a check box using html tags and append to desctiption(you can hide desctioption if you want) by using javascript and onselect of radio button you can fill description
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's an approach i might consider if there are no off the shelf solution. :) Thanks Rambanam.
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.