Releases: spartez/vue-aui-jira-extras
Releases · spartez/vue-aui-jira-extras
Change the separator in the user picker
v0.6.1
$jira.getUser
now expects an object with either or accountId
, key
or username
instead of a userKey
passed as a string
- Fix
UserPicker
to use userKey
(not accountId
) on Jira Server
v0.5.0
Braking
- UserPicker now uses
accountId
instead of userKey
in the v-model
. This means that value
consumes accountId
and @input
emits accountId
of users.