It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I am looking to set due date automatically based on the issue type. I see there is an option for date and time, would that work?
You can add a script post function or listener, here you can find some code samples:
To modify the dueDate you need to call:
issue.setDueDate();
To check for a issue type:
issue.getIssueTypeObject().getName() == 'ISSUETYPENAME'
Just wanted to confirm that this is the system field I am trying to modify.
I am not very well versed with goovy / programming , could you possible share an example of the script please?
Thanks
Ankit
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreAtlas Camp is our developer event which will take place in Barcelona, Spain from the 6th -7th of September . This is a great opportunity to meet other developers and get n...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.