Jira Work Management includes several project templates for marketing teams – from events planning to email campaigns. But why would a marketing team choose to use Jira, a tool originally designed for software development?
...
Checklist Templates
Creating a checklist template for each option in the Content type dropdown will ensure that all of the needed steps are carried out.
...
Install Issue Checklist for Jira.
Select Checklist from the left nav bar.
Click Create template.
Name the template (Web contentWebContent).
Add the required tasks to the checklist:
At least 1 keyword in title tag
Title tag 10-60 characters
At least 1 keyword in description
Description tag < 200 characters
Fewer than 10 keywords in keyword tag
Individual keyword density < 6%
All images have alt tags describing image
Links open to new tab
Loaded and scheduled on site
Click Save.
Repeat steps 3-6 for each option in the Content-type dropdown, creating an appropriate checklist for each.
Automation Rule
Find custom field ID for the Checklist Template field.
Find the ID of the template to be applied by the rule. Go to Project > Checklist. Templates are listed in alphabetical order and numbered from top to bottomEnsure that the Apply checklist templates from issue labels global setting is enabled.
Navigate to Project Settings > Automation (or Jira Settings > System > Automation rules).
Click Create rule.
Select the Issue transitioned trigger.
Leave the From status empty and select
as the To status.Status colour Blue title in review Click Save.
Click New condition and select If / else block.
Click Add conditions and select Issue fields condition.
Select Content type as the field, equals as the condition and Blog post as the value.
Click Add conditions and select Issue fields condition.
Select Checklist Text as the field and is empty as the condition. (This will keep the checklist from being added repeatedly when subsequent drafts are submitted for review.)
Click Save.
Click New action.
Select Edit issue.
Click More options and insert the following, using the appropriate custom field ID and Select Labels as the field to be edited.
Select or add the label that corresponds to the appropriate template ID.
{ "fields": { "customfield_10044" : "9" } }Code Block Click Save.
Click on Add else.
Repeat steps 9-17 for each Content type and template.
Name the rule and click Turn it on.
...
A new issue is raised for the creation of a new marketing asset (blog post).
The issue is transitioned to the
status and assigned to member of the marketing team who begins drafting the post.Status title draft When the draft is complete, the assignee transitions the issue to the
status and assigns the issue to their supervisor.Status colour Blue title in review Since the blog post is web content, the SEO checklist is automatically added to the issue.
The supervisor reviews the post for content and SEO. Seeing that the post meets all of the criteria, the supervisor approves the post.
Once the post has been approved, the marketing team loads and schedules the blog on the company website, and transitions the issue to
.Status colour Green title done
...