Back


How to set checklist metadata with automation

Sometimes users will forget to set metadata in a checklist. You can use automation to set metadata and pull in Jira smart values.





You need a checklist with metadata in order to use this automation rule.

1. Navigate to the project automation section of your Jira project. If you are a Jira admin, you can do this from the global automation administration page.

2. Click "Create rule."

3. Choose any trigger you would like. For this example, we will use the "Issue transitioned" trigger.

4. If you would like to add a condition, you may do so here.

5. For the automation action, choose the "Set entity property" action.

6. In the "Property key" field, add the text "didit.action."

7. For the "Property value," use JSON like below.

The action will always be "set_metadata" if you want to set a checklist's metadata. For the "name" row, choose the name of the metadata you would like to set. Finally, in the "value" field, choose the value or Jira smart value you would like to put in the metadata field.

For JSON examples, please visit our Jira automation examples page.

{
"action": "set_metadata",
"name": "Employee Name",
"value": "{{issue.summary}}"
}

8. When you are finished, turn on the rule and you can see it in action.



Let's connect!

Your direct line to us - because we're more than just software, we're a community.
Whether you have burning questions, technical challenges, brilliant ideas, or just want to say hello, this is the place to do it.
Feel free to choose the option that suits your needs best, and let's start a conversation.


Personal Demo

Our experts are here to guide you through every feature and answer all your questions. Don't miss out on this opportunity to supercharge your productivity.

book live demo


Live Chat

Join the Didit community on Discord! It's not only the ideal hub to connect directly with our development team, but also a space to engage with other users.

chat with us


Feedback

Visit our Canny page to suggest and vote on new features. Your feedback helps us improve our software to better align with your needs.

share your voice


Release Notes

Discover what's new with Didit! Our changelog provides a detailed overview of the latest features, fixes, and enhancements. 

stay up to date

Join our Newsletter

Subscribe and never miss out on important news, feature releases and votings.





This page was last edited on 04/09/2024.