Hi,
I am trying to setup some automation around tasks, so that we can have a dashboard that is up to date, along with history in the task.
We have a paragraph field on the task, that we use for the most recent update, which we would like to have any update to that field posted as a comment. I'm just not sure if that is possible with the jira smart values.
Can anyone point me in the right direction or advise if this is not possible?
Edit: trying this; {{issue.[Notes].defaultValue}}, Notes is the name of the field, but that is erroring because by default it is blank, so not the right value.
TIA
Hi Elliott!
I'm not sure I understand your question, but I want to chime in that .defaultValue will only return the normal state of the field, not any changes that have been made to it.
Let's say your field, Notes, have a default value that says "Please write your notes here"
Which your users then replaces with their actual notes, the .defaultValue would then still return "Please write your notes here"
That makes sense, which is why it's erroring, as the default is blank.
Basically, we have a field that we can put notes in, so when a note is added/edited, I would like that value adding as a comment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've tried it myself right now, so what you want to do is a two step automation like this:
Here's an image of it in action
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.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.