I want to modify e-mail templates so mail text will depend on user`s properties. The method com.opensymphony.user.User.getPropertySet() is unavailable in JIRA 5. Do you know some another way to access properties in this case?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Michael I., were you able to solve this?
I'm using JIRA Automation Plugin (which I believe uses the Velocity Context) and I'm trying to retrieve a User Property like this: Issue > Reporter (aka User) > User Property key/value customid/1234, but not having luck.
I've tried variable substitution like
$UserPropertyManager.getPropertySet($issue.reporter).get("customerid")
but that didn't work.
My full question is here.
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.