How to set value to wiki attribute (api) ?
Hello, I'm using server side plugin and trying to edit wiki attribute. What type should I set as a value? Thanks. |
Accepted answer
Ralph Schoon (63.6k●3●36●46)
| answered Jul 08 '14, 3:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
When you debug reading the data of such an attribute, It is a string.
Yehiel Glass selected this answer as the correct answer
Comments
Yehiel Glass
commented Jul 08 '14, 11:56 a.m.
Hi Ralph, thanks for your answer.
When I try setValue(WikiAttribute,String)
I get incompatible exception.
Did you succeed ?
Ralph Schoon
commented Jul 08 '14, 12:48 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I just read it. I didn't try to set it. Other String attributes e.g. the description are set using some XML tools. I wasn't able to find anything in the SDK with respect to WIKI types. Sorry.
Yehiel Glass
commented Jul 10 '14, 5:55 a.m.
Who can help ? Can you forward it to the developers ? Thanks!
Yehiel Glass
commented Jul 13 '14, 3:23 a.m.
Hi Ralph, I tried to set a string again and succeeded.. I don't know what was my problem at first but thanks for your help! <o:p> </o:p>
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Can someone help ?
I didn't found any information about setting value to Wiki attribute at all.