Is there a way to restrict creating the user stories/linking to the feature based on the Due date ?
For e.x : Due date in Feature issue type is May 30th. Post 30th Users who create stories should not be able to link to the feature.
I am also wondering if this can be achived with issue type status. i.e If Feature issue type status in "DONE" status, users should not be able to link/create user stories under feature.
let me know if this can be done in the Jira. The version of Jira we are using is 6.4.2
Regards,
Sunil
Hello @sunil tattimani
Your requirement is not possible out of the box. You will need a plugin.
You can use Behaviour module of the Script runner plugin for this.
Possible duplicate
From the docs
https://scriptrunner.adaptavist.com/latest/jira/recipes/behaviours/working-with-issuelinks.html
Thank you Tarun. I have this behaviour module plugin installed already but not able use it through my requirement.
Restrict creating story based on feature due date or by status of feature.
Could you please provide me more insight about usage of this plugin. Appreciate your help.
Regards,
Sunil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @sunil tattimani
Here's the API reference of the plugin
https://scriptrunner.adaptavist.com/latest/jira/behaviours-api-quickref.html
Some samples
https://scriptrunner.adaptavist.com/latest/jira/behaviours-overview.html
I am surprised that you are using an very outdated version of Jira, it's best to upgrade it to a more recent release.
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.