I am creating subtasks and trying to do 2 things
Is this possible using advanced Fields?
Thanks!
Hi Jenifer,
Yes you can do that.
To set the assignee using the value of a user custom field.
{ "fields": { "Assignee": {"name": "{{issue.fields.My User Picker}}"} } }
To set due date to current date + 2 days. Select the due date field in the edit issue action, and add this:
{{#now}}func=plusDays(2){{/now}}
Scott
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Scott,
Can the due date be set to a custom date field in the parent +2 days?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jenifer,
See our working with dates docs. You can also use other date fields in smart values. Something like this should do the trick:
{{#issue.parent.fields.Other Date field}}func=plusDays(2){{/}}
Cheers,
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you! I was looking at the Advanced Fields, totally missed the Smart fields and Working with Dates.
This add-on has been a life saver! Review to come shortly!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jenifer,
No worries - happy to help! Feel free to reach out again if you have more questions!
Cheers,
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.