Forums

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

If a Story's End date is after the End date of the Epic defined in field "Epic link" - reported

Carola Tietz
October 12, 2023

Hi Community, 

I have already tried to come up with a solution through the different community questions and found one very similar but I keep failing at one point. I have attached a screenshot of the current automation. 

The following problem accours:

inconsistency of planned Story End date versus End date in parent Epic shall be reported to be able to fix it. 

If a Story's End date is after the End date of the Epic defined in field "Epic link" then this shall be reported. In the request from my co-workers was have a list shown. I decided an Email should be send might be better. As can be seen in the example. Automation.PNGI created a SmartValue  and to be checked later within the Epic End Date. So the system is able to check those two dates with each other. I've tried "due date", I also have tried different spellings. Nothing has worked. SmartValue.PNG

Comparing SmartValue.PNG

 

As you can see on the last picture, from the audit log, it seems to be a success but it never sends out an Email. The provided issues are examples from myself to test this. 

Beispiel.PNG

It seems not to compare the smart value with the end date in the epic. Please know, that this is my first time with smart values and I'm new to the project at this company. So I'm not sure what level or stage of Project this is. I only  know so far that we arent't allowed to change workflows. templates, screens, fields. 

I'm used to be able to change all of that. But this project is very restricted. So my only options seems to be automations.

Thanks to anyone who is able to help me solve this. 

 

2 answers

0 votes
Sreenivasaraju P
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.
October 23, 2018
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.
October 23, 2018

That's attachments, not logs.  But the right answer for attachments.

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.
October 23, 2018

Two options (both need you to stop Jira while you amend them)

Restart Jira and  it will log to the new place.

Kaushal Patel
October 23, 2018

ok found the file do i need to change all jirahomeAppender

log4j.appender.filelog=com.atlassian.jira.logging.JiraHomeAppender
log4j.appender.filelog.File=atlassian-jira.log
log4j.appender.filelog.MaxFileSize=20480KB
log4j.appender.filelog.MaxBackupIndex=5
log4j.appender.filelog.layout=com.atlassian.logging.log4j.NewLineIndentingFilteringPatternLayout
log4j.appender.filelog.layout.ConversionPattern=%d %t %p %X{jira.username} %X{jira.request.id} %X{jira.request.assession.id} %X{jira.request.ipaddr} %X{jira.request.url} [%q{2}] %m%n
# re-enable when JDEV-33891 is resolved or improved
log4j.appender.filelog.layout.StackTracePackagingExamined=false
log4j.appender.filelog.layout.MinimumLines=6
log4j.appender.filelog.layout.ShowEludedSummary=false
log4j.appender.filelog.layout.FilteringApplied=true
log4j.appender.filelog.layout.FilteredFrames=@jira-filtered-frames.properties


log4j.appender.httpaccesslog=com.atlassian.jira.logging.JiraHomeAppender
log4j.appender.httpaccesslog.File=atlassian-jira-http-access.log
log4j.appender.httpaccesslog.MaxFileSize=20480KB
log4j.appender.httpaccesslog.MaxBackupIndex=5
log4j.appender.httpaccesslog.layout=com.atlassian.logging.log4j.NewLineIndentingFilteringPatternLayout
log4j.appender.httpaccesslog.layout.ConversionPattern=%m%n

 

 

or just

log4j.appender.filelog=com.atlassian.jira.logging.JiraHomeAppender
log4j.appender.filelog.File=atlassian-jira.log

 

to 

log4j.appender.filelog=org.apache.log4j.RollingFileAppender

log4j.appender.filelog.File=/home/jira/logs/atlassian-jira.log

 

also will this work for the catalina.out

Kaushal Patel
October 26, 2018

@Nic Brough -Adaptavist- any chance you can help with the above ?

Suggest an answer

Log in or Sign up to answer