Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to auto assign tasks based on a employee schedule?

Florian Meier
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 16, 2022

Hi, I'm new to this community and just getting started with Jira. great to meet you all! 

I am trying to solve the following problem with Jira.

We have set up an automated process that creates Jira tasks. We then want the open tasks to be automatically assigned to an available employee based on a work plan.

Is this possible with Jira or do you know of an add-on application that can do this?

Thank you very much for your answers.

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 11, 2015

Where did you get the idea that it's not supported?

The marketplace says Version 3.1.4 JIRA Server 6.3 - 6.4.9 Released 2015-08-05

 (Ok, it was merged into "script runner" a while ago, and you may have missed that, but that is clear on the marketplace)

 

Deleted user
August 12, 2015

Thanks for your reply. Can you please confirm in script runner we can use java code.

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 12, 2015

Yes, that's what it's for.

Deleted user
August 12, 2015

Will this below script work with script runnner.? If so please give us link to the add-on or the procedure/name? FormField RaiseExcep = getFieldByName ("Raise an Exception") FormField ExcepDetails = getFieldByName ("Exception Details") String type = (String) RaiseExcep.getValue() if (type == "Yes") { ExcepDetails.setHidden(false) ExcepDetails.setRequired(true) } else { ExcepDetails.setHidden(true) ExcepDetails.setRequired(false) }

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 12, 2015

I don't know. Have you tried it yet?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events