{"id":1107,"date":"2014-01-30T14:37:51","date_gmt":"2014-01-30T13:37:51","guid":{"rendered":"http:\/\/www.capri-soft.de\/blog\/?p=1107"},"modified":"2014-01-30T15:10:03","modified_gmt":"2014-01-30T14:10:03","slug":"jira-6-x-sql-statement-get-actual-value-last-change-for-custom-field","status":"publish","type":"post","link":"https:\/\/www.capri-soft.de\/blog\/?p=1107","title":{"rendered":"JIRA 6.x SQL Statement: Get actual value \/ last change for custom field"},"content":{"rendered":"<h1>Problem<\/h1>\n<p>The actual value of a custom field from an Issue should be selected<\/p>\n<h1>Solution<\/h1>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">select CAST(pk.PROJECT_KEY as VARCHAR(10))+&#039;-&#039;+CAST(issue.issuenum AS varchar(10)), cfo.customvalue FROM \r\nCustomFieldValue cfv \r\nINNER JOIN CustomField CF on CF.Id = CFV.CustomField\r\nINNER JOIN CustomFieldOption CFO on CF.Id  = CFO.CustomField\r\nINNER JOIN jiraissue issue on issue.id = cfv.issue \r\nINNER JOIN project_key pk on PROJECT_ID=issue.PROJECT\r\nWHERE cf.CFName = &#039;Classification&#039; \r\nAnd CAST(CFO.Id AS VARCHAR(10)) =CFV.StringValue;<\/pre>\n<iframe src=\"http:\/\/www.facebook.com\/plugins\/like.php?href=https%3A%2F%2Fwww.capri-soft.de%2Fblog%2F%3Fp%3D1107&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light\" scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\" style=\"border:none; overflow:hidden; width:450px;margin-top:5px;\"><\/iframe>","protected":false},"excerpt":{"rendered":"<p>Problem The actual value of a custom field from an Issue should be selected Solution select CAST(pk.PROJECT_KEY as VARCHAR(10))+&#039;-&#039;+CAST(issue.issuenum AS varchar(10)), cfo.customvalue FROM CustomFieldValue cfv INNER JOIN CustomField CF on CF.Id = CFV.CustomField INNER JOIN CustomFieldOption CFO on CF.Id = CFO.CustomField INNER JOIN jiraissue issue on issue.id = cfv.issue INNER JOIN project_key pk on PROJECT_ID=issue.PROJECT &hellip; <a href=\"https:\/\/www.capri-soft.de\/blog\/?p=1107\" class=\"more-link\"><span class=\"screen-reader-text\">JIRA 6.x SQL Statement: Get actual value \/ last change for custom field<\/span> weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[27],"tags":[],"class_list":["post-1107","post","type-post","status-publish","format-standard","hentry","category-atlassian-jira"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4yGeN-hR","jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.capri-soft.de\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.capri-soft.de\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.capri-soft.de\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.capri-soft.de\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.capri-soft.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1107"}],"version-history":[{"count":3,"href":"https:\/\/www.capri-soft.de\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1107\/revisions"}],"predecessor-version":[{"id":1110,"href":"https:\/\/www.capri-soft.de\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1107\/revisions\/1110"}],"wp:attachment":[{"href":"https:\/\/www.capri-soft.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.capri-soft.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1107"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.capri-soft.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}