質問編集履歴

2

ソース修正

2022/01/13 12:36

投稿

tokumeikibou162
tokumeikibou162

スコア19

test CHANGED
File without changes
test CHANGED
@@ -8,8 +8,20 @@
8
8
  しかし実際欲しい値が格納されているvalueを取れない状況です。
9
9
  どうかお力の程お貸しください。
10
10
 
11
+
11
12
  xmlドキュメント
12
- '''<issue> <id>10</id> <tracker id="4" name="運用保守"/> <author id="6" name="●●太郎"/> <subject>タイトル</subject> <custom_fields type="array"> <custom_field id="1" name="受付_日付"> <value>2021-03-02</value> </custom_field> <custom_field id="2" name="受付_時刻"> <value>10:10</value> </custom_field> </custom_fields> </issue>
13
+ '''<issue> <id>10</id>
14
+ <tracker id="4" name="運用保守"/>
15
+ <author id="6" name="●●太郎"/>
16
+ <subject>タイトル</subject>
17
+ <custom_fields type="array">
18
+ <custom_field id="1" name="受付_日付">
19
+ <value>ここが取りたい</value>
20
+ </custom_field>
21
+ <custom_field id="2" name="受付_時刻"> <value>10:10</value>
22
+ </custom_field>
23
+ </custom_fields>
24
+ </issue>
13
25
  '''
14
26
  ソース
15
27
 

1

2022/01/13 12:33

投稿

tokumeikibou162
tokumeikibou162

スコア19

test CHANGED
File without changes
test CHANGED
@@ -9,8 +9,7 @@
9
9
  どうかお力の程お貸しください。
10
10
 
11
11
  xmlドキュメント
12
- '''
13
- <issue> <id>10</id> <tracker id="4" name="運用保守"/> <author id="6" name="●●太郎"/> <subject>タイトル</subject> <custom_fields type="array"> <custom_field id="1" name="受付_日付"> <value>2021-03-02</value> </custom_field> <custom_field id="2" name="受付_時刻"> <value>10:10</value> </custom_field> </custom_fields> </issue>
12
+ '''<issue> <id>10</id> <tracker id="4" name="運用保守"/> <author id="6" name="●●太郎"/> <subject>タイトル</subject> <custom_fields type="array"> <custom_field id="1" name="受付_日付"> <value>2021-03-02</value> </custom_field> <custom_field id="2" name="受付_時刻"> <value>10:10</value> </custom_field> </custom_fields> </issue>
14
13
  '''
15
14
  ソース
16
15