Mk5
Mk5
the problem is a bit more tricky. So there is a mechanism already that fjira is asking Jira API about new search results if query looks like jira ticket number....
@jneidel I have the similar workflow. I'm using fjira like this: ```bash fjira ABC-9912 ``` it's opening the issue view right away. I'm investigating the solution mentioned by me in...
I found a suggestion here https://community.atlassian.com/t5/Jira-questions/How-to-filter-using-JIRA-ticket-numbers/qaq-p/1422090 they said that jql like this: `project = ABC and key >= 'ABC-01'` should be possible. I will give it a try
@trincasidra color scheme sounds good :) do you have any proposal about the schema itself? what(which parts) should be "configurable"?
@trincasidra I totally agree - it would be really nice feature :) I had a plan to standardise colors within the app a bit anyway - I'll do it 👍...
@trincasidra ready in version 1.2.x Custom color scheme could be defined in `~/.fjira/colors.yml` file. Just create sucha file, and modify the scheme. Default color scheme file is here: [colors.yml](https://github.com/mk-5/fjira/blob/master/assets/colors.yml) Please...
@trincasidra interesting - I will check how it goes on my local
@trincasidra it's "okay" on my local - I'm using `iTerm 2` on MacOS.  Default background color is `#161616` which is equivalent to 22,22,22 Which terminal are you using?
@trincasidra super weird issue 😄 I will try to dig a bit deeper and find something
that will be tricky to implement - but it will be really nice to have it