When moving Task to “Done” pop-up window and ask the user to enter “work-log”
i tried to do it with the Workflow transition an made a screen but i cant make it only for task.
what is the solution for this?
It is possible to have more that one transition defined between the same workflow statuses that can have different behaviours
You can set a condition on each transition e.g. "Task Done" has condition `IssueType = Task`, "Done" has condition `IssueType != Task`
and define a different transition screen for each. Task Done can have Log Work fields present.
You can also add a validator to check the field "Time Spent" has had a value set to ensure work is logged.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can search for project status
Project = "BLAH" and status in ("Done")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
but it has to be only when task issuetype is going to done, so first of all i cant make a condition in the workflow for that (or i cant find an option for that) and second of all i wont give me a result of the pop up screen i need
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.
Currently you have one transition going to Done.
In my example you create a second transition called "Task Done" from Development Done to done.
Do you know how to do that?
Edit the original transition and add a condition to check that issue type is not = Task to allow for all other issue types
Edit the Task Done transition to check the issue type is only Task
This will give you two paths to Done depending on issue type.
Once you have that, you can configure the Task Done transition to capture Work Logged. I'll add that step once you can get to this stage - assuming you'd like to try this out.
(Jira may not want to add a new transition to a workflow state with no exit transitions and will put up a misleading error about not able to add to a draft. Post back if that happens, there is a simple fix)
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.
I would do it like this:
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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.