Hi all,
is there a way to create a Booking system on Jira? I am creating a new form with ProForma but i need to made a field unselectable if the "House" is full.
How can i do this?
Thanks in advance,
Miguelk
@Miguel Belen
If you have insight plugin on jira you can follow these steps:
First create house object and 'Count' attribute
Then write groovy script which decreases 'count' attribute.
and finally add validator script for checking count.
if(count == 0) there is no place at house.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.