RestSharp を使用して json データを読み込もうとしています。
しかし、jsonオブジェクトの読み取りに問題があります。私はこの応答を持っています:
expand: "html",
self: "<url>/INCIDENT-447",
key: "INCIDENT-447",
fields: {
customfield_11414: {
name: "Corrective Measures",
type: "com.atlassian.jira.plugin.system.customfieldtypes:textarea"
},
summary: {
name: "summary",
type: "java.lang.String",
value: "BLA BLA BLA"
},
Property の summery と customfield_11414 を使用してオブジェクトを作成する必要がありますが、それらの値だけが必要です。JSON オブジェクト全体ではありません