Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

you can post the user's extra infomation by the below URL:

  • {BaseURL}/rest/gearsuserprofile/1.0/userprofile/saveUserProfile/{userkeyusername}/{key}/{value}

Example

  • http://jira.hostname.comcom:8080/gearsuerprofilerest/gearsuserprofile/1.0/userprofile/saveUserProfile/adminuser04/qq/27004245548239500

we will response the result

Code Block
languagesass
{
    result:true|false,
    message:"message",
    cannext: true|false,
    value:{},
    strValue:""
}

 

 

...