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

JT-29895: Wording for Admin section

$
0
0
Reporter Alexander Anisimov (xi-eye) Alexander Anisimov (xi-eye)
Created May 26, 2015 6:12:57 PM
Updated Jul 2, 2015 1:29:32 PM
Priority Major
Type Task
State Open
Assignee Ekaterina Ivanova (i.kate)
Subsystem No subsystem
Fix versions 6.5
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
  1. http://localhost:9000/dashboard - no help at all
  2. http://localhost:9000/reports - no help at all
  3. http://localhost:9000/projects - no help at all

  4. http://localhost:9000/admin/settings - no help at all
  5. http://localhost:9000/admin/issueLinkTypes - no help at all
  6. http://localhost:9000/admin/textIndex - no help at all
  7. http://localhost:9000/admin/statistics- no help at all
  8. http://localhost:9000/admin/customFieldsConfiguration - no help at all
  9. http://localhost:8088/upsourceIntegrationSettings - no help at all

  10. http://localhost:9000/admin/ring - Hub provides single sign-on and shared user management in JetBrains web-based products.YouTrack always uses Hub for authentication, authorization, and user management, even when installed alone.

    If Hub integration is disabled, the following features are not available: LDAP/OAuth/Google authentication, CAPTCHA, and the most part of user registration settings.

    The following deployment models are supported:

    Preconfigured Hub instance embedded in YouTrack distribution that works right away after installation. You can use this page to adjust connection parameters, if necessary.
    External Hub instance that may be used by YouTrack to share user data with other JetBrains applications. Read more.


  11. http://localhost:9000/admin/databaseBackup For details please refer to the managing database documentation.

  12. http://localhost:9000/admin/jiraIntegration - no help in popup at all. This text has been moved back to page because it is important: JIRA versions earlier than 3.8 are not supported!

    JIRA 3.8 – 4.4 requires YouTrack plugin: for JIRA 3.8 for JIRA 3.10 – 3.13 for JIRA 4.0 – 4.4
    Install the plug-in to WEB-INF\lib directory of your JIRA installation.

    Make sure that Remote API calls are allowed to your JIRA server. Details


  13. http://localhost:9000/admin/mailBox - Mailbox integration allows pulling letters from mail boxes and converting them into issues. Details

  14. http://localhost:9000/admin/notificationTemplates - Customizing email and jabber notifications. Details.

  15. http://localhost:9000/admin/sslManagement - This section allows you to manage SSL client keys and trusted certificates. A client key is used to identify YouTrack as a client when connecting to a third-party server. Adding a server certificate as trusted means that you do trust the server that possesses the respective key. For more details please refer to the documentation.

  16. http://localhost:9000/admin/teamcityIntegrationSettings - Integration with TeamCity allows you to:
    Automatically set "Fix in build" field
    Update an issue from a comment to a VCS change commit
    Access corresponding version control changes from an issue
    Details


  17. http://localhost:9000/admin/workSchedule - Specify parameters below to enable YouTrack to correctly count and transform values of period-type issue fields and work items.

    Please note that these parameters are system-wide, and affect every project in the system.

    Read more.


  18. http://localhost:9000/admin/workflows - Workflow allows you to define the lifecycle of issues in your project. Read more.

    Download YouTrack workflow editor to create new or edit existing workflow rules.

    Visit workflow repository for additional ready-to-use workflows.


  19. http://localhost:9000/admin/zendeskIntegrationSettings - Here you can configure Zendesk integration, which allows you to share tickets between Zendesk and YouTrack. When integration is enabled and configured, shared Zendesk tickets and created from them YouTrack issues will be synced automatically.

    To enable Zendesk integration, please start with adding new sharing invitation in the Settings > Tickets > Tickets Sharing administration section of your Zendesk system. As Sharing URL please use http://xi-eye.myjetbrains.com/youtrack/rest/networkedhelpdesk.

    When a new pending sharing invite appears, click its name to accept it and configure parameters.


JT-29088: Can not delete values from bundle

$
0
0
Reporter Anatoly Nikitin (Anatoly.Nikitin) Anatoly Nikitin (Anatoly.Nikitin)
Created Mar 17, 2015 2:10:18 PM
Updated Jul 2, 2015 2:23:00 PM
Resolved Apr 2, 2015 12:55:06 PM
Priority Critical
Type Bug
State Fixed
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Custom Fields
Fix versions 6.5
Fixed in builds 13634
Affected versions 5.0
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
I'm removing unused values from bundle 'dotTrace states'. Some values were removed sucessfully, but others failed without any messages.

Repro:
1. Open 'dotTrace States' bundle
2. Remove 'Testing' state. After confirmation, it gets grayed as if it was normally removed.
3. Remove 'Reopened' state. It also gets grayed, but 'Testing' state suddenly ressurrects!

JT-30392: youtrack2youtrack mirgation error

$
0
0
Reporter Christian Groß (c.gross) Christian Groß (c.gross)
Created Jun 29, 2015 3:18:31 PM
Updated Jul 2, 2015 2:41:32 PM
Priority Normal
Type Bug
State Open
Assignee Alexander Buturlinov (alexander.buturlinov)
Subsystem Import
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 6.0
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
What steps will reproduce the problem?
1. Running the script for 2 InCloud hosted Youtrack systems

What is the expected result?
It should copy all tickets to our main ticketsystem

What happens instead?
Stops with error and has only created a copy of an user.

Import issue link types
Error for [/admin/issueLinkType/Depend?inwardName=depends+on&directed=true&outwardName=is+required+for]: 409: Conflict: Issue link type [ Depend ] already exists.
Error for [/admin/issueLinkType/Duplicate?inwardName=duplicates&directed=true&outwardName=is+duplicated+by]: 409: Conflict: Issue link type [ Duplicate ] already exists.
Error for [/admin/issueLinkType/Relates?inwardName=&directed=false&outwardName=relates+to]: 409: Conflict: Issue link type [ Relates ] already exists.
Error for [/admin/issueLinkType/Subtask?inwardName=subtask+of&directed=true&outwardName=parent+for]: 409: Conflict: Issue link type [ Subtask ] already exists.
Create project stub [Regalos]
Create project lead [c.proessdorf]
Traceback (most recent call last):
File "youtrack2youtrack.py", line 661, in <module>
main()
File "youtrack2youtrack.py", line 104, in main
project_ids, params=params)
File "youtrack2youtrack.py", line 279, in youtrack2youtrack
user_importer.importUsersRecursively([target.getUser(project.lead) for project in created_projects])
File "/home/cgross/temp/Skype/youtrack-rest-python-library-master/python/sync/users.py", line 43, in importUsersRecursively
imported_size += self._import_user_batch_recursively(user_batch)
File "/home/cgross/temp/Skype/youtrack-rest-python-library-master/python/sync/users.py", line 66, in _import_user_batch_recursively
self._import_groups_of(yt_user)
File "/home/cgross/temp/Skype/youtrack-rest-python-library-master/python/sync/users.py", line 48, in _import_groups_of
user_groups = self.source.getUserGroups(yt_user.login)
File "/home/cgross/temp/Skype/youtrack-rest-python-library-master/python/youtrack/connection.py", line 481, in getUserGroups
response, content = self._req('GET', '/admin/user/%s/group' % urlquote(userName.encode('utf-8')))
File "/home/cgross/temp/Skype/youtrack-rest-python-library-master/python/youtrack/connection.py", line 32, in wrapped
raise e
youtrack.YouTrackException: Error for [/admin/user/Christian_Pr%C3%B6%C3%9Fdorf/group]: 404: Not Found: User [ Christian_Prößdorf ] not found.

I already renamed the user causing the error (special chars) but that doesn't change anything.

JT-30468: Administration > Time Tracking page: incorrect wording on the button

$
0
0
Reporter Ekaterina Ivanova (i.kate) Ekaterina Ivanova (i.kate)
Created Jul 2, 2015 2:44:12 PM
Updated Jul 2, 2015 2:44:12 PM
Priority Normal
Type Bug
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem UI
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
Currently: + Create work item...

It's incorrect, because we are adding a new _type_ of work items

Please change to: Create work item type...

JT-29511: /notificationTemplates interface

$
0
0
Reporter Ekaterina Zaikina (Ekaterina_Zaikina) Ekaterina Zaikina (Ekaterina_Zaikina)
Created Apr 23, 2015 3:59:58 PM
Updated Jul 2, 2015 2:49:39 PM
Resolved Jun 15, 2015 1:12:04 PM
Priority Normal
Type Usability Problem
State Fixed
Assignee Artem Tiunov (artemtiunov)
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Undefined
Estimation ?

JT-30459: When starting new YouTrack bundle, Hub gets misconfigured

$
0
0
Reporter Oleg Stepanov (oleg.stepanov@jetbrains.com) Oleg Stepanov (oleg.stepanov@jetbrains.com)
Created Jul 2, 2015 11:27:53 AM
Updated Jul 2, 2015 3:31:04 PM
Resolved Jul 2, 2015 3:31:04 PM
Priority Major
Type Bug
State Fixed
Assignee Evgeny Naumenko (eugen.naumenko)
Subsystem HUB & Ring
Fix versions 6.5
Fixed in builds No Fixed in build
Affected versions 6.5
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
I get "Permission management service (Hub) is unavailable."

JT-24115: java.lang.NullPointerException

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Mar 17, 2014 7:50:04 PM
Updated Jul 2, 2015 3:40:21 PM
Priority Critical
Type Exception
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem No subsystem
Fix versions Next EAP
Fixed in builds No Fixed in build
Affected versions 5.1
Browser Any Browser
OS Windows XP
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
java.lang.NullPointerException
	at jetbrains.charisma.smartui.newInplaceIssue.NewIssue_HtmlTemplateComponent$2.invoke(NewIssue_HtmlTemplateComponent.java:98)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateEventHandler.handle(TemplateEventHandler.java:40)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.doNewHandleEvent(TemplateComponent.java:602)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleByEventHandlers(TemplateComponent.java:582)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleByEventHandlers(TemplateComponent.java:580)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleByEventHandlers(TemplateComponent.java:580)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleEvent(TemplateComponent.java:570)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.handleEventImpl(TemplateActionController.java:138)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.handleEvent(TemplateActionController.java:120)
	at jetbrains.mps.webr.runtime.requestProcessor.EventRequestProcessor.processRequest(EventRequestProcessor.java:75)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:228)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:114)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doPost(MainServlet.java:192)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:118)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:242)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
	at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
	at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
	at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
	at java.lang.Thread.run(Unknown Source)


Environment details

host: athena-vm.sunspace.co.za
base url: http://athena-vm:8080/youtrack
version: 5.1
build: 8447 [13-Feb-2014 14:10]
java.version: 1.6.0_18
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: 16.0-b13
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) Client 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: Windows XP
os.arch: x86
os.version: 5.1
Max memory: 494 MB (518979584 bytes)
Free memory: 3 MB (3518880 bytes)
Total memory: 494 MB (518979584 bytes)
Available processors: 1
Thrown at: Monday 17 March 2014 7:49:43 PM

JT-24232: Scripts are loaded on template refreshes

$
0
0
Reporter Evgeniy Schepotiev (zeckson) Evgeniy Schepotiev (zeckson)
Created Mar 27, 2014 11:42:16 AM
Updated Jul 2, 2015 3:40:31 PM
Priority Critical
Type Performance Problem
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem Agile Board
Fix versions Next EAP
Fixed in builds No Fixed in build
Affected versions 5.1.2
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
STR:
1. Go to agile board
2. Choose any issue and change priority (actually it happens only if template contains scripts)
3. You will get issue content refresh with loading new javascript http://youtrack.jetbrains.com/_resourceBundle/bundledJavaScript-4b0332647d546b49683d480a7d1e6626.js?_=1395913048245

Jqyuer uses do not caches scripts by default and adds suffix "?_=1395913048245" to requests from jQuery.getScript(). You can disable it locally or globally - see parameter "cache"

JT-30469: Form too large7154028>5000000

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jul 2, 2015 3:30:48 PM
Updated Jul 2, 2015 4:17:36 PM
Resolved Jul 2, 2015 4:17:36 PM
Priority Critical
Type Exception
State Duplicate
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 6.0
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
java.lang.IllegalStateException: Form too large7154028>5000000
	at org.eclipse.jetty.server.Request.extractParameters(Request.java:285)
	at org.eclipse.jetty.server.Request.getParameter(Request.java:700)
	at javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:180)
	at jetbrains.mps.webr.runtime.filter.CharismaHttpServletRequestWrapper.getParameter(CharismaHttpServletRequestWrapper.java:39)
	at webr.framework.controller.ControllerOperations.getEventSource(ControllerOperations.java:116)
	at jetbrains.mps.webr.runtime.requestProcessor.EventRequestProcessor.processRequest(EventRequestProcessor.java:72)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:259)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:145)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doPost(MainServlet.java:223)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:648)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:137)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:242)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)


Environment details

host: youtrack-0.corp.xaidat.com
base url: https://youtrack.xaidat.com
version: 6.0
build: 12463 [18-Dec-2014 19:20]
java.version: 1.8.0_25
java.vendor: Oracle Corporation
java.vm.specification.version: 1.8
java.vm.specification.vendor: Oracle Corporation
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 25.25-b02
java.vm.vendor: Oracle Corporation
java.vm.name: Java HotSpot(TM) 64-Bit Server VM
java.specification.version: 1.8
java.specification.vendor: Oracle Corporation
java.specification.name: Java Platform API Specification
java.class.version: 52.0
os.name: Linux
os.arch: amd64
os.version: 3.13.0-49-generic
Max memory: 1015 MB (1065025536 bytes)
Free memory: 408 MB (428404208 bytes)
Total memory: 1015 MB (1065025536 bytes)
Available processors: 1
Thrown at: Thursday, July 2, 2015 1:30:19 PM UTC

JT-25990: Form too large11968803>5000000

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Aug 12, 2014 11:18:34 AM
Updated Jul 2, 2015 4:17:36 PM
Priority Critical
Type Exception
State Open
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Screenshot Tool
Fix versions 6.5
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Windows 7
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
java.lang.IllegalStateException: Form too large11968803>5000000
	at org.eclipse.jetty.server.Request.extractParameters(Request.java:285)
	at org.eclipse.jetty.server.Request.getParameter(Request.java:700)
	at javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:180)
	at jetbrains.mps.webr.runtime.filter.CharismaHttpServletRequestWrapper.getParameter(CharismaHttpServletRequestWrapper.java:39)
	at webr.framework.controller.ControllerOperations.getEventSource(ControllerOperations.java:116)
	at jetbrains.mps.webr.runtime.requestProcessor.EventRequestProcessor.processRequest(EventRequestProcessor.java:72)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:252)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:138)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doPost(MainServlet.java:216)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:648)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:137)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:242)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)


Environment details

host: UNIT-611.Labs.IntelliJ.Net
base url: http://unit-611:8081
version: @versionNumber@
build: @developmentVersion@
java.version: 1.7.0_67
java.vendor: Oracle Corporation
java.vm.specification.version: 1.7
java.vm.specification.vendor: Oracle Corporation
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 24.65-b04
java.vm.vendor: Oracle Corporation
java.vm.name: Java HotSpot(TM) 64-Bit Server VM
java.specification.version: 1.7
java.specification.vendor: Oracle Corporation
java.specification.name: Java Platform API Specification
java.class.version: 51.0
os.name: Windows 7
os.arch: amd64
os.version: 6.1
Max memory: 3 GB (3795320832 bytes)
Free memory: 268 MB (281411432 bytes)
Total memory: 621 MB (651689984 bytes)
Available processors: 8
Thrown at: Tuesday, August 12, 2014 1:15:54 PM MSK

JT-30470: [build:80.8452] null

$
0
0
Reporter mps exception (mpsexception) mps exception (mpsexception)
Created Jul 2, 2015 3:56:40 PM
Updated Jul 2, 2015 4:18:19 PM
Priority Normal
Type Exception
State Open
Assignee Alexander Volfman (Alexander.Volfman)
Subsystem Workflow Editor
Fix versions Backlog
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
null



[Build info]
build number: 80.8452
version name: JetBrains YouTrack Workflow Editor 8452
build date: Wed May 28 00:00:00 CEST 2014



java.lang.AssertionError
	at com.intellij.openapi.command.impl.UndoRedoStacksHolder.removeFromStacks(UndoRedoStacksHolder.java:140)
	at com.intellij.openapi.command.impl.UndoRedo.execute(UndoRedo.java:140)
	at com.intellij.openapi.command.impl.CommandMerger.undoOrRedo(CommandMerger.java:212)
	at com.intellij.openapi.command.impl.UndoManagerImpl$3.run(UndoManagerImpl.java:344)
	at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:115)
	at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:91)
	at com.intellij.openapi.command.impl.UndoManagerImpl.undoOrRedo(UndoManagerImpl.java:356)
	at com.intellij.openapi.command.impl.UndoManagerImpl.undo(UndoManagerImpl.java:325)
	at com.intellij.ide.actions.UndoAction.perform(UndoAction.java:30)
	at com.intellij.ide.actions.UndoRedoAction.actionPerformed(UndoRedoAction.java:41)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$3.performAction(IdeKeyEventDispatcher.java:524)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:564)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:444)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:197)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:491)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:404)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:368)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

JT-30471: Can't find postponed exception

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jul 2, 2015 4:22:35 PM
Updated Jul 2, 2015 4:23:48 PM
Resolved Jul 2, 2015 4:23:48 PM
Priority Critical
Type Exception
State Duplicate
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 6.5
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
java.lang.IllegalStateException: Can't find postponed exception
	at jetbrains.mps.webr.runtime.error._InternalErrorThrow_DispatchAction$Action.doEnterAction(_InternalErrorThrow_DispatchAction.java:41)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.securedRefreshResponse(ActionController.java:158)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.enterAction(ActionController.java:83)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.doEnterAction(ActionControllerUtil.java:17)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.processRequest(ActionControllerUtil.java:58)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionRequestProcessor.processRequest(ActionRequestProcessor.java:39)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:231)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:149)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1667)
	at jetbrains.charisma.main.HttpsOnlyFilter.doFilter(HttpsOnlyFilter.java:30)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
	at jetbrains.charisma.main.LoggingServletRequestFilter.doFilter(LoggingServletRequestFilter.java:54)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:127)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:497)
	at jetbrains.youtrack.standalone.instrumentation.InstrumentingServer.handle(InstrumentingServer.java:40)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:610)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:539)
	at java.lang.Thread.run(Thread.java:744)


Environment details

host: unit-273.labs.intellij.net
base url: http://youtrack-staging.labs.intellij.net
version: 6.5
build: 15045 [19-06-2015 16:53]
java.version: 1.8.0
java.vendor: Oracle Corporation
java.vm.specification.version: 1.8
java.vm.specification.vendor: Oracle Corporation
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 25.0-b70
java.vm.vendor: Oracle Corporation
java.vm.name: Java HotSpot(TM) 64-Bit Server VM
java.specification.version: 1.8
java.specification.vendor: Oracle Corporation
java.specification.name: Java Platform API Specification
java.class.version: 52.0
os.name: Linux
os.arch: amd64
os.version: 2.6.18-398.el5
Max memory: 11 GB (12473860096 bytes)
Free memory: 3 GB (3584182032 bytes)
Total memory: 11 GB (12473860096 bytes)
Available processors: 8
Thrown at: Thursday, July 2, 2015 6:04:38 PM MSK

JT-10275: Can't find postponed exception

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jun 23, 2011 8:01:39 PM
Updated Jul 2, 2015 4:23:48 PM
Resolved Nov 29, 2012 9:29:20 AM
Priority Critical
Type Exception
State Invalid
Assignee Pavel Nikitin (pavel.nikitin)
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
java.lang.IllegalStateException: Can't find postponed exception
	at jetbrains.mps.webr.runtime.error._InternalErrorThrow_DispatchAction$Action.doEnterAction(_InternalErrorThrow_DispatchAction.java:41)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.securedRefreshResponse(ActionController.java:157)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.enterAction(ActionController.java:84)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.doEnterAction(ActionControllerUtil.java:17)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.processRequest(ActionControllerUtil.java:60)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionRequestProcessor.processRequest(ActionRequestProcessor.java:39)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:198)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:93)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:533)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1351)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1322)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:111)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1322)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:77)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:133)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1322)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:473)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:514)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:920)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:403)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:184)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:856)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)
	at org.eclipse.jetty.server.Server.handle(Server.java:352)
	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:596)
	at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1049)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)
	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:426)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)
	at java.lang.Thread.run(Unknown Source)

  1. Administration->Settings
  2. Check E-Mail
  3. Set following settings for post server:
SMTP host: smtp.gmail.com
SMTP port: 465
Mail protocol: smtps
correct login and password
  1. Create user with E-mail
  2. Log out, type new user name and click "Send password restore e-mail"

Environment details

host: unit-276.Labs.IntelliJ.Net
build: 2025 [23-Jun-2011 18:37]
java.version: 1.6.0_26
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: 20.1-b02
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: Windows 7
os.arch: amd64
os.version: 6.1
Max memory: 910 MB (954466304 bytes)
Free memory: 13 MB (14586376 bytes)
Total memory: 105 MB (110624768 bytes)
Available processors: 8
Thrown at: 23 Июнь 2011 г. 21:59:21 MSD

JT-30472: Guest mode with my face

$
0
0
Reporter Alexander Podkhalyuzin (Alefas) Alexander Podkhalyuzin (Alefas)
Created Jul 2, 2015 4:33:16 PM
Updated Jul 2, 2015 5:07:03 PM
Resolved Jul 2, 2015 5:07:04 PM
Priority Normal
Type Bug
State Duplicate
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 5.0
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
I got it few times, it's very confusing. After some time in browser I'm becoming logged out, but not completely (see screenshot, where my face is still here, but I can't update issue).
If you go to profile, you will see "Full name" guest. So I have to log out then login again. This happened to me 4 times, so it's annoying.

JT-15630: Ability to stop backup

$
0
0
Reporter Mikhail Kapusta (Mikhail.Kapusta) Mikhail Kapusta (Mikhail.Kapusta)
Created Jul 12, 2012 12:45:10 PM
Updated Jul 2, 2015 5:07:23 PM
Priority Critical
Type Task
State Open
Assignee Vyacheslav Lukianov (hoegaarden)
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 4.0
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Undefined
Estimation ?
Create "stop" button, like for Jira Import

JT-30185: Allow GitLab CE servers access to GitLab VCS integration

$
0
0
Reporter Andrey Tigay (andrey.tigay) Andrey Tigay (andrey.tigay)
Created Jun 16, 2015 2:05:58 PM
Updated Jul 2, 2015 6:27:56 PM
Priority Normal
Type Feature
State Open
Assignee Alexander Volfman (Alexander.Volfman)
Subsystem Integrations
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
In practice, the same operations should work by just allowing the YouTrack administrator control of the URL in which "GitLab" is set. Because it hard-coded to gitlab.com, I am unable to use this feature with my private GitLab server.

JT-23977: Duplicate ID Created using Mail Integration, Reassigning Projects

$
0
0
Reporter Peter Jones (pete.jones) Peter Jones (pete.jones)
Created Mar 6, 2014 6:38:56 PM
Updated Jul 2, 2015 7:19:05 PM
Priority Critical
Type Bug
State Open
Assignee Mariya Davydova (mary)
Subsystem Commands
Fix versions 6.5
Fixed in builds No Fixed in build
Affected versions 5.1
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
What steps will reproduce the problem?
1. Create two new projects
- Incoming - Setup to start at INC-10
- CatA - Setup to start at CATA-1
2. Setup MailIntegration and have it place new issues into Incoming project
3. Attach Workflow to send issue ApplyCommand(project CatA) when project becomesReported
4. Note that CatA id is now CATA-10
4. Create new CatA issue using WebPortal. Note that CatA is is CATA-1

What is the expected result?
I would think the ApplyCommand would set the porject id to the next available it in CatA, not take on the INC project ID

What happens instead?
A condition is created where IDs will overrun causing dupes.

Please provide any additional information below.
Attach a screenshot if possible

JT-24373: Merging two different bundles in an easy way

$
0
0
Reporter Michael Hedgpeth (michaelhedgpeth) Michael Hedgpeth (michaelhedgpeth)
Created Apr 4, 2014 3:01:17 PM
Updated Jul 2, 2015 7:24:04 PM
Priority Normal
Type Feature
State Open
Assignee Pavel Nikitin (pavel.nikitin)
Subsystem Admin
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 5.1.2
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
Right now when I have two projects:

Project A: State with bundle values of Ready, In Progress, Fixed, Verified
Project B: State with bundle values of Not Started, In Dev, In QA, Done

I want project A to have the values of project B:
Ready -> Not Started
In Progress -> In Dev
Fixed -> In QA
Verified -> Done

The workflow to do this at the moment:

  1. Go to project A's bundle
  2. Click Merge and select Project B's bundle.

What you get at this point is a bundle with Ready, Not Started, In Progress, In Dev, Fixed, In QA, Verified, Done

What would be nice is if I can say "Replace Project A's bundle with Project B" and it gave me a way to map the values from A to B in a dialog.

JT-30475: Enhance value bundle management

$
0
0
Reporter Andrey Tigay (andrey.tigay) Andrey Tigay (andrey.tigay)
Created Jul 2, 2015 7:42:33 PM
Updated Jul 2, 2015 7:42:33 PM
Priority Major
Type Feature
State Open
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Custom Fields
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
This one is for enhancing the case of changing value bundles for custom fields.
Currently I need to:
  • detach target field
  • create new value bundle
  • attach the field with required value bundle
Not quite evident.

JT-30198: Error page offers server-side login flow

$
0
0
Reporter Evgeny Naumenko (eugen.naumenko) Evgeny Naumenko (eugen.naumenko)
Created Jun 16, 2015 7:44:49 PM
Updated Jul 2, 2015 8:00:13 PM
Resolved Jul 2, 2015 5:09:52 PM
Priority Major
Type Bug
State Fixed
Assignee Alexander Anisimov (xi-eye)
Subsystem UI
Fix versions 6.5
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Estimation ?
1. In incognito mode navigate to /ring
2. Get "No permissions" page, click login

AR: servler flow login is performed
ER: client flow login via hub's oauth component
Viewing all 74845 articles
Browse latest View live




Latest Images