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

JT-50306: Recipient filter does not trim values

$
0
0
Reporter Evgeny Naumenko (jk) Evgeny Naumenko (jk)
Created Nov 15, 2018 10:09:49 AM
Updated Nov 15, 2018 10:09:56 AM
State In Progress
Assignee Evgeny Naumenko (jk)
Subsystem Mailbox
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3.next
Affected versions Unknown

JT-45399: TimeReport settings don't allow to group by string type

$
0
0
Reporter Liubov Melnikova (Liubov.Melnikova) Liubov Melnikova (Liubov.Melnikova)
Created Jan 23, 2018 6:08:49 PM
Updated Nov 15, 2018 11:00:02 AM
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

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 Nov 15, 2018 11:48:55 AM
State Open
Assignee Anastasia Bartasheva (ana.bartasheva)
Subsystem No Subsystem
Type Support Request
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-49620: Issue links design Improvements

$
0
0
Reporter Dmitry Gizatov (mitya) Dmitry Gizatov (mitya)
Created Oct 9, 2018 12:34:16 PM
Updated Nov 15, 2018 12:28:08 PM
Resolved Oct 30, 2018 3:55:21 PM
State Fixed
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Issue Links
Type Feature
Priority Major
Fix versions 2018.3.47010

I'd like to suggest some links improvements.
Overview:

  1. Links block

  • JT-50047)
  • JT-50049)
  • Discussable (extracted to JT-50049)
  1. "Duplicates" redesign (extracted to JT-50048)

  1. "Subtask of" redesign (extracted to JT-50048)


JT-50310: Date won’t show in issues

$
0
0
Reporter Mehrdad (indeed_1) Mehrdad (indeed_1)
Created Nov 15, 2018 1:14:02 PM
Updated Nov 15, 2018 1:15:50 PM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
Hi
After upgrade Youtrack 2018.3 , Still exact date of “create” and “modify” won’t show in issues!
Just show “created 9 month ago” (screenshot attach to issue)
FYI: Even I try to use history of issue but it’s not show all events that related to issue like create date!
I thought history audit everything in issues but seems limited to specific events!

Would you please fix this?
Thanks,

JT-50312: No messages in workflow editor console

$
0
0
Reporter Дмитрий Хлопин (dmitriykhlopin) Дмитрий Хлопин (dmitriykhlopin)
Created Nov 15, 2018 1:44:42 PM
Updated Nov 15, 2018 1:44:42 PM
State Open
Assignee Alexander Volfman (Alexander.Volfman)
Subsystem Workflow Editor
Type Bug
Priority Normal
Browser Firefox
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47078

What steps will reproduce the problem?

  1. Create workflow.
  2. Attach workflow to project.
  3. Change anything in the issue.

What is the expected result?
I expect to see at least something in editor console.

What happens instead?
Console is empty, but output is available in workflow.log file.

I've also edited workflow in IntelliJ IDEA 2018.2.5. Downloaded and uploaded it via these scripts:

"merge_d": "youtrack-workflow download fsight-issue-merge --host support.fsight.ru --token ...",
"merge_u": "youtrack-workflow upload fsight-issue-merge --host support.fsight.ru --token ..."

When I've noticed that there are no logs, I've re-saved workflow in editor.

var entities = require('@jetbrains/youtrack-scripting-api/entities');

exports.rule = entities.Issue.onChange({
    title: 'On-link-added',
    guard: function (ctx) {
        return true;
    },
    action: function (ctx) {
        var issue = ctx.issue;
        console.log(issue);
    }
});

JT-50313: FSI Mobile review

$
0
0
Reporter Dmitry Gizatov (mitya) Dmitry Gizatov (mitya)
Created Nov 15, 2018 2:00:57 PM
Updated Nov 15, 2018 2:00:57 PM
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem Single Issue View
Type Task
Priority Normal
Fix versions Unscheduled

JT-50123: Axis field is required

$
0
0
Reporter Vladimir K (1d000) Vladimir K (1d000)
Created Nov 1, 2018 12:04:03 PM
Updated Nov 15, 2018 2:23:24 PM
Resolved Nov 9, 2018 5:12:40 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
Hello!
When I try to remove the board, I get an error "Axis field is required".
Where is the field in Agile Boards?

JT-50217: Re-calculate button is disabled

$
0
0
Reporter Дмитрий Хлопин (dmitriykhlopin) Дмитрий Хлопин (dmitriykhlopin)
Created Nov 8, 2018 3:37:15 PM
Updated Nov 15, 2018 2:25:20 PM
Resolved Nov 8, 2018 10:15:36 PM
State Verified
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Gantt Chart
Type Bug
Priority Normal
Browser Chrome
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.46727

What steps will reproduce the problem?

  1. Create Gantt chart as admin.
  2. Set 'Can view and use' to some group.
  3. Open report as user from this group.
  4. Try to click on 're-calculate' button.

What is the expected result?
I expect report to re-calculate or not to have this button at all.

What happens instead?
Button is visible but it's disabled.

JT-49986: Cover bugs with tag "provide autotest" related to single issue view

$
0
0
Reporter Alexander Buturlinov (alexander.buturlinov) Alexander Buturlinov (alexander.buturlinov)
Created Oct 29, 2018 2:40:23 PM
Updated Nov 15, 2018 2:26:46 PM
State In Progress
Assignee Ekaterina Alekseeva (Ekaterina.Alekseeva)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-50318: Agile widget "current sprint" doesn't work

$
0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Nov 15, 2018 2:37:07 PM
Updated Nov 15, 2018 2:37:07 PM
State Open
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Dashboard & Widgets
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

v0.0.9

I constantly keep hub dashboard with agile widgets open (since I have multiple agile boards, and it's easy to jump to agile I currently need from there).
Every time our YouTrack board sprint is updated, I still have the widget show previous sprint even when I manually refresh widget status (circle-with-arrows icon).

Edit-Save (without any actual setting changes) updates sprint to current one.
Maybe f5-refreshing the page would help as well.

JT-50315: Cannot parse fields query "", error at position 0 (through reference chain: java.util.ArrayList[0]

JT-50314: All filters are empty if search field has incomplete query

$
0
0
Reporter Alexander Buturlinov (alexander.buturlinov) Alexander Buturlinov (alexander.buturlinov)
Created Nov 15, 2018 2:05:08 PM
Updated Nov 15, 2018 2:44:34 PM
State Open
Assignee Unassigned
Subsystem Issue List
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

STR:

  1. Type query like this in search field Project: MAIL Assignee:
  2. Try open filter dropdowns

ER: Incomplete part is ignored or some message is shown or it's handled in some other way
AR: All dropdowns are empty

JT-50316: Asterisk is not filtered out from filter value

$
0
0
Reporter Alexander Buturlinov (alexander.buturlinov) Alexander Buturlinov (alexander.buturlinov)
Created Nov 15, 2018 2:23:04 PM
Updated Nov 15, 2018 2:49:19 PM
State Open
Assignee Maksim Ryzhikov (maksimrv)
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

There is an ability to set ranges for some fields. For example Priority.
For such fields suggestions in search field have Asterisk as "open range" operator. So it doesn't make any sense to show asterisk in filters. It can confuse user.

JT-50311: Similar issues stopped working due to featureFlagProvider bean error

$
0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Nov 15, 2018 1:35:22 PM
Updated Nov 15, 2018 3:30:00 PM
Resolved Nov 15, 2018 3:30:00 PM
State Fixed
Assignee Vyacheslav Lukianov (hoegaarden)
Subsystem Full Text Index
Type Exception
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

2018.3.47143

04:57:15,085 ERROR [@AsyncProcessor0] [ntityStoreSharedAsyncProcessor] [] Error creating bean with name 'featureFlagProvider': Scope 'local' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: No local bean container provided!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'featureFlagProvider': Scope 'local' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: No local bean container provided!
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:365) ~[spring-beans-5.1.2.RELEASE.jar:5.1.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.2.RELEASE.jar:5.1.2.RELEASE]
	at webr.framework.controller.WebLocalClasspathXmlServiceLocator.getBean(WebLocalClasspathXmlServiceLocator.java:68) ~[jetbrains.mps.webr.runtime-3442.jar:?]
	at jetbrains.springframework.configuration.runtime.ServiceLocator.getBean(ServiceLocator.java:38) ~[jetbrains.mps.springframework.configuration.runtime-3442.jar:?]
	at jetbrains.charisma.maintenance.featureFlags.base.AbstractFeatureFlag.getFeatureFlagProvider(AbstractFeatureFlag.kt:70) ~[youtrack-application-2018.3.jar:?]
	at jetbrains.charisma.maintenance.featureFlags.base.AbstractFeatureFlag.getValue(AbstractFeatureFlag.kt:36) ~[youtrack-application-2018.3.jar:?]
	at jetbrains.charisma.maintenance.featureFlags.base.AbstractFeatureFlag.isEnabled(AbstractFeatureFlag.kt:32) ~[youtrack-application-2018.3.jar:?]
	at jetbrains.youtrack.textindex.HitsEntityIterableBase.<init>(HitsEntityIterableBase.java:17) ~[youtrack-text-search-2018.3.jar:?]
	at jetbrains.youtrack.textindex.query.LocalScopeAwareSimilarResultsEntityIterable.<init>(LocalScopeAwareSimilarResultsEntityIterable.kt:22) ~[youtrack-text-search-2018.3.jar:?]
	at jetbrains.youtrack.textindex.TextIndexManagerImpl.lambda$findSimilarIssues$4(TextIndexManagerImpl.java:424) ~[youtrack-text-search-2018.3.jar:?]
	at jetbrains.youtrack.textindex.query.FindSimilarIssuesIterableImpl.findSimilarRaw(FindSimilarIssuesIterableImpl.kt:84) ~[youtrack-text-search-2018.3.jar:?]
	at jetbrains.youtrack.textindex.query.FindSimilarIssuesIterableImpl.getIteratorImpl(FindSimilarIssuesIterableImpl.kt:44) ~[youtrack-text-search-2018.3.jar:?]
	at jetbrains.exodus.entitystore.iterate.EntityIterableBase.iterator(EntityIterableBase.java:138) ~[xodus-entity-store-1.2.3501.jar:1.2.3501]
	at jetbrains.charisma.persistence.security.FilterPermissionsBoilerplate.getSourceIterator(FilterPermissionsBoilerplate.kt:38) ~[youtrack-application-2018.3.jar:?]
	at jetbrains.charisma.persistence.security.FilterPermissionsIterable$getIteratorImpl$1.<init>(FilterPermissionsIterable.kt:38) ~[youtrack-application-2018.3.jar:?]
	at jetbrains.charisma.persistence.security.FilterPermissionsIterable.getIteratorImpl(FilterPermissionsIterable.kt:36) ~[youtrack-application-2018.3.jar:?]
	at jetbrains.exodus.entitystore.iterate.EntityIdArrayCachedInstanceIterableFactory.createInstance(EntityIdArrayCachedInstanceIterableFactory.java:36) ~[xodus-entity-store-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.entitystore.iterate.EntityIterableBase.createCachedInstance(EntityIterableBase.java:580) ~[xodus-entity-store-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.entitystore.iterate.EntityIterableBase.getOrCreateCachedInstance(EntityIterableBase.java:512) ~[xodus-entity-store-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.entitystore.EntityIterableCache$EntityIterableAsyncInstantiation$1.execute(EntityIterableCache.java:250) ~[xodus-entity-store-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.entitystore.PersistentEntityStoreImpl.executeInReadonlyTransaction(PersistentEntityStoreImpl.java:720) ~[xodus-entity-store-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.entitystore.EntityIterableCache$EntityIterableAsyncInstantiation.execute(EntityIterableCache.java:237) ~[xodus-entity-store-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.core.execution.Job.run(Job.java:99) [xodus-utils-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.core.execution.ThreadJobProcessor.executeJob(ThreadJobProcessor.java:133) [xodus-utils-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.core.execution.JobProcessorQueueAdapter.doExecuteJob(JobProcessorQueueAdapter.java:243) [xodus-utils-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.core.execution.JobProcessorQueueAdapter.doJobs(JobProcessorQueueAdapter.java:161) [xodus-utils-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.core.execution.ThreadJobProcessor.run(ThreadJobProcessor.java:111) [xodus-utils-1.2.3501.jar:1.2.3501]
	at jetbrains.exodus.core.execution.ThreadJobProcessor$1.run(ThreadJobProcessor.java:43) [xodus-utils-1.2.3501.jar:1.2.3501]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
Caused by: java.lang.IllegalStateException: No local bean container provided!
	at webr.framework.controller.WebLocalScope.fail(WebLocalScope.java:131) ~[jetbrains.mps.webr.runtime-3442.jar:?]
	at webr.framework.controller.WebLocalScope.getContainer(WebLocalScope.java:125) ~[jetbrains.mps.webr.runtime-3442.jar:?]
	at webr.framework.controller.WebLocalScope.get(WebLocalScope.java:28) ~[jetbrains.mps.webr.runtime-3442.jar:?]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:353) ~[spring-beans-5.1.2.RELEASE.jar:5.1.2.RELEASE]
	... 28 more

JT-50159: Unit tests

$
0
0
Reporter Daria Vasina (daria.vasina) Daria Vasina (daria.vasina)
Created Nov 2, 2018 8:32:28 PM
Updated Nov 15, 2018 3:30:14 PM
Resolved Nov 7, 2018 4:15:00 PM
State Without verification
Assignee Pavel Nikolaev (pasha)
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

JT-49752: Add filter button

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Oct 15, 2018 5:28:08 PM
Updated Nov 15, 2018 3:30:57 PM
Resolved Nov 1, 2018 5:30:00 PM
State Verified
Assignee Maksim Ryzhikov (maksimrv)
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

Should allow select filed and then select value for this field

Rest for getting fiels /filterFields

Rest for getting field's values JT-49753

JT-50320: Some terms are not translated and inserted in English

$
0
0
Reporter Alexander Buturlinov (alexander.buturlinov) Alexander Buturlinov (alexander.buturlinov)
Created Nov 15, 2018 3:06:42 PM
Updated Nov 15, 2018 3:36:27 PM
State Open
Assignee Maksim Ryzhikov (maksimrv)
Subsystem Issue List
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

For example, now I have YT translated to Russian and filters State and Priority are not translated and insert terms in English. At the same time when selecting the fields from Add filter one gets translated values and terms are inserted in Russian.

STR:

  1. Translate YT to Russina
  2. Go to issues list
  3. Note filters' translations
  4. Try using untranslated filter.

JT-50317: No filter field with id Assignee | Priority | State

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Nov 15, 2018 2:34:56 PM
Updated Nov 15, 2018 3:37:59 PM
Resolved Nov 15, 2018 3:37:59 PM
State Won't fix
Assignee Daria Vasina (daria.vasina)
Subsystem Issue List
Type Bug
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

JT-45312: Issue List Filter UI

$
0
0
Reporter Artem Tiunov (artemtiunov) Artem Tiunov (artemtiunov)
Created Jan 18, 2018 5:52:38 PM
Updated Nov 15, 2018 3:41:24 PM
Resolved Nov 1, 2018 11:52:44 AM
State Verified
Assignee Dmitry Gizatov (mitya)
Subsystem Issue List
Type Usability Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

Zeplin: https://zpl.io/V1wz6yZ

I talked with the team and it seems that the first suggested scheme is too complicated. In the first implementation, I suggest the simpler way to add filters without sync.

Too complicated
After click to "Filter" icon, the filter appears under the search field. The filter contains 5 more popular filters and "Add Filter" button.

After selecting a value, button "Reset filter" appears. The query from selected value coping in the search field.

In "Add Filter" button a user can select another filter. After it "query label" coping in the search field and a user can select the value in search field dropdown

Obsolete
After click to "Filter" icon the filter appears under search field. Filter contains 5 more popular filters and "More" button.
margin: 12, 0, 16, 0
font-size: 12px
font-color: #999999 (filter type)

!Filter 1.png!

After selecting a value, button "Reset filter" appears. The query from selected value coping in the search field
font-color: #999999 (selected value, Reset filter)

!Filter 2.png!

In "More" button user can select another filter. After it "query label" coping in the search field and user can salect the value in search field dropdown

!Снимок экрана 2018-01-18 в 17.32.29.png!

Viewing all 74845 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>