In workflow, i want to assign transition's post condition to specific user.
How it could be possible ?
i don't want to assign to default user of role post condition.
please also let me know,
what does it mean, "Last user of Role" post condition ?
it means like, user of that role who was assign previously at any level in work flow ? suppose not assigned then what will happen ?
You can use "Update Issue Field" postfunction to update the assignee to a specific user.
Henning
Thanks it works.
please also let me know,
what does it mean, "Last user of Role" post condition ?
it means like, user of that role who was assign previously at any level in work flow ? suppose not assigned then what will happen ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly Dhaval, if I'm not mistaken in case nobody of that role was assigned previously it won't change the assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the solution.
Can you please also look at another query:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I understand the documentation correctly, if no user of that role is found the assignee is not changed. See here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess either I missunderstood it or you need more clarifications. What I want to do is,
I have Code Review step in workflow and when any developer select that state(it is just like Resolve Issue state) and I want that developer to assign that issue to perticular Team Memeber from Code Review group. Currently once they changes issue status to Code Review they need to rememeber and assign that issue to perticular team member, and if they forgot then its problem, so avoid it I want to add some post function where once issue changes its status Assign Dialogue will be shown automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok that make sense, in that case, you can restrict the user by writing a validator which prompt user to enter only Code Review group team member.
Additionally in the validator message, you can display all team members list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding to above I need to show Dialogoue box once user changes issue status where he can assign to perticular user? Is their any way to do so?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you check my answer in https://answers.atlassian.com/questions/68252/default-assignee-for-issue-type#225843
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A more powerful alternative to the build-in "Update Issue Field" postfunction is [shameless plug] "Slingshot UpdateFields"(https://marketplace.atlassian.com/plugins/com.tiltedsolutions.slingshot.updatefields/version/20130311).
It can set (or add) virtually all issue fields, not just basic ones. As input it can take a fixed value (e.g. username, emailadress), an other fields (e.g. reporter, customfield X), or it can even do some simple calculations/lookups. Datatypes that are similar enough can be used interchangably, e.g. you can add the isue's duedate to it's fixversions, if a version exists with that date as releasedate. Or vice versa.
Besides the postfunction, Slingshot UpdateFields comes with a configurable Listener to synchronize data fields between related issues (or within one issue).
For availablity on OnDemand, ask Atlassian.
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.