Hi,
Story is linked to BPT or Interface with linked name "Connection Child" ( This is project need) i am trying to Sum the time tracking but it says no action performed Automation is below in scheduled i have given issue key of Story, Even if i remove the If:Linked issues condition it doesnt work, Can anyone help what should be the calculation as I think lookup wont work in this case
Calculation for updating time tracking is
{
"fields": {
"timetracking": {
"originalEstimate" : "{{lookupIssues.Original Estimate.sum .divide(60)}}",
"remainingEstimate" : "{{lookupIssues.Remaining Estimate.sum .divide(60)}}"
}
}
}
I Even tried below -
{
"fields": {
"timetracking": {
"originalEstimate": "{{issue.timetracking.Original Estimate.sum .divide(60)}}",
"remainingEstimate": "{{issue.timetracking.Remaining Estimate.sum .divide(60)}}"
}
}
}
This article solved the problem:
https://confluence.atlassian.com/jirakb/createissuemeta-returns-duplicate-key-error-872016885.html
I ran into a similar problem after upgrading from 8.20.30 to 9.12, but didn't find any duplicate keys. What could be the reason?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there! You can view this KB : https://confluence.atlassian.com/jirakb/when-heading-to-the-custom-field-page-the-custom-fields-page-appears-blank-or-returns-an-internal-server-error-993924548.html which might be helpful for this case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would be great if this KB would be available :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try running the database integrity checker & repair
Details here
https://confluence.atlassian.com/adminjiraserver/using-the-database-integrity-checker-938847667.html
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.