nyyManni / ejira

Emacs JIRA integration
GNU General Public License v3.0
255 stars 36 forks source link

provide overrides for JQL to sync tickets #35

Closed LoganBarnett closed 3 years ago

LoganBarnett commented 3 years ago

This provides the ability to override the JQL used in ejira-update-jql. From #20 there is a need to synchronize only the user's involved tickets.

The original behavior should be unchanged. @osktyn has generously provided a JQL statement to use. This is provided as ejira-jql-my-unresolved-fn, which can be set via the variable ejira-update-jql-unresolved-fn. An additional ejira-update-jql-resolved-fn is also provided but doesn't need to be overridden for the purposes of #20 - it just seemed appropriate given this change.

Any stylistic changes are unintentional. Please nitpick away :)

Thanks for making an awesome project!

Closes #20

nyyManni commented 3 years ago

Thanks a lot for your contribution!