Hi,
I'm trying to sum original estimated hours of stories and test cases at epic level in a custom field.
I have put the following logic but it is not working:
When: value changes for Original Estimate
If: Issue Type is one of Story, Test Scenario
AND: Issue matches JQL
issuekey in (childIssuesOf({{issue.epic}})) AND issuetype in (Story,"Test Scenario")
THEN: Edit issue fields
Effort estimated
set value
issueFunction in aggregateExpression("originalEstimate.sum()")
Any help would be much appreciated.
The JIRA admin can simply remove all the notifications except the being assigned one.
Your goin to have to help me here, where does one go to do this? 😂
#mondayBrain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Log in as an admin, then go to project -> notifications and click edit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can change notification scheme for project as per your requirement. Remove all other access except issue created for which you can add current assignee,reporter,watchers etc
Note: You should have admin rights
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Change the notification scheme for the project so that it only mails people on "issue assigned"
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.