I have to get a phone number of an user. For this I have to get a http request passing the variable ${profileUser} as parameter. How can I do that?
<web-item key="custom-user-hover-details" section="system.user.hover.links" weight="100" > <label>${profileUser}</label> <link></link> </web-item>
where you want to get the phone number of user? but before that you need to store the phone number of user in some table of jira but jira is not giving that facility to add the phone number to a user. Instead it provide Key Value to add as a property.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bharadwaj Jannu , you can easily store it as additional attribute in cwd_user_attributes. Or in some active-objects table of your plugin, if you prefer.
@mitsuplit , thanks greatly for that idea! I was roaming around that user-hover web-item about a day, trying to fit phone number there, in links.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.