Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Auto populate based on response

Diane White
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 24, 2018

When the change implementer is adding the implementation details, I want them to respond to a question, "Was this change implemented at the approved date and time", or something like that. If they say yes, I want the Actual Implementation Date/Time field to populate with the Approved Date/Time. If they say no, I want to prompt them to add the actual date/time.

Anyone have ideas about how I can achieve this?

1 answer

1 accepted

0 votes
Answer accepted
Rachel Wright
Community Champion
April 25, 2018

Hi @Diane White, there are probably a few ways to do it, but here's one:

How about two transition buttons? 

  • The first button represents the "yes it was done at the right time" scenario.  When the user clicks the button a post function is used to copy the value of the "Approved Date/Time" field to the "Actual Implementation Date/Time field."  You can get this copy field post function from add-ons like Jira Misc Workflow Extensions or Suite Utilities for Jira.
  • The second button represents the "no it was done at a different time" scenario.  That button launches a transition screen that shows the "Actual Implementation Date/Time field" for entry.  And of course, you should make that field required.

You might also want to check for a value in the "Actual Implementation Date/Time" field somewhere before the final workflow status.

Just some thoughts.  Hope this helps!

Rachel Wright
Author, Jira Strategy Admin Workbook

Diane White
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 26, 2018

Rachel!

Thank you so much for your response! I truly appreciate your response - nice and simple for a newby like me. Hope to see you at another AUG meeting. I'm loving my book too!

Rachel Wright
Community Champion
April 26, 2018

Ha!  I thought that might be you! 

Great example of the Atlassian Community coming together online and offline!!

OM JI
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 12, 2018

u

Suggest an answer

Log in or Sign up to answer