Hi,
Whenever i create a story there is "create subtask" button displayed as shown in the screenshot.
In the same way when the user is navigated to the Epic then i want to display the button "Create Story".
when the user is navigated to the story i want to display the button "create task" plrease help me in achieving this.
Hi @Sunilkumar k The Add a child issue button is available within an Epic:
It allows you to create a child issue (Story, Task, Bug, custom base issue type ...) within the Epic.
can i have a button "create story" particulary instead of all the issuetypes, i want epic to allow the user to create only story in the epic , can i achieve this ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To my knowledge, this is not possible. Do you have other base issue types in your issue type scheme?
There are no validators either that can be used to restrict this.
You watch can vote for suggestion JRACLOUD-44557 though.
It is possible if you have the ScriptRunner app installed:
user.groups.includes("Group 1") || user.groups.includes("Group 2") || ... etc!
So the only way to achieve this natively is to agree on the process rather than restricting it via the tool.
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.