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

JT-48813: Can't change multi-value enum field which cannot be empty via command?

$
0
0
Reporter Tammo Schülke (schuelke) Tammo Schülke (schuelke)
Created Aug 22, 2018 6:21:09 PM
Updated Dec 5, 2018 10:56:06 AM
Resolved Sep 4, 2018 6:45:00 PM
State Verified
Assignee Pavel Nikitin (pavel.nikitin)
Subsystem Commands
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3.46358
Affected versions 2018.1


See screenshot, I'd expect this to add value "Nein" to field "Dokumentation" first and then remove value "Unentschieden" from it, but this doesn't work because the command interpreter thinks the field would be empty?

JT-45181: Add command popup can't find user

$
0
0
Reporter Ivan Chirkov (Ivan.Chirkov) Ivan Chirkov (Ivan.Chirkov)
Created Jan 11, 2018 1:26:38 PM
Updated Dec 5, 2018 10:58:03 AM
Resolved Feb 22, 2018 5:35:37 PM
State Verified
Assignee Evgeny Naumenko (jk)
Subsystem Commands
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.1
Affected versions Unknown
As you can see from comments editor user Artem.Khvastunov exists, but it is not treated as username in command popup.

JT-44696: Check permissions before open command dialog

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Dec 2, 2017 10:51:19 PM
Updated Dec 5, 2018 12:08:27 PM
Resolved Apr 12, 2018 3:00:01 PM
State Verified
Assignee Maksim Ryzhikov (maksimrv)
Subsystem Commands
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
hasPermission(Permission.UPDATE_ISSUE) || hasPermission(Permission.PRIVATE_UPDATE_ISSUE) 
      || hasPermission(Permission.CREATE_COMMENT) || hasPermission(Permission.LINK_ISSUE);

JT-44695: Sever returns response with status 500 if user doesn't have permission to add a tag

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Dec 2, 2017 5:09:22 PM
Updated Dec 5, 2018 12:09:47 PM
Resolved Dec 4, 2017 5:07:37 PM
State Verified
Assignee Evgeny Naumenko (jk)
Subsystem Commands
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2017.4.38399
Affected versions Unknown

STR:

  • Open YouTrack as a Guest
  • Open issue
  • Open command dialog
  • Try to add a tag "tag vim"

ER: See error about permissions
AR: "The server is overloaded or down to maintenance. Please try again later."

JT-46933: kotlin.KotlinNullPointerException

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Apr 24, 2018 8:38:48 AM
Updated Dec 5, 2018 12:10:04 PM
Resolved Apr 24, 2018 10:52:53 AM
State Without verification
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Commands
Type Exception
Priority Major
Browser Any Browser
OS Any OS
Fix versions 2018.1.41561
Affected versions 2018.1
Original content visible to jetbrains team only for security reasons

JT-50511: Replace ring-ui scss vars with css in YT

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Nov 26, 2018 5:09:18 PM
Updated Dec 5, 2018 12:24:45 PM
Resolved Nov 27, 2018 4:27:22 PM
State Without verification
Assignee Andrey Skladchikov (Andrey.Skladchikov)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-24713: Code tags shouldn't parse external links or email addresses

$
0
0
Reporter PBB Dev (PBB_Dev) PBB Dev (PBB_Dev)
Created May 7, 2014 6:57:30 PM
Updated Dec 5, 2018 12:26:05 PM
Resolved Jul 31, 2018 6:08:21 PM
State Verified
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Wiki
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.2.43142
Affected versions 6.0, 5.2
What steps will reproduce the problem?
1. Write some inline code like $link = 'for example'; or block code like
$email = 'John Doe example@example.com';
2. View the source for this issue and compare with the output.

What is the expected result?
Bracketed text inside code tags should be displayed literally.

What happens instead?
Angle brackets and square brackets are removed from URLs and email addresses inside code tags, and the contents are evaluated as external links and email address links.

JT-50307: Checking a TODO item only works sometimes

$
0
0
Reporter Evan Darwin (relta) Evan Darwin (relta)
Created Nov 15, 2018 11:21:49 AM
Updated Dec 5, 2018 12:35:25 PM
Resolved Dec 4, 2018 7:32:09 PM
State Verified
Assignee Leonid Stryuk (Leonid.Stryuk)
Subsystem Markdown
Type Bug
Priority Normal
Browser Chrome
OS Windows 10
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. Attempt clicking the checkbox
  2. The checkbox is not checked
  3. Attempt clicking the checkbox
  4. The checkbox is checked

What is the expected result?

The checkbox should be checked on the first attempt, as it was before the last release.

What happens instead?

The checkbox does not always check.

Please provide any additional information below.

Windows 10 - Google Chrome Version 70.0.3538.102 (Official Build) (64-bit)

Attach a code sample as text, a screenshot or screencast if possible


JT-49095: Line numbers: blank lines are not preserved, line numbers are overlapping

$
0
0
Reporter Alexey Belkov (Alexey.Belkov) Alexey Belkov (Alexey.Belkov)
Created Sep 10, 2018 11:53:07 AM
Updated Dec 5, 2018 12:37:09 PM
Resolved Sep 10, 2018 1:02:54 PM
State Verified
Assignee Evgeny Naumenko (jk)
Subsystem Markdown
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3.46358
Affected versions Unknown

Consider this Kotlin code block:

package test

class C

It consists of three lines, but only the two non-blank lines are displayed. This causes line numbers to overlap so they become unreadable:

JT-47312: Markup type selection is not remembered in the experimental UI

$
0
0
Reporter Evgeny Naumenko (jk) Evgeny Naumenko (jk)
Created May 22, 2018 7:08:22 PM
Updated Dec 5, 2018 12:39:47 PM
Resolved May 22, 2018 10:57:08 PM
State Verified
Assignee Evgeny Naumenko (jk)
Subsystem Markdown
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.2.42133
Affected versions 2018.1

STR:

  1. Have a user with markdown as a preferred markup type
  2. Open any issue in the experimental UI
  3. In new comment form change markup type to 'wiki' and submit the comment

ER: Wiki should be remembered as a user preference and should be preselected in new issue/new comment form
AR: Markdown is offered instead

JT-46718: Different styles depending on used markup language (YouTrack wiki vs. Markdown)

$
0
0
Reporter Robert Ziebarth (rosch75) Robert Ziebarth (rosch75)
Created Apr 12, 2018 11:53:21 AM
Updated Dec 5, 2018 12:41:19 PM
Resolved Aug 17, 2018 9:30:00 PM
State Verified
Assignee Alexander Anisimov (xi-eye)
Subsystem Markdown
Type Cosmetics
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.2.45073
Affected versions Unknown
Text in YouTrack is rendered different depending on the used markup language (e.g. for the comment).
I noticed this for code listings - I did not check the other style options (list, quotes, ...): the text size is obviously different. (I like the bigger size used for YouTrack wiki syntax.)
I'll add two comments to this issue to demonstrate the issue.
Used browser: Firefox 59.0.2 64bit on Windows 7 64bit

JT-45731: Markdown code blocks font is too small (and differs to YouTrack wiki code font)

$
0
0
Reporter Alexander Chernikov (sashache) Alexander Chernikov (sashache)
Created Feb 14, 2018 2:28:11 PM
Updated Dec 5, 2018 12:42:29 PM
Resolved Feb 21, 2018 4:00:33 PM
State Verified
Assignee Unassigned
Subsystem Markdown
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.1
Affected versions Unknown
See the page: https://youtrack.jetbrains.com/issue/KT-22086
See the first 2 comments.
In the 1st (by me) the code block is YouTrack wiki {code}.
In the 2nd (by Allan Wang) the code block is Markdown
 ``` 
.
See the difference in fonts, in particular in size. The second font is hardly readable for me.

YouTrack 2017.4 Build 39481.
If does matter, I use the last Firefox.

JT-45398: Editing issue https://youtrack.jetbrains.com/v2/issue/MP-1428 is close to impossible.

$
0
0
Reporter Ivan Chirkov (Ivan.Chirkov) Ivan Chirkov (Ivan.Chirkov)
Created Jan 23, 2018 5:59:33 PM
Updated Dec 5, 2018 12:45:53 PM
Resolved Feb 12, 2018 8:57:53 PM
State Verified
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Markdown
Type Performance Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2017.4.39533
Affected versions Unknown
Typing anything in description lags.

JT-32790: Allow archiving items in any bundle type

$
0
0
Reporter Dan Lyons (dan.lyons) Dan Lyons (dan.lyons)
Created Nov 17, 2015 8:17:34 PM
Updated Dec 5, 2018 12:53:07 PM
State Open
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Custom Fields
Type Feature
Priority Normal
Fix versions Unscheduled
In several of our YouTrack projects, we included an enumeration to map issues to particular clients. Over time, this client list changes.

Adding new clients to the list is trivial. However, if a client leaves, we do not want to remove them from the list, since it is still appropriate for historical issues associated with the client. Instead, it would be nice if it was possible to archive the items like we can with versions, so they are hidden from the list, as they are no longer an appropriate item for new issues.

JT-42577: Support Zeplin app links

$
0
0
Reporter Ilya Khokhlov (pivovar) Ilya Khokhlov (pivovar)
Created Jul 18, 2017 9:59:31 AM
Updated Dec 5, 2018 12:54:28 PM
Resolved Sep 6, 2018 3:25:40 PM
State Verified
Assignee Evgeny Naumenko (jk)
Subsystem Markdown
Type Feature
Priority Normal
Fix versions 2018.3.46358
Zeplin is a service for communication between designers and developers.
We use it widely for deliver design to developers.
We attach Zeplin app links to Youtrack tickets. It has prefix zpl://

But Youtrack not supports this links as URLs (see attached screenshot). It stays like text and not clickable. We have to copy & paste it to the browser address bar manually. It is not the best way.

We want Youtrack can detect this links and makes it clickable.

JT-47907: huge lags when issue has a long "code" in description

$
0
0
Reporter Mihail Muhin (Mihail.Muhin) Mihail Muhin (Mihail.Muhin)
Created Jun 26, 2018 10:16:57 PM
Updated Dec 5, 2018 12:58:48 PM
State In Progress
Assignee Maksim Ryzhikov (maksimrv)
Subsystem Single Issue View
Type Performance Problem
Priority Major
Browser Chrome
OS Mac OS X
Fix versions Unscheduled
Affected versions Unknown
try to edit https://youtrack.jetbrains.com/issue/MPS-28159. For me, typing each symbol in description takes about 2 seconds

JT-48005: Embedding YouTube videos in YouTrack tickets

$
0
0
Reporter Evgeny Naumenko (jk) Evgeny Naumenko (jk)
Created Jul 3, 2018 3:36:15 PM
Updated Dec 5, 2018 1:00:06 PM
Resolved Jul 3, 2018 6:50:30 PM
State Verified
Assignee Evgeny Naumenko (jk)
Subsystem Markdown
Type Feature
Priority Normal
Fix versions 2018.2.44329

I'd be nice to see YouTube video player right inside the ticket description.
The syntax may be as follows: ![](https://www.youtube.com/watch?v=videoid)

JT-28117: Attached video should be played in browser.

$
0
0
Reporter Dave Yost (daveyost) Dave Yost (daveyost)
Created Dec 17, 2014 10:46:14 AM
Updated Dec 5, 2018 1:04:45 PM
Resolved Jun 18, 2018 9:26:07 AM
State Verified
Assignee Evgeny Naumenko (jk)
Subsystem Markdown
Type Feature
Priority Normal
Fix versions 2018.2.42881
What steps will reproduce the problem?
1. upload an mp4 movie (6MB)
2. click on the attachment to open it

What is the expected result?
I should see the movie.

What happens instead?
Nothing happens in the browser, but the server says
23:42:38,043 ERROR [ResponseFactory ] [p1232367853-249] [internal@192.168.1.6] You have no access to requested file.

This is repeatable and happens with both bugs in this new project.

Visible for Group: All Users

JT-50505: Write test that would check for duplicates

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Nov 26, 2018 5:06:11 PM
Updated Dec 5, 2018 1:18:21 PM
Resolved Dec 3, 2018 3:18:26 PM
State Without verification
Assignee Evgeny Naumenko (jk)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-50613: Write rest tests in YT

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Nov 30, 2018 3:21:51 PM
Updated Dec 5, 2018 1:18:30 PM
State In Progress
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled
Viewing all 74845 articles
Browse latest View live




Latest Images