I have a custom user picker field to which I want to associate an action like the "Assign to Me" button. So bascially when I click on the button the user on the custom field will be updated to the current user.
The purpose for this button is so that testers can click on the button and "assign" the testing task to themselves instead of changing the assignee of the issue. I am trying to avoid creating multiple issues for development and testing purposes, as the issue workflow manages those steps.
Is this possible, or any other work arounds available?
Not possible by configurations. It will be pretty easy if you are okay with developing a new custom field type. Another option would be to use some javascripts but involves querying some REST APIs to get current user etc.
It is a pretty good place to start at. You might find this useful too!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok, I have come across https://developer.atlassian.com/display/JIRADEV/How+to+create+a+new+Custom+Field+Type
Are there better example of how to extend the Custom User Picker field? Or am I better of starting from scratch?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about creating a (looping and common) workflow step which updates the customfield to the current user?
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.