{"id":368,"date":"2022-09-14T13:15:40","date_gmt":"2022-09-14T13:15:40","guid":{"rendered":"https:\/\/titanapps.io\/blog?p=368"},"modified":"2025-07-17T10:57:22","modified_gmt":"2025-07-17T10:57:22","slug":"jira-manual-testing","status":"publish","type":"post","link":"https:\/\/titanapps.io\/blog\/jira-manual-testing","title":{"rendered":"Best Practices For Manual Testing In Jira"},"content":{"rendered":"\n<p>While Jira is not the best tool for manual testing (it simply wasn\u2019t built with QA in mind), it is &#8211; by far &#8211; the go-to choice for most software development projects.&nbsp;<\/p>\n\n\n\n<p>Jira has gained its popularity thanks to its vast customization capabilities. In simpler words, there are ways to fine-tune it to meet the needs of a manual tester.<\/p>\n\n\n\n<p>Moreover, it&#8217;s a two-way street: there are ways a QA engineer can utilize the tool to a greater extent.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Jira manual testing basics<\/h2>\n\n\n\n<p>Jira is built in a way where every task and subtask ends up in the \u201cdone\u201d column. This is a challenge for manual testing as the fact that you are done with the case doesn&#8217;t mean you won\u2019t be reusing the test case.&nbsp;<\/p>\n\n\n\n<p>Fortunately, there are certain ways you can work around this limitation using the functionality Jira offers.&nbsp;<\/p>\n\n\n\n<p>If you are working on a smaller project, User Stories and Sub Tasks should be 90% of Jira functionality you\u2019ll need for manual testing.&nbsp;<\/p>\n\n\n\n<p>This simplicity, however, does not mean that there\u2019s no method behind it. For instance, you\u2019ll need to include the following elements into your test case \/ user story:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>The steps you\u2019ll need to take to reach a certain goal:<\/strong> be descriptive, but not too wordy. Having a numbered list that goes from the homepage to clicking on the contact button, to filling out the fields in the form is enough.<\/li>\n\n\n\n<li><strong>Expected results:<\/strong> What do you want the user to experience when following the aforementioned steps? Should the form give an error message if an invalid sequence is typed in? And does it do so?&nbsp;<\/li>\n<\/ol>\n\n\n\n<p>Sub-tasks bring the reusability into play. They\u2019ll serve as iterations or individual test runs. Do note that, if you are using sub-tasks in this manner, you\u2019ll need to label each of them with the&nbsp;<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Expected outcome<\/li>\n\n\n\n<li>Version<\/li>\n\n\n\n<li>Assignee<\/li>\n<\/ol>\n\n\n\n<p>There\u2019s a downside to using Jira in this way. For starters, the number of stories and subtasks you create will affect the sprint scope for the dev team. In addition to that, the growing number of tasks will be harder to manage on projects of a larger scale and scope. Some of the possible solutions would be to ask your Jira admin for help with setting up a dedicated testing project, or with creating a specific work (issue) type for test cases. The latter option is preferable for times when everyone needs to keep their finger on the project\u2019s pulse, as tracking the data in a single project is much simpler than managing several.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Manual testing using Jira: best practices<\/h2>\n\n\n\n<p>Now that we\u2019ve covered the basic Jira setup, let\u2019s dig a bit deeper into the meat of testing in Jira.<\/p>\n\n\n\n<ul class=\"wp-block-list large-list\">\n<li><strong>Test cases:<\/strong> Writing test case descriptions is a monotonous, repetitive task. But think about it this way &#8211; the better a job you do at this stage, the more time (and budget) you\u2019ll save in the long run. Try to be as clear and descriptive as possible:\n<ul class=\"wp-block-list\">\n<li>Always mention the \u201cwhy\u201d or the need for the feature to be present. This description is somewhat different from what a feature does as it needs to cover the benefit to the user as well as the functionality.<\/li>\n\n\n\n<li>Clearly define the activities a user needs to go through during their interaction with the product in order to achieve their goal.<\/li>\n\n\n\n<li>Mention the frameworks of the test cases.&nbsp;<\/li>\n\n\n\n<li>Add screenshots to illustrate the steps a user is taking better.&nbsp;<\/li>\n\n\n\n<li>Add prioritization: &nbsp;Select the correct priority for each test case. You\u2019ll be able to form the scope for smoke\/regression testing based on these priorities.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Stay true to the requirements:<\/strong> the fact that teams keep their requirements in Jira is one of the strongest sides of the product. It is your job, however, to become the \u201cbridge\u201d between the documentation and the QA processes. Always link to the requirements as it is one of the clearest indicators of dependencies between the functionality you are testing. This approach will help you, the dev team, and business analysts alike.&nbsp;<\/li>\n\n\n\n<li><strong>Group your test cases: <\/strong>You will be working with a lot of scripts. There will naturally come a time when they become unsearchable due to the sheer volumes of similar results in the system. One of the best things you could do to prevent this from happening is to categorize your tests based on product components (like testing scripts for administration) or user persona (for example, a registered user). Use labels for these categories when groupings when naming tests.&nbsp;<\/li>\n\n\n\n<li><strong>Add variation to your test cases: <\/strong>It\u2019s great when a system works well in an appropriate environment. But you don\u2019t want your users to face an unpleasant surprise when using the software under heavy load or when the internet connection is down? Plan to run the same tests under different scenarios and conditions to truly make sure that the software is working as intended.&nbsp;<\/li>\n\n\n\n<li><strong>Rely on additional tools and functionality that can elevate your experience inside Jira: <\/strong>the Atlassian Marketplace has a nice selection of add-ons you can use to better manage and run your test cases.&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Add-on for manual testing with Jira<\/h2>\n\n\n\n<p>You can always use an integration of the tool you are already using, or add the missing bits of functionality with a handy add-on. For instance, you can use <a href=\"https:\/\/marketplace.atlassian.com\/apps\/1216451\/smart-checklist-for-jira-pro?hosting=cloud&amp;tab=overview\" target=\"_blank\" rel=\"noreferrer noopener\">Smart Checklist\u2019s<\/a> <a href=\"https:\/\/titanapps.io\/blog\/jira-checklist-templates\/\" target=\"_blank\" rel=\"noreferrer noopener\">templates functionality<\/a> to create the steps necessary to run the test case once, and they\u2019ll automatically be there once you open a work item (issue) of a certain type.\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Smart Checklist for Jira | Getting Started\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/mOuUImPHobg?start=2&#038;feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>Our Jira Checklist allows you to make checklist templates for all kinds of recurring tasks like test cases. Decide which tickets you\u2019d want to come with a pre-generated checklist, set them up once, and every following ticket that\u2019s related to the process will come with this checklist from the get-go.&nbsp;<\/p>\n\n\n\n<p>Smart Checklist allows you to automate templates even further through customizable <a href=\"https:\/\/railsware.atlassian.net\/wiki\/spaces\/CHKSDC\/pages\/3465117697\/Default+Template+Extended+Conditions\" target=\"_blank\" rel=\"noreferrer noopener\">extended conditions<\/a>. These conditions go beyond work type and cover request Type, priority, components, labels, reporter, standard custom fields, among others. Do note that this functionality is limited to the Server\/DC version of the add-on.\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"437\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/templates-1-1024x437.png\" alt=\"\" class=\"wp-image-3353\" srcset=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/templates-1-1024x437.png 1024w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/templates-1-300x128.png 300w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/templates-1-768x328.png 768w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/templates-1-1536x655.png 1536w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/templates-1-2048x873.png 2048w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/templates-1-24x10.png 24w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/templates-1-36x15.png 36w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/templates-1-48x20.png 48w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Alternatively, there are excellent QA-specific add-ons like ZephyrSquad or QMetry for Jira. They can help you access and create tests from Jira work items, craft traceable reports or inject test definitions into tasks. You can learn more about these add-ons in our <a href=\"https:\/\/titanapps.io\/blog\/jira-test-management-tools\/\" target=\"_blank\" rel=\"noreferrer noopener\">review<\/a>.<\/p>\n\n\n\n<section class=\"banner-block\">\n  <div class=\"banner-block__info\">\n    <h5 class=\"banner-block__title\">Add checklists to your Jira tasks<\/h5>\n    <ul class=\"banner-list\">            <li class=\"banner-list__item\">Add and edit items<\/li>\n                      <li class=\"banner-list__item\">Make recurring templates<\/li>\n                      <li class=\"banner-list__item\">Automate them with your conditions<\/li>\n                      <li class=\"banner-list__item\">Tag colleagues, add deadlines<\/li>\n          <\/ul>    <a href=\"https:\/\/marketplace.atlassian.com\/apps\/1216451\/smart-checklist-for-jira-pro?tab=overview&#038;hosting=cloud\" target=\"_blank\" class=\"banner-block__link btn btn-orange\" >Try it free<\/a>\n  <\/div>\n  <div class=\"banner-block__image\">\n    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2020\/05\/Smart-Checklist_Jira-3.svg\" alt=\"\" width=\"420\" height=\"331\">\n  <\/div>\n<\/section>\n\n\n\n<section class=\"writer\">\n  <div class=\"writer__image\">\n    <img alt='Oleksandr Siryi' src='https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/05\/oleksandr-siryi_avatar-180x180.png' srcset='https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/05\/oleksandr-siryi_avatar-361x360.png 2x' class='avatar avatar-180 photo' height='180' width='180' \/>  <\/div>\n\n  <div class=\"writer-data\">\n    <span class=\"writer-data__label\">Article by<\/span>\n    <span class=\"writer-data__name\">\n      Oleksandr Siryi    <\/span>\n    <div class=\"writer-data__bio\">\n          <\/div>\n\n      <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>While Jira is not the best tool for manual testing (it simply wasn\u2019t built with QA in mind), it is &#8211; by far &#8211; the go-to choice for most software development projects.&nbsp; Jira has gained its popularity thanks to its vast customization capabilities. In simpler words, there are ways to fine-tune it to meet the [&hellip;]<\/p>\n","protected":false},"author":181780125,"featured_media":6586,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1401,1405,1429,1409],"tags":[],"coauthors":[1427],"class_list":["post-368","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-article","category-atlassian-jira","category-qa","category-smart-checklist"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Jira Manual Testing Best Practices | TitanApps Blog<\/title>\n<meta name=\"description\" content=\"Check out these useful tips and quality of life improvements for manual testers who rely on Jira to collaborate with the dev team and deliver results.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/titanapps.io\/blog\/jira-manual-testing\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Jira Manual Testing Best Practices | Smart Checklist Blog\" \/>\n<meta property=\"og:description\" content=\"Check out these useful tips and quality of life improvements for manual testers who rely Jira to collaborate with the dev team and deliver results.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/titanapps.io\/blog\/jira-manual-testing\" \/>\n<meta property=\"og:site_name\" content=\"Titanapps\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-14T13:15:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-17T10:57:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/10\/Jira-Manual-Testing-Best-Practices.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2240\" \/>\n\t<meta property=\"og:image:height\" content=\"1260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Oleksandr Siryi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Jira Manual Testing Best Practices | Smart Checklist Blog\" \/>\n<meta name=\"twitter:description\" content=\"Check out these useful tips and quality of life improvements for manual testers who rely Jira to collaborate with the dev team and deliver results.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/10\/Jira-Manual-Testing-Best-Practices.png\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oleksandr Siryi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/titanapps.io\/blog\/jira-manual-testing\",\"url\":\"https:\/\/titanapps.io\/blog\/jira-manual-testing\",\"name\":\"Jira Manual Testing Best Practices | TitanApps Blog\",\"isPartOf\":{\"@id\":\"https:\/\/titanapps.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/titanapps.io\/blog\/jira-manual-testing#primaryimage\"},\"image\":{\"@id\":\"https:\/\/titanapps.io\/blog\/jira-manual-testing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/Best-Practices-For-Manual-Testing-In-Jira-1.svg\",\"datePublished\":\"2022-09-14T13:15:40+00:00\",\"dateModified\":\"2025-07-17T10:57:22+00:00\",\"author\":{\"@id\":\"https:\/\/titanapps.io\/blog\/#\/schema\/person\/e31194dd28ed4ff3f447c7ce300f46cf\"},\"description\":\"Check out these useful tips and quality of life improvements for manual testers who rely on Jira to collaborate with the dev team and deliver results.\",\"breadcrumb\":{\"@id\":\"https:\/\/titanapps.io\/blog\/jira-manual-testing#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/titanapps.io\/blog\/jira-manual-testing\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/titanapps.io\/blog\/jira-manual-testing#primaryimage\",\"url\":\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/Best-Practices-For-Manual-Testing-In-Jira-1.svg\",\"contentUrl\":\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/Best-Practices-For-Manual-Testing-In-Jira-1.svg\",\"width\":476,\"height\":314},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/titanapps.io\/blog\/jira-manual-testing#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/titanapps.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Best Practices For Manual Testing In Jira\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/titanapps.io\/blog\/#website\",\"url\":\"https:\/\/titanapps.io\/blog\/\",\"name\":\"Titanapps\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/titanapps.io\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/titanapps.io\/blog\/#\/schema\/person\/e31194dd28ed4ff3f447c7ce300f46cf\",\"name\":\"Oleksandr Siryi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/titanapps.io\/blog\/#\/schema\/person\/image\/3071edc8a225b0198b189bd93cd7db6f\",\"url\":\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/05\/oleksandr-siryi_avatar-96x96.png\",\"contentUrl\":\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/05\/oleksandr-siryi_avatar-96x96.png\",\"caption\":\"Oleksandr Siryi\"},\"sameAs\":[\"http:\/\/blogjirachecklist.wordpress.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Jira Manual Testing Best Practices | TitanApps Blog","description":"Check out these useful tips and quality of life improvements for manual testers who rely on Jira to collaborate with the dev team and deliver results.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/titanapps.io\/blog\/jira-manual-testing","og_locale":"en_US","og_type":"article","og_title":"Jira Manual Testing Best Practices | Smart Checklist Blog","og_description":"Check out these useful tips and quality of life improvements for manual testers who rely Jira to collaborate with the dev team and deliver results.","og_url":"https:\/\/titanapps.io\/blog\/jira-manual-testing","og_site_name":"Titanapps","article_published_time":"2022-09-14T13:15:40+00:00","article_modified_time":"2025-07-17T10:57:22+00:00","og_image":[{"width":2240,"height":1260,"url":"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/10\/Jira-Manual-Testing-Best-Practices.png","type":"image\/png"}],"author":"Oleksandr Siryi","twitter_card":"summary_large_image","twitter_title":"Jira Manual Testing Best Practices | Smart Checklist Blog","twitter_description":"Check out these useful tips and quality of life improvements for manual testers who rely Jira to collaborate with the dev team and deliver results.","twitter_image":"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/10\/Jira-Manual-Testing-Best-Practices.png","twitter_misc":{"Written by":"Oleksandr Siryi","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/titanapps.io\/blog\/jira-manual-testing","url":"https:\/\/titanapps.io\/blog\/jira-manual-testing","name":"Jira Manual Testing Best Practices | TitanApps Blog","isPartOf":{"@id":"https:\/\/titanapps.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/titanapps.io\/blog\/jira-manual-testing#primaryimage"},"image":{"@id":"https:\/\/titanapps.io\/blog\/jira-manual-testing#primaryimage"},"thumbnailUrl":"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/Best-Practices-For-Manual-Testing-In-Jira-1.svg","datePublished":"2022-09-14T13:15:40+00:00","dateModified":"2025-07-17T10:57:22+00:00","author":{"@id":"https:\/\/titanapps.io\/blog\/#\/schema\/person\/e31194dd28ed4ff3f447c7ce300f46cf"},"description":"Check out these useful tips and quality of life improvements for manual testers who rely on Jira to collaborate with the dev team and deliver results.","breadcrumb":{"@id":"https:\/\/titanapps.io\/blog\/jira-manual-testing#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/titanapps.io\/blog\/jira-manual-testing"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/titanapps.io\/blog\/jira-manual-testing#primaryimage","url":"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/Best-Practices-For-Manual-Testing-In-Jira-1.svg","contentUrl":"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2022\/09\/Best-Practices-For-Manual-Testing-In-Jira-1.svg","width":476,"height":314},{"@type":"BreadcrumbList","@id":"https:\/\/titanapps.io\/blog\/jira-manual-testing#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/titanapps.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Best Practices For Manual Testing In Jira"}]},{"@type":"WebSite","@id":"https:\/\/titanapps.io\/blog\/#website","url":"https:\/\/titanapps.io\/blog\/","name":"Titanapps","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/titanapps.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/titanapps.io\/blog\/#\/schema\/person\/e31194dd28ed4ff3f447c7ce300f46cf","name":"Oleksandr Siryi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/titanapps.io\/blog\/#\/schema\/person\/image\/3071edc8a225b0198b189bd93cd7db6f","url":"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/05\/oleksandr-siryi_avatar-96x96.png","contentUrl":"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/05\/oleksandr-siryi_avatar-96x96.png","caption":"Oleksandr Siryi"},"sameAs":["http:\/\/blogjirachecklist.wordpress.com"]}]}},"article_bg":"#FFD8B3","_links":{"self":[{"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/posts\/368"}],"collection":[{"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/users\/181780125"}],"replies":[{"embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/comments?post=368"}],"version-history":[{"count":18,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/posts\/368\/revisions"}],"predecessor-version":[{"id":5692,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/posts\/368\/revisions\/5692"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/media\/6586"}],"wp:attachment":[{"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/media?parent=368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/categories?post=368"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/tags?post=368"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/coauthors?post=368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}