Jira Product Discovery automation to check for populated fields

Jim Smith
Contributor
August 1, 2023

In JPD you can't write in validations in the workflow...at least not yet.  So, I'm thinking that Jira Automation can help here? 

The scenario is that when the field, "Program Incrementor" value is changed, verify that xxx fields are not empty.  If xxx fields are empty, then display a notification or an error message etc. and prompt for the fields to be populated.

1 answer

1 accepted

0 votes
Answer accepted
Ste Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 5, 2023

Hi @Jim Smith 

You can't use Automation to block a field change, but you could reverse the change?

The rule might look something like this...

  • Trigger: Field Value Changed
    • Field = Program Incrementor
  • Condition: JQL Condition
    • JQL - "Field 1" is EMPTY OR "Field 2" is EMPTY OR "Field 3" is EMPTY
  • Action: Edit Issue
    • Field = Program Incrementor
      • Value = {{fieldChange.fromstring}}
  • Action: Send Email
    • To = Initiator
    • Subject/Content = Explain why the edit was reversed/rejected

^ I added the email action so a user whose modification is reversed knows why :)

Ste

Jim Smith
Contributor
August 11, 2023

@Ste Wright Thank you! that actually will work quite well!

Like Ste Wright likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events