Quantcast
Channel: YouTrackYouTrack (JT) - Bug and Issue Tracker
Viewing all 74845 articles
Browse latest View live

JT-50817: Add a placeholder which contains user name

$
0
0
Reporter Anastasia Bartasheva (ana.bartasheva) Anastasia Bartasheva (ana.bartasheva)
Created Dec 12, 2018 6:46:06 PM
Updated Dec 12, 2018 6:51:48 PM
State Open
Assignee Evgeny Naumenko (jk)
Subsystem Mailbox
Type Feature
Priority Normal
Fix versions Unscheduled

Use case:

For example mail's header can contain something like this:
From: 'John Dow' johndowsuperemail@example.com
I want to fetch string 'John Dow' in custom workflow upon new message.


JT-50780: Missed margin in pager for user profile notifications

$
0
0
Reporter Leonid Stryuk (Leonid.Stryuk) Leonid Stryuk (Leonid.Stryuk)
Created Dec 10, 2018 7:45:18 PM
Updated Dec 12, 2018 7:52:17 PM
State Open
Assignee Unassigned
Subsystem User Profile
Type Cosmetics
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

JT-16851: java.lang.OutOfMemoryError: Java heap space

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Oct 9, 2012 1:55:38 PM
Updated Dec 12, 2018 7:55:50 PM
Resolved Oct 10, 2012 2:50:48 PM
State Invalid
Assignee Unassigned
Subsystem No Subsystem
Type Exception
Priority Critical
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
 at jetbrains.mps.webr.runtime.templateComponent.InheritTransactionExecutor.handleException(InheritTransactionExecutor.java:25)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.buildTemplateComponent(TemplateComponent.java:975)
 at jetbrains.charisma.smartui.panel.attachment.Attachment_HtmlTemplateComponent.renderTemplate(Attachment_HtmlTemplateComponent.java:151)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.renderTemplate(TemplateComponent.java:501)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.buildTemplateComponent(TemplateComponent.java:973)
 at jetbrains.charisma.smartui.panel.attachment.AttachmentPanel_HtmlTemplateComponent.renderTemplate(AttachmentPanel_HtmlTemplateComponent.java:217)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.renderTemplate(TemplateComponent.java:501)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.buildTemplateComponent(TemplateComponent.java:973)
 at jetbrains.charisma.smartui.inplaceIssueEdit.EditIssue_HtmlTemplateComponent.renderTemplate(EditIssue_HtmlTemplateComponent.java:342)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.renderTemplate(TemplateComponent.java:501)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.buildTemplateComponent(TemplateComponent.java:973)
 at jetbrains.charisma.smartui.newInplaceIssue.NewIssue_HtmlTemplateComponent.renderTemplate(NewIssue_HtmlTemplateComponent.java:251)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.renderTemplate(TemplateComponent.java:501)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.render(TemplateComponent.java:449)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.getRefreshContent(TemplateComponent.java:463)
 at jetbrains.mps.webr.runtime.component.HtmlTemplate$2.generateScript(HtmlTemplate.java:65)
 at webr.framework.runtime.response.CommandResponseAction.generateScript(CommandResponseAction.java:17)
 at webr.framework.runtime.response.JsCommandResponse.doGenerateScript(JsCommandResponse.java:64)
 at webr.framework.runtime.response.JsCommandResponse.generateContent(JsCommandResponse.java:43)
 at webr.framework.runtime.response.JsCommandResponse.prebuildContent(JsCommandResponse.java:54)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.prebuildCompositeCommandsContent(TemplateComponent.java:630)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.prebuildCompositeCommandsContent(TemplateComponent.java:610)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.prebuildCompositeCommandsContent(TemplateComponent.java:610)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.processAjaxCommand(TemplateActionController.java:133)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.handleEventImpl(TemplateActionController.java:120)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.handleEvent(TemplateActionController.java:101)
 at jetbrains.mps.webr.runtime.requestProcessor.EventRequestProcessor.processRequest(EventRequestProcessor.java:71)
 at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:192)
 at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:86)
 at jetbrains.mps.webr.runtime.servlet.MainServlet.doPost(MainServlet.java:160)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
 at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
 at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
 at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
 at org.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:78)
 at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter.java:131)
 at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
 at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
 at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
 at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
 at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
 at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
 at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
 at org.mortbay.jetty.Server.handle(Server.java:326)
 at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
 at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:939)
 at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)
 at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
 at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
 at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
 at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Caused by: java.lang.OutOfMemoryError: Java heap space

host: adv1
build: 2.0-PL [29-Apr-2010 14:34]
java.version: 1.6.0_22
java.vendor: Sun Microsystems Inc.
java.vm.specification.version: 1.0
java.vm.specification.vendor: Sun Microsystems Inc.
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 17.1-b03
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) 64-Bit Server VM
java.specification.version: 1.6
java.specification.vendor: Sun Microsystems Inc.
java.specification.name: Java Platform API Specification
java.class.version: 50.0
os.name: Linux
os.arch: amd64
os.version: 2.6.18-194.el5
Max memory: 341 MB (357957632 bytes)
Free memory: 57 MB (60633568 bytes)
Total memory: 341 MB (357957632 bytes)
Available processors: 4

JT-50790: Youtrack fails to find a review

JT-48919: Parameter specified as non-null is null: method jetbrains.youtrack.gaprest.db.util.HelpersKt.fromXdEntity, parameter $receiver

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Aug 30, 2018 11:28:36 AM
Updated Dec 12, 2018 8:10:12 PM
Resolved Sep 14, 2018 12:17:32 PM
State Without verification
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Custom Fields
Type Exception
Priority Major
Browser Any Browser
OS Any OS
Fix versions 2018.3.46358
Affected versions 2018.2
Original content visible to jetbrains team only for security reasons

JT-50818: New issue link dialog is less convenient than the old one

$
0
0
Reporter Alexander Udalov (udalov) Alexander Udalov (udalov)
Created Dec 12, 2018 8:18:12 PM
Updated Dec 12, 2018 8:18:50 PM
State Submitted
Assignee Unassigned
Subsystem Issue Links
Type Usability Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

The new issue link dialog that appeared on youtrack.jetbrains.com recently requires me to do more actions for the same intended effect. Let's assume I want to mark some issue as a duplicate.

  1. I click "Link issue", and the new dialog by default proposes to use the "relates to" option, and also blocks for ~1s in the process of pre-loading some relevant issues.
  2. I select the "duplicates" option instead of "relates to" (note this now requires two mouse clicks instead of one), after which the dialog blocks again for ~1s, pre-loading relevant issues. Note that I didn't change anything in the search box, so this new pre-loading seems completely unnecessary.
  3. I input the exact issue number, say KT-12345, which I want to link to, press Enter, and what apparently happens is that the string "KT-12345" is looked up in the project tracker, and a bunch of issues that mention that string are displayed. Pressing Enter here does nothing, I need to find the issue in that list, click on a check box, and then click Link Issue with the mouse. This is much more time-consuming than the old way where just inputting the issue id and pressing Enter would perform the link.

JT-50718: Time report: null estimation for issues

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 6, 2018 11:30:50 PM
Updated Dec 12, 2018 9:06:40 PM
Resolved Dec 10, 2018 5:00:00 PM
State Verified
Assignee Maksim Ryzhikov (maksimrv)
Subsystem Reports
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47846

STR:
Create time report and open it in "per issue" view

AR:
Total estimation calculated correctly, but for each issue there's "00m" instead of actual value

JT-50725: Time report: work item view shows unsorted lines

$
0
0
Reporter Alexey Volkov (Alexey.Volkov) Alexey Volkov (Alexey.Volkov)
Created Dec 7, 2018 12:58:34 PM
Updated Dec 12, 2018 9:08:49 PM
Resolved Dec 10, 2018 5:22:30 PM
State Verified
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

JT-50753: Fix table weeks and month scale

$
0
0
Reporter Alexey Volkov (Alexey.Volkov) Alexey Volkov (Alexey.Volkov)
Created Dec 10, 2018 11:13:37 AM
Updated Dec 12, 2018 9:17:10 PM
Resolved Dec 11, 2018 12:53:42 PM
State Verified
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Task
Priority Normal
Fix versions Unscheduled

For month scale:

For week scale:


JT-50714: Total time is not changed after manual recalculation

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 6, 2018 8:47:45 PM
Updated Dec 12, 2018 9:43:46 PM
Resolved Dec 7, 2018 10:58:52 PM
State Verified
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47846

STR:

  1. Create time sheet report
  2. Go to some issue from this report and change its spent time
  3. Go to report and click "recalculate"

AR:
Total time is not changed. Refreshing page helps

JT-50671: Fix total representation for other reports

$
0
0
Reporter Alexey Volkov (Alexey.Volkov) Alexey Volkov (Alexey.Volkov)
Created Dec 5, 2018 11:07:37 AM
Updated Dec 12, 2018 9:45:23 PM
Resolved Dec 5, 2018 4:47:50 PM
State Verified
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Task
Priority Normal
Fix versions Unscheduled

JT-50819: Timesheet "weeks view": no border and header on the end/beginning of the year

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 12, 2018 9:40:22 PM
Updated Dec 12, 2018 9:57:20 PM
State Open
Assignee Unassigned
Subsystem Reports
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 49024

STR:

  1. Create report that includes some month(s) from previous year and some from current (e.g. from 5 December 2017 to 5 December 2018)
  2. Set scale to "weeks"

AR:
There's no year numbers in columns header, no vertical line on the border between years and "Jan" is absent

ER:
Year is shown for every month

JT-50722: Changing scale doesn't provoke correct report recalculation

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 7, 2018 1:26:04 AM
Updated Dec 12, 2018 9:58:24 PM
Resolved Dec 10, 2018 11:08:18 AM
State Verified
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47846

Go to some timesheet report and change Scale (days/weeks/months)

AR:
For all cases: number of column persists (for example, if there were only two 'weeks' columns, there will be shown only two 'days' columns after switching to Days scale)
For switching from months to weeks or back: just nothing changes.
For switching from days to weeks/months:
For switching from weeks/months to days: colouring of weekends is absent, all days are look like workdays.

Manual recalculation required to fix all these problems.

JT-50741: Matrix report: change of "show totals for" doesn't recalculate report

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 7, 2018 8:50:46 PM
Updated Dec 12, 2018 9:59:07 PM
State Open
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47858

STR:

  1. Create matrix report
  2. Edit it and change "Show totals for" setting
  3. Save report

AR:
Nothing changed, manual recalculation is required

JT-50742: In period values only hours are highlighted on hover in matrix report

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 7, 2018 8:54:06 PM
Updated Dec 12, 2018 9:59:07 PM
State Open
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Cosmetics
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47858

STR:

  1. Create some matrix report
  2. Set "Showing totals for" some period field (e.g. Spent time)
  3. Hover some value in report

AR:
Whole value looks like link, but only the 'hours' part is highlighted on hover


JT-50719: Timesheet report: calculation of report with a huge amount of issues is very slow

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 6, 2018 11:38:13 PM
Updated Dec 12, 2018 10:12:28 PM
Resolved Dec 10, 2018 1:14:56 PM
State Verified
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Performance Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47846

STR:
Create timesheet report with a huge amount of issues and try to calculate it.
For example, see http://youtrack-development.labs.intellij.net/reports/timeSheet/317-3, which is created for all projects for 8 years (all settings are shown in attached screenshot)

AR:
Reports calculation is very slow.

JT-50820: Agile Board column headers blinking - Scroll down to bottom

$
0
0
Reporter achecopar (achecopar) achecopar (achecopar)
Created Dec 12, 2018 10:16:34 PM
Updated Dec 12, 2018 10:16:34 PM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

Today my Agile Board column headers started blinking when scrolling down to bottom. Steps: Filter the Agile Board and then scroll down to bottom. Wait and see it blinking.

It doesn't happen with other filters or when I move an issue to another column. I think it only happens when the content of the columns reach the specific height I got today. I am using Google Chrome 70.0.3538.102.

Attached some images to show it, let me know if you have more questions.

JT-50716: Column with totals overlaps the sticky toolbar in timesheet report

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 6, 2018 9:04:56 PM
Updated Dec 12, 2018 10:21:39 PM
Resolved Dec 11, 2018 1:59:53 PM
State Verified
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Reports
Type Bug
Priority Normal
Browser Firefox
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47846

JT-50821: Export to excel/csv issues

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 13, 2018 1:42:07 AM
Updated Dec 13, 2018 1:42:07 AM
State Open
Assignee Unassigned
Subsystem Reports
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 48024

  1. Timesheet report, weeks or months scale: dates are duplicated in column headers:

    In fact intervals should be "1 Jan - 7 Jan", "8 Jan - 14 Jan", "15 Jan - 21 Jan", etc.

  2. Timesheet report: "Totals" line is absent for CSV (but is present in XLSX)

  3. Time report: column columns "avatarUrl" and "authorId" looks scary (are they really necessary?)

  4. Some data is lost (cut) when exporting a big report (with large amount of cells, e.g. about 500 issues and 'days' scale for about 6 months)

JT-50822: Report print view issues

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 13, 2018 2:19:50 AM
Updated Dec 13, 2018 2:19:50 AM
State Open
Assignee Unassigned
Subsystem Reports
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 48024

STR: Open print view of time/timesheet report and press Ctrl+P

AR:
Chrome: sticky header is presented on every page, overlapping report content. Lines on the top/bottom of the page can be splitted to 2 pages:

Edge: only first page of report is printed

Firefox: first page contains only report header (name, projects, filter), on the second page report table is shown (but only one page, other content is cut, which is known issue in browser itself)

Viewing all 74845 articles
Browse latest View live




Latest Images